[solved]Sending series of values to QML from C++ with delay
QML and Qt Quick
7
Posts
3
Posters
3.6k
Views
1
Watching
-
I have designed a speedometer in QML and sending the speed value from C++.
I want to pass a series of speed values to the speedometer with some delay between each value. what technique i hv to use to do this task?
I have one more question too:
If i display a QML UI using C++ apart from the main function, the UI is not visible. is there any way to display the QML UI from any function in C++