Starting from version 4.5.0, QLC+ can read a user custom file to change the GUI
appearance in a very accessible way.
If no file is found, QLC+ will start with the default style.
The file name is hardcoded into QLC+ and must be: qlcplusStyle.qss
The style file must also be placed in a specific path which is:
Just to give you an example of how easy this process is, here's a blue-ish dark style for QLC+.
If you copy the following lines into qlcplusStyle.qss
in the right location as explained above,
you will see it immediately applied to QLC+.
QMainWindow, QDialog { background-color: #404B57; color: #E6E6E6; } QTreeWidget { background-color: #3A444F; alternate-background-color: #404B57; color: #E6E6E6; } QTextBrowser { background-color: #3A444F; color: #E6E6E6; }