Adding jpg files on GUI
-
Hello,
I add jpg files inside UI windows. No problem when I execute the program with Qt creator.
But I can't keep the jpg images on the release version ==> where should I store images to keep them after release ?@JLouis56
Not 100% sure what you are saying, but the The Qt Resource System allows you to embed resources like JPG files inside your executable. Then there is nothing to store externally, when you run the program outside Creator or release it to someone else the images are accessed by your application inside itself.