QtGui/qdialogbuttonbox.h Source File
Go to the documentation of this file.
42 #ifndef QDIALOGBUTTONBOX_H
43 #define QDIALOGBUTTONBOX_H
55 class QDialogButtonBoxPrivate;
62 Q_PROPERTY(StandardButtons standardButtons READ standardButtons WRITE setStandardButtons)
63 Q_PROPERTY(
bool centerButtons READ centerButtons WRITE setCenterButtons)
90 YesToAll = 0x00008000,
102 RestoreDefaults = 0x08000000,
106 LastButton = RestoreDefaults
110 Q_DECLARE_FLAGS(StandardButtons, StandardButton)
137 void setStandardButtons(StandardButtons buttons);
138 StandardButtons standardButtons()
const;
142 void setCenterButtons(
bool center);
143 bool centerButtons()
const;
148 void helpRequested();
168 #endif // QDIALOGBUTTONBOX_H
#define Q_PRIVATE_SLOT(d, signature)
#define QT_BEGIN_NAMESPACE
Q_CORE_EXPORT QTextStream & center(QTextStream &s)