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
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
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,