Re: [Interest] QGroupBox Subclass

2013-05-21 Thread Michael Jackson
On May 21, 2013, at 11:29 AM, Tony Rietwyk wrote: >> Sent: Tuesday, 21 May 2013 11:32 PM >> >> I am currently using a QGroupBox (with some custom style sheets) as a >> superclass for a custom widget in our program. QGroupBox has the >> "isCheckable" property which we use then style with a custom

Re: [Interest] QGroupBox Subclass

2013-05-21 Thread Tony Rietwyk
> Sent: Tuesday, 21 May 2013 11:32 PM > > I am currently using a QGroupBox (with some custom style sheets) as a > superclass for a custom widget in our program. QGroupBox has the > "isCheckable" property which we use then style with a custom image for an > icon and over ride the "toggled" to get s

[Interest] QGroupBox Subclass

2013-05-21 Thread Michael Jackson
I am currently using a QGroupBox (with some custom style sheets) as a superclass for a custom widget in our program. QGroupBox has the "isCheckable" property which we use then style with a custom image for an icon and over ride the "toggled" to get some custom actions when the user clicks the "b