Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 2.1.0-beta1
-
None
-
Qt Creator 2.0.94 (2.1.0-rc1)
Windows 7 64-bit
Description
To reproduce, add a .qml file to a new Qt Quick project with the following contents:
import Qt 4.7
QGraphicsWidget {
}
Switch to Designer mode, and the entire QtCreator application crashes. QGraphicsWidget probably isn't meant to be used in this fashion, but it should produce a warning instead of crashing.