Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
Qt Creator 2.5.0-beta, Qt Creator 3.4.0
-
Windows Vista x64
Description
- Open the Qt Quick UI examples\declarative\tutorials\samegame\samegame1\samegame1.qmlproject from Qt 4.8 sources.
- Open samegame.qml from the project.
- Set a breakpoint to line 72:
onClicked: console.log("This doesn't do anything yet...")
- Run the project in debugger.
- Hit the breakpoint by clicking the "New Game" button.
Execution of the project stops. - Change the button's text from "New Game" to something else using the QML Inspector.
Changes will appear in the running project. - Now change the same text in the QML editor and save the file.
Another file will be opened in the editor, the running project will not take over the settings.
Instead, the editor should still show the same location and the changes should be made in the running project.