Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 12.0.0, Qt Creator 12.0.1
-
None
Description
Steps to reproduce:
- have QmlDesigner enabled
- create a Qt Quick Application from template (I'm usually using the compat version)
- add some content to the src - usually I tend to add a Text+MouseArea
Text { text: "schnmu" anchors.centerIn: parent MouseArea { anchors.fill: parent onClicked: console.log("click") } }
- switch to Design
- drag a Rectangle on the 2D view
- inside the properties set the color of the rectangle
- click back into the 2D view
QC crashes..
Will attach stack if I manage to get something.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-30617 selecting properties toolbar in design mode and then selecting code editor or preview pane causes software crash
- Reported
-
QTCREATORBUG-30370 QmlDesigner crash on use
- Reported