Is it possible to specify some style sheet properties for text of QCheckBox?
I'm interested in padding first of all...
I see that we can customize ::indicator of check box but I couldn't find any information about text.
Is it possible to specify some style sheet properties for text of QCheckBox?
I'm interested in padding first of all...
I see that we can customize ::indicator of check box but I couldn't find any information about text.
several text-specific style sheet properties are supported by QCheckBox, e.g. color
, font
, font-family
, font-size
, font-style
, font-weight
, text-decoration
.
padding
is supported too (as padding in the whole widget) and by spacing
you can set the distance between the checkbox and the text.