Jak ustawić BGCOLOR widżetu w PYQT5
self.setStyleSheet("background:red")
# any color can be used in place of red
Awful Aardvark
self.setStyleSheet("background:red")
# any color can be used in place of red