vote up 0 vote down star

Hello,

I'm attempting to change the style of a button using the :checked and :unchecked pseudo-states, but have not been successful.

I have tried a variety of different combinations to no avail.

#btnOnOff:checked { ... }
#btnOnOff:unchecked { ... }
#btnOnOff.QPushButton:unchecked { ... }

None of these seem to be working.

flag

71% accept rate
Can you post some code and your stylesheet contents related to #btnOnOff? How do you set the stylesheet? – erelender Sep 3 at 10:41

1 Answer

vote up 0 vote down check

Have you tried this?

QPushButton#btnOnOff:checked {}
link|flag
Yes, I've tried that and it also does not seem to work for me. – Michael Sep 3 at 9:40
Correction, this does work. Thanks. – Michael Sep 9 at 5:43

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.