Images not displayed on QOpenGLWidget
-
Hi,
I've run into a peculiar problem. The software I work on can be run remotely from its brain. i.e. The simulator (brain) can be run on a machine separate from the GUI.
As long as we run everything from the same folder everything is fine, but if we run it remotely(different folder), the images don't come up. I am setting the images via setStyleSheet.
Note: I've tested and found that the correct image is picked up.
I know this isn't the correct forum for this, but I'm out of options.
-
Hi,
I've run into a peculiar problem. The software I work on can be run remotely from its brain. i.e. The simulator (brain) can be run on a machine separate from the GUI.
As long as we run everything from the same folder everything is fine, but if we run it remotely(different folder), the images don't come up. I am setting the images via setStyleSheet.
Note: I've tested and found that the correct image is picked up.
I know this isn't the correct forum for this, but I'm out of options.
@ShakingBear said in Images not displayed on QOpenGLWidget:
Note: I've tested and found that the correct image is picked up.
How did you test?
Running an app from another directory isn't the same as run remotely (this makes you description a bit confusing).