Re: [Development] Qt 5.7.0 rc packages for testing

2016-06-06 Thread Ronan Jouchet
On 2016-06-03 18:40, Henry Skoglund wrote: Hi, just tested 5.7 RC on Ubuntu, looks good. > (Also I see Qt Creator 4.01's project view has nicer icons.) Hi Henry. What do you mean? Could you be also affected by https://bugreports.qt.io/browse/QTBUG-53844 ? Good day. ___

[Development] [QML] Need advice on frontend architecture

2015-11-18 Thread Ronan Jouchet
Hi. I recently joined a nascent QML project with the objective to bring it from the "working prototype" stage to something maintainable and efficient. Previously, my last GUI work was on a web application using React [1] + Flux [2], which I *loved* for the mental simplicity and testability t

[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] doc