Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
Qt Creator 4.7.0-beta1
-
Debian9, QC 4.7 beta snapshot (f1881ac2fc) based on Qt5.11
Description
Steps to reproduce:
- create application from scratch, assign a valid Qt (I've used official releases)
- run or debug and watch Application Output pane
Broken:
- Stack (using Qt5.9) produces on startup and interaction sth like
qrc:/main.qml:60:5: QML StackView: initialItem: file:///tmp/build-untitled7-Desktop_5_9_1-Debug/HomeForm.ui.qml:-1 No such file or directory qrc:/main.qml:28: TypeError: Cannot read property 'title' of null
- Canvas 3D (it does not close clean, but crashes on close)
Note: I could not reproduce the crash with an older Qt5.11 dev build - but with 5.9/5.10 official releases
tbh: I haven't verified all combinations of Qt/wizards. If you want me to test a special config let me know.