Applying stylesheet to a QGroupBox
Solved
General and Desktop
-
@Devopia53 If you do like this ,the stylesheet will effect the contents also, anyways we got the answer thanks for the reply
-
In general if you assign a stylesheet to a cotrol you have to style the complete control.
It is not possible to style only parts of a widget with a stylesheet.Karl-Heinz
-
@Amogh ,
groupBox->setStyleSheet("QGroupBox::title{font-size:20pt;}");