So setzen Sie BGColor eines Widgets in PYQT5

self.setStyleSheet("background:red") 
# any color can be used in place of red
Awful Aardvark