Live coding with QtQuick
Solved
QML and Qt Quick
-
I'm developing a mobile app that run on both iOS and android. Is there a way to enable live coding with QtQuick? Currently, whenever I made a change to my code, I have to rebuild the whole app, and it takes about 2-3 minutes (with android) to finish building and loading the app to my device.
-
Below links might help you for Live coding.
Qt QmlLive.
QML live coding - simple implementation an example using QFileSystemWatcher Class.Is this what you are looking for ?
-
@Pradeep-P-N thank you very much!!!
-