Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
Qt Creator 3.1.0-beta
-
Windows 7 64 bit
Qt 5.2.1
Description
- Open qtdeclarative\examples\quick\demos\samegame\samegame.qmlproject from Qt5's source repository.
- Start debugging this.
- Switch to "Select" mode.
- Click on the "A" at the top the UI.
In "Locals and Expressions" view, the "root" node will be expanded. Nothing will be selected there. - Click on the "M" at the top the UI.
The "Locals and Expressions" view will be expanded further. The Image item representing the "M" will be selected. - Click on the "A" at the top the UI.
The Image item representing the "A" will be selected.
The Image item representing the "A" should be selected in step 4 already.