Re: [Development] New Qt 5.6.0 Beta snapshot available

2015-11-09 Thread Helio Chissini de Castro
Hello Jani There's an issue on the src package, no doc subdir was provided under qtbase, not enable us to build docs offline. []'s Helio On Tue, Nov 3, 2015 at 10:06 AM, Heikkinen Jani < jani.heikki...@theqtcompany.com> wrote: > Hi all, > > > We have new Qt 5.6.0 beta snapshot available, > > >

[Development] [QtQuick] Is Qt.import() really async? How to cope with it?

2015-11-09 Thread Ronan Jouchet
(This is a mailing list re-post of the forum.qt.io thread at [forum1]) Hi. I want a QML component to call a js domain/business-specific library, itself calling a generic library. Exactly the use case depicted by the "Including a JavaScript Resource from Another JavaScript Resource" [doc1]

Re: [Development] Override toString() method for c++ QObject types in QML

2015-11-09 Thread Knoll Lars
On 08/11/15 22:57, "Development on behalf of Stephen Kelly" wrote: >Konstantin Ritt wrote: > >> Maybe JSON.stringify(obj) is what you need? >> > >I think the intention is to override what that does using a specified >method.