[Interest] parallel asynchrone action

2019-03-02 Thread Sylvain Pointeau
Dear all, I made an action processed in another thread in QML, and I would like your review. When in QML, I click on a button, I send a signal to an object "TaskProcessor" (declared in QML) to start the action. Within this slot I start a future with QtConcurrent. Before I was using QFutureWatche

Re: [Interest] iPhone XS App area

2019-03-02 Thread ekke
from this bug comment https://bugreports.qt.io/browse/QTBUG-64574?focusedCommentId=417073&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-417073 it's not supported on Android yet and no plans on 5.12.x Am 01.03.19 um 19:39 schrieb Jason H: > So for Android, if tha

Re: [Interest] using a custom class as parameter of signal/slot, used in QML

2019-03-02 Thread Sylvain Pointeau
Hello Again, I just saw on stackoverflow that it is possible with a Q_GADGET, I tried and it works as expected. That's good, seems it appeared in Qt 5.5. (Just missing now the auto completion from Qt Creator on the QML side for Q_GADGET objects) I honestly tried this one as well without success,