I have a MainWindow with a StyleSheet:

Qt Code:
  1. background-image: url(:/Images/DefaultBackground);
To copy to clipboard, switch view to plain text mode 

My issue is all the widgets on the MainWindow are now using this background instead of their own StyleSheet.

Also the QLabel are no longer transparent because of the background image.

What am I doing wrong?