background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #E0E0E0, stop: 1 #FFFFFF);
border: 2px solid rgb(66, 66, 66);
border-top: 30px solid rgb(66, 66, 66);
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
margin-top: 0ex; /* leave space at the top for the title */
font-weight: bold;
}
subcontrol-origin: margin;
subcontrol-position: top left; /* position at the top center */
background-color: rgb(66, 66, 66);
color: rgb(255, 255, 255);
padding: 8 10px;
}
QGroupBox {
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #E0E0E0, stop: 1 #FFFFFF);
border: 2px solid rgb(66, 66, 66);
border-top: 30px solid rgb(66, 66, 66);
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
margin-top: 0ex; /* leave space at the top for the title */
font-weight: bold;
}
QGroupBox::title {
subcontrol-origin: margin;
subcontrol-position: top left; /* position at the top center */
background-color: rgb(66, 66, 66);
color: rgb(255, 255, 255);
padding: 8 10px;
}
To copy to clipboard, switch view to plain text mode
Bookmarks