QML file without Design
Unsolved
Installation and Deployment
-
Hi,
I am beginner, After installation my qt I created new project "Qt Quick", but in qtCretor my "Design" option is dimmed, why ?
-
@Damian7546 I'm not QML expert, but I think the designer in QtCreator only supports widgets (C++) forms.
-
QML Designer is disabled by default. It will be need to enable it manually by going into Help -> About Plugins..., checking QmlDesigner, and then restarting Qt Creator.
-
I still have a problem. In Qt6 an QML Designer everything is ok. But I must use Qt5 to my application, so when I created project in Qt5 and open Designer:
- I do not see my window in designer.
- three windows are open with setting according with main.qml
What can be wrong ?