Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: Qt Creator 3.3.1
-
Fix Version/s: Qt Creator 3.3.2
-
Component/s: Quick Designer
-
Labels:None
-
Environment:Using:
Qt 5.4.1
Qt Creator 3.3.1
Windows 8.1
Qt Quick Application
Description
Since I updated to 3.3.1 this afternoon, when I try to open mainForm.ui.qml file to edit, designer crashes with the message “Qt Quick emulation layer crashed (1:0)".
However, if I comment these lines:
property alias btOk: btOK
property alias btCancel: btCancel
property alias txtUtilizador: txtUtilizador
property alias txtPassword: txtPassword
that are the only declared properties, the message disappears, but all the previous layout it's gone.
If I run the application, it will run and work like before.
Attachments
Issue Links
- replaces
-
QTCREATORBUG-14056 Qt Quick emulation layer crashed(1:0)
-
- Closed
-