Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to do is it possible? I just want some bold in my QRadioButton. Maybe I could put a blank QRadioButton beside a QLabel?
Hi,
If it's just question of bold, you can modify the font used by the QRadioButton.
Thanks SGaist. Not all of the text should be bold though....
Then yes, go on with a QLabel + QRadioButton combo. Otherwise you'll have to re-implement the QRadioButton painting which looks a bit like overkill for what you want.