Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 11.0.2
Description
I am experiencing crashes of the QT Creator after clicking on the design mode button.
The QmlDesigner plugin is installed and loaded.
The following steps lead to a crash of the QT Creator:
- Create a new Project ( Application (Qt for Python) -> Qt Quick Application - Empty)
- Double-click the main.qml file.
- Click on Design
After Step 3 the Qt Creator crashes and closes. (No error message appears on the screen).
It is still possible to open the design mode for the project:
Start QT Creator
- File -> Open File With -> open a .qml File
- (Open the file with Qt Quick Designer when asked )
- Click on Design
- Design window is opened now.
- Open the new Project again
- Click on Design
- The Design mode can be used now for the project.
Thank you!