QML Pragma File
Unsolved
QML and Qt Quick
-
Hi, I've made a pragma singleton file named Theme.qml and I have created qmldir and it works fine but there is one problem. apparently the order of properties that I put in there matters!. for example I have 4 properties related to color. if I swap the rows that contain these properties the app crashes or has unexpected behaviour. or if I add a new one before the existent ones the problems appear. what is this? a bug?
-
Can u share sample of your code ? Which platform u r seeing this issue