Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
Qt Creator 4.6.2
-
None
-
Ubuntu Linux 16.04 64bit
Qt 5.11.0 from installer
Qt Creator 4.6.2 from installer
Also tested on macOS 10.13.5 High Sierra with Qt 5.11.0 and Qt Creator 4.6.2 and did not exhibit the same issue.
Description
After running a QML project (by selecting the run button on the bottom left) while in QML design mode, most UI objects become unresponsive when returning to edit mode. The main menu remains active, as do the Edit, Design, and Debug buttons. But, the project tree view, the editor view, and the output windows all cease to visually update themselves.
Steps to reproduce:
- Create a new project. Select Application -> Qt Quick Application - Stack
- Give the project a name, set the minimum required Qt version to 5.11, and de-select using the virtual keyboard.
- Select a desktop kit for Qt 5.11 GCC 64bit
- When the project opens, double click HomeForm.ui.qml to open it in designer mode
- Run the project
- Close the application
- Select the Edit button from the ribbon on the left to return to edit mode
- Observe that most UI elements are unresponsive and do not visually update
Work around
- The only work around seems to be to restart Qt Creator and re-opening the project
- But, opening a UI form in designer and running the application will trigger the same bad behavior even after a restart
Attachments
Issue Links
- relates to
-
QTCREATORBUG-20640 Qt Quick Designer freezes when changing document, while qmlscene is running (qmlproject) on Windows
- Closed