Category: Qtvcp
Can you give more detail of the load problem?
I'm guessing you want it to autoload at startup?
set_style is old code from a slightly different version.
IIRC if you use it then you can't override the style with the style editor.
Here are some of the things you can change from the style sheet editor:
MacroTab CustomButton{
width: 20px;
height: 40px;
}
MacroTab QPushButton {
width: 80px;
height: 40px;
}
MacroTab QLabel {
font: 24pt "Lato Heavy";
}
TouchSpinBox LineEdit {
font: 12pt "Lato Heavy";
}
TouchSpinBox QPushButton {
width: 60px;
height: 100px;
}
I think it needs a way to change styles per macro as it's hard to get sizes to work with different macros.
If there is interest I can develop it more.