Re: [Development] how to change QGroupBox stylesheet image

2012-11-02 Thread Olivier Goffart
On Friday 02 November 2012 12:48:38 tang ke wrote: > hello, when i develop with QGroupbox widget, I found that I can not > change the checkbox image of QGroupbox. > > when I use the QCheckBox, I use the > "QCheckBox::indicator:unchecked { image:url(X.png);} > QCheckBox::indicator:check

[Development] how to change QGroupBox stylesheet image

2012-11-01 Thread tang ke
hello, when i develop with QGroupbox widget, I found that I can not change the checkbox image of QGroupbox. when I use the QCheckBox, I use the "QCheckBox::indicator:unchecked { image:url(X.png);} QCheckBox::indicator:checked {image:url(XXX.png);}" to change the checkbox im