Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 3.1.0
-
None
-
Windows 7 64 bit
Description
- Create a new Qt Quick Application project.
- Open the project's qml file in Design mode.
- Drag an Image item into the GUI.
- Select an image file to show in the Image item.
- Run the project.
The image file won't be shown because it was not added to the project's qrc file:qrc:///main.qml:21:5: QML Image: Cannot open: qrc:///Screenshots/5.png
When selecting an image file, Creator should offer to add this file to the qrc file and, if needed, copy it.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-12280 Many issues with Qt Creator's switch to deploy via qrc by default
- Reported
-
QTCREATORBUG-12286 Inconsistent UI paradigm, selecting Image.source from "filesystem" in fact sets it from QRC
- Open