Cannot find and create Qt Quick UI Project
-
I'm new to Qt Creator and reading the book Qt 5 Cadaques. It told me to create a Qt Quick UI Project which is in the Other Project category in the New Project window. However, I cannot find anything like that. Did I miss something while installing the IDE? Here is the screenshot:
http://s17.postimg.org/fcrq3uku7/Untitled.png -
I'm new to Qt Creator and reading the book Qt 5 Cadaques. It told me to create a Qt Quick UI Project which is in the Other Project category in the New Project window. However, I cannot find anything like that. Did I miss something while installing the IDE? Here is the screenshot:
http://s17.postimg.org/fcrq3uku7/Untitled.png -
Hi @khanhmg,
Since Qt 5.5 the bundled Qt Creator has this feature disabled. You can enable it in QtCreator as:
Help > About Plugins > Qt Quick > QmlProjectManager and select it. Restart Qt Creator and it should be there.