Advanced Search

Search Results (Searched for: )

  • cmorley
  • cmorley
16 May 2025 13:14
Replied by cmorley on topic Error in tool_offsetview.py

Error in tool_offsetview.py

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.
Displaying 16081 - 16081 out of 16081 results.
Time to create page: 1.305 seconds
Powered by Kunena Forum