PDA

View Full Version : QRadioButton



sonuani
20th February 2008, 10:26
hi,

How to check the status of radioButton using QRadioButton class.

jpn
20th February 2008, 10:30
See QRadioButton docs. At the top it says that QRadioButton inherits QAbstractButton. So, look at QAbstractButton docs or "List of all members, including inherited members".