Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
None
-
Qt Creator 3.0.0-beta
-
Ubuntu 12.04, 32bit, Qt Creator 3.0 based on Qt5.2, samegame (Qt Quick1) example from Qt5.1
Description
Steps to reproduce:
- start Creator from offline_installer package with clean settings
- there should be only the Qt5.2 kit auto-detected
- open samegame example from Qt5 examples/declarative/samegame/samegame.qmlproject (if it does matter: I've used the example of a Qt5.1 installation)
- select QmlViewer from the run config selector and start debugging
- as soon the app is up and running you should see the Qml items on the Locals & Expressions treeview
- unfold some of them
Current behavior:
- none of the Qml items has more than 1 property (objectName)
- the property objectName has the wrong value ('#ffffff' for all objects)
Note: If you add the property objectName for any of the objects and give it a random name, re-run the whole and check again the object(s) where the objectName has been set is now '#000000'.
Attachments
Issue Links
- replaces
-
QTCREATORBUG-10714 "Locals and Expressions" shows only one property in Qt Quick 1 UI project: objectName
- Closed