Qt 6.11 is out! See what's new in the release
blog
Import QtQml.Models 2.1 issue
QML and Qt Quick
17
Posts
6
Posters
15.6k
Views
1
Watching
-
I initially tried that and failed. Based on the information I found, QtQml.Models started at version 2.1 anyway...
-
Thanks everyone for the replies. Turns out it's something wrong with Qt Creator and/or its environment. I've switched everything to Visual Studio 2010 and now everything works perfectly.
-
I'm using QtCreator 3.4.1 and still have this issue.
@jalomann said:
And after reading readme, I found out that installing qt5-qtdeclarative-import-models2 is the missing package.
@pkcon install qt5-qtdeclarative-import-models2@
@jalomann how do I get and install this "qt5-qtdeclarative-import-models2"? I'm using Windows btw. Can you give me the link to the readme file?