I\'m running my Qt app through command line with a parameter -stylesheet. The styles for the controls work but not when I\'m trying to load a background image for the MainWi
Clearly there is a problem with the path to your image. Try using an absolute path to verify the image is loaded by QT and working.