Details
-
Bug
-
Resolution: Won't Do
-
P3: Somewhat important
-
None
-
Qt Creator 3.1.2
Description
- Create a new Qt Quick Application project.
- Run this in the Debugger.
- While the application is running, click on one of the items in the Locals and Expression view.
Creator will open the project's qml file and place the cursor at the definition of that item. - Click on one of the properties which are defined explicitly in the QML file, e.g. the width of an item.
Again, Creator will place the cursor at the definition of that item, not at the binding of the property.
Clicking on a property should move the cursor to the exact location where that property is being set.