[SOLVED]Qml changes in version 5.5
-
I noticed that some things have changed for Qt Quick on version 5.5, like not having the option to create a purely qml project. And constantly needing to have the .ui.qml file that is automatically created.
As well as some other things, like perfectly working code not displaying a window in this version.Where is the .ui file referenced in my project and how can I remove it. Where can I learn more things on the things that have changed for this version?
-
Hi,
Isn't that more a Qt Creator thing ?
-
I suppose you are correct. Also the invisible window issue was because now having a
Window
item on your main qml file, that is explicitly stated as visible, is mandatory.I noticed that some things have changed for Qt Quick on version 5.5, like not having the option to create a purely qml project.
It is still there. You have to enable it in Qt Creator.
Go to Help > About Plugins > Qt Quick > QmlProjectManager > check it