Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
Qt Creator 3.0.0-beta, Qt Creator 3.0.0-rc1
-
Windows 7 64 bit
Ubuntu 12.04 64 bit
-
f1497bd84d107441c0f591673783842d2e46bec7
Description
- Start a Creator built on Qt 4.8.5.
- Create a new Qt Quick 1 UI project.
- Start Debugging this project and see the properties in "Locals and Expressions" view.
The Rectangle has a color property and the Text element has a color and a text property. - Close Creator.
- Start a Creator built on Qt 5.1.2 or Qt 5.2.
- Load the project from step 2.
- Repeat step 3.
The said properties are missing from the Items.
Text and color properties should be shown if reasonable. At least Creator should act in the same way, regardless of the underlying Qt version.
Found by Squish test tst_qml_locals.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-10714 "Locals and Expressions" shows only one property in Qt Quick 1 UI project: objectName
- Closed