Answers for "how to set bgcolor of a widget in pyqt5"

1

how to set bgcolor of a widget in pyqt5

self.setStyleSheet("background:red") 
# any color can be used in place of red
Posted by: Guest on April-02-2021

Code answers related to "how to set bgcolor of a widget in pyqt5"

Python Answers by Framework

Browse Popular Code Answers by Language