Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.1.0-beta
Description
Steps to reproduce:
- create Qt Quick 2.2 Application or Qt Quick Controls 1.x Application from template
- right-click onto one of the inner components -> Refactoring -> 'Move Component into Separate File'
Current behavior:
- new qml file is not automatically added to the resource file (and there's no question dialog if it should be done)
- new qml file is not added to the project tree (it's only viewable inside the 'Open Documents')
Expected behavior:
- either it is just added to the project tree and you have to manually add it to the qrc
- or (more preferable) it's added to the qrc automatically as this is the new approach
- or (most preferable) Qt Creator asks whether to add it to the qrc file or just to the project tree
Attachments
Issue Links
- relates to
-
QTCREATORBUG-12280 Many issues with Qt Creator's switch to deploy via qrc by default
- Closed
- replaces
-
QTCREATORBUG-11739 Refactoring/Move into separate file does not add entry to .qrc file
- Closed