Qml and Qquickwidget problem
Unsolved
QML and Qt Quick
-
Hello ,
Currently i display my QML dashboard in a Qquickwidget .
My dashboard compouned of 3 Qml file and i navigate using button which throw signal multithreads to my cpp file.
I send some data from cpp to QML , it display correctly but when i navigate to the second QML i lose the data .
there is a solution for this problem . How can i solve this .
thank you guys .