Which version of Qt works properly out the box with QtQuick?
-
@siya OK, I'm sorry but I am not too familiar with that though a quick Google suggests that similar issues crop up from time to time. I gather that the issue is really with Qt Creator. I've seen it mentioned that it might happen with Android development but not Windows. Also seen a suggestion to use
ApplicationWindow
instead ofWindow
.Perhaps someone who is more expert than me can help.
BTW, my original reply was based on the fact that, although I have been forced to stay on 5.7 for my QML project for some time, I have, in preparation for potential upgrades, ported my code to some of the newer versions of Qt as they have come out and haven't experienced any issues with any of them.
@Bob64 thanks - using QApplicationWindow creates other issues, like the window not being visible in the form editor. I'm relatively new to QtQuick, so I need to have the editor there. I downgraded to v5.14.2, and it works fine. Hope this version is less buggy due to its age.
-
Any of the recent 5.x releases should be OK. I still have to use 5.7 and there are very few issues as such.
-
@Bob64 I'm having issues with 5.15.2 already - getting the "invalid property name 'width'. (M16)" for the Window.
@siya OK, I'm sorry but I am not too familiar with that though a quick Google suggests that similar issues crop up from time to time. I gather that the issue is really with Qt Creator. I've seen it mentioned that it might happen with Android development but not Windows. Also seen a suggestion to use
ApplicationWindow
instead ofWindow
.Perhaps someone who is more expert than me can help.
BTW, my original reply was based on the fact that, although I have been forced to stay on 5.7 for my QML project for some time, I have, in preparation for potential upgrades, ported my code to some of the newer versions of Qt as they have come out and haven't experienced any issues with any of them.
-
@siya OK, I'm sorry but I am not too familiar with that though a quick Google suggests that similar issues crop up from time to time. I gather that the issue is really with Qt Creator. I've seen it mentioned that it might happen with Android development but not Windows. Also seen a suggestion to use
ApplicationWindow
instead ofWindow
.Perhaps someone who is more expert than me can help.
BTW, my original reply was based on the fact that, although I have been forced to stay on 5.7 for my QML project for some time, I have, in preparation for potential upgrades, ported my code to some of the newer versions of Qt as they have come out and haven't experienced any issues with any of them.
@Bob64 thanks - using QApplicationWindow creates other issues, like the window not being visible in the form editor. I'm relatively new to QtQuick, so I need to have the editor there. I downgraded to v5.14.2, and it works fine. Hope this version is less buggy due to its age.