Patric schrieb: > Hi all ! > > I have problem with one QGroupBox. I have some labels in it. I want > the title of the group box to be bold. Only the title, not the > labels inside. But when I make it bold, all the labels inside are bold > too. > Does anyone know how to avoid this situation ? > > Regards, > Patric > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 4098 (20090522) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > ------------------------------------------------------------------------ > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > Hello Patric
Maybe setStyleSheet() helps. Look in the Qt documentation for "Qt Style Sheets Examples". Regards Ernst _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
