PDA

View Full Version : Editing Qss stylesheet in QT, programmatically



tirolel
4th August 2016, 10:36
Hi everyone.

I'm looking into a solution or idea how to edit an exiting .qss file. I have 4-5 qss files which I want to edit the file in Gui without doing manually.

fx. I have bunch of items and I want to edit the QLabel's color.

....
QLabel
{
...
color: #aaaaaa;
....
}
....

How am I going to archieve this?