Implementing Background Color with pyqt5 and qt designer when my Qwidget has a layout
This is my first time working with pyqt5 and qt designer, My application utilises qt designer to create an xml UI file that is loaded in my main.py file’s code through loadUI(“filepath”, self) method in the init function of my screen’s class. (See code below):