You are using a relative file path and then later when you run the application outside the original directory, the file is not there. Either use an absolute path or embed the image as a Qt resource into the application binary.
You are using a relative file path and then later when you run the application outside the original directory, the file is not there. Either use an absolute path or embed the image as a Qt resource into the application binary.
Bookmarks