[SOLVED]File path in QML
QML and Qt Quick
6
Posts
3
Posters
2.2k
Views
1
Watching
-
I'm displaying the images using list
@property var imagesListModel: ["file:/original.jpg","file:/11.jpg","file:/test (1).jpg","file:/test (2).jpg","file:/test (3).jpg","file:/test (4).jpg","file:/test (5).jpg"]
@
This works if the the images are in the C: file but i cant display the images if i use the path of these images directly
like in C: which i need to fix as i have to save the image of this path in a QImage object, is there nay way i can ifx these problem? -
Please add [SOLVED] to your thread titles of all your solved threads.