Answers for "change group box title font size"

0

change group box title font size

QGroupBox
{
    font-size: 18px;
    font-weight: bold;
}
Posted by: Guest on November-22-2020

Code answers related to "change group box title font size"

Python Answers by Framework

Browse Popular Code Answers by Language