QtGui/qbuttongroup.h Source File
Go to the documentation of this file.
42 #ifndef QBUTTONGROUP_H
43 #define QBUTTONGROUP_H
53 #ifndef QT_NO_BUTTONGROUP
56 class QAbstractButtonPrivate;
57 class QButtonGroupPrivate;
63 Q_PROPERTY(
bool exclusive READ exclusive WRITE setExclusive)
68 void setExclusive(
bool);
69 bool exclusive()
const;
83 int checkedId()
const;
87 void buttonClicked(
int);
89 void buttonPressed(
int);
91 void buttonReleased(
int);
103 friend class QAbstractButtonPrivate;
106 #endif // QT_NO_BUTTONGROUP
112 #endif // QBUTTONGROUP_H
#define QT_BEGIN_NAMESPACE