Details
-
Bug
-
Resolution: Cannot Reproduce
-
P1: Critical
-
Qt Creator 4.3.0-beta1
-
Ubuntu
Windows
Description
- Create a new Qt Quick Application project using defaults.
- Show the Projects view.
- If needed, expand the project tree.
- In the project's file main.qml, right-click on "MainForm".
- From the context menu, select "Refactoring" -> " Move Component into Separate File".
A dialog shows up. - Click "OK".
- Click into the Projects view.
The QML files will disappear from the Projects view. Their tree nodes are still there, but they don't contain any text and can't be used.
No files should disappear from the project tree. Only the new file should be added.
Found by Squish test tst_QMLS04.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-18180 [REG 4.2 -> 4.3] Projects view does not update when adding file to qrc-file
- Closed