Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Load image from disk
-
Hi all,
I want to load an image I have on my hard disk for the item Image as follows, instead of the .qrc directory:
Image { id: myImage source: "C:/Users/QtCoder/Desktop/Captures/4.png" anchors.fill: parent }
But the image (4.png) is not shown when the project runs.
-
hi @qcoderpro
source : Qt.resolvedUrl("file:///C:/Users/QtCoder/Desktop/Captures/4.png")