Using QML Settings (Qt.labs.settings) properties into Qt C++ file
Unsolved
QML and Qt Quick
-
I am using Qt 5.5.1 in ubuntu.
I am working in Qt Quick Application Project. In this project there are several QML files.
I am using import Qt.labs.settings 1.0 in all qml files to save some GUi Parameters. Now i am having several .cpp files other than main.cpp.So how can i get all QML files setting properties in a single .cpp file?