Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 1.3.1
-
None
-
804be4d31461ca656f2bd845a3d51730d740119e
Description
When viewing a resource (qrc) file in QtCreator it would be nice to be able to right click a resource and get the choice to copy the resource path of the selected resource.
Use case:
- Want to create a QImage from a resource.
- Open the qrc file where the resource is located.
- Right click the resource you need and copy the resource path.
- Paste the resource path eg.. ":/icons/myicon.png" in the code.