![]() |
Qt 4.8
|
#include <QtCore/qhash.h>#include <QtGui/qpushbutton.h>#include <QtGui/qstyle.h>#include <QtGui/qlayout.h>#include <QtGui/qdialog.h>#include <QtGui/qapplication.h>#include <QtGui/private/qwidget_p.h>#include <QtGui/qaction.h>#include "qdialogbuttonbox.h"#include "moc_qdialogbuttonbox.cpp"Go to the source code of this file.
Classes | |
| class | QDialogButtonBoxPrivate |
Enumerations | |
| enum | { AcceptRole = QDialogButtonBox::AcceptRole, RejectRole = QDialogButtonBox::RejectRole, DestructiveRole = QDialogButtonBox::DestructiveRole, ActionRole = QDialogButtonBox::ActionRole, HelpRole = QDialogButtonBox::HelpRole, YesRole = QDialogButtonBox::YesRole, NoRole = QDialogButtonBox::NoRole, ApplyRole = QDialogButtonBox::ApplyRole, ResetRole = QDialogButtonBox::ResetRole, AlternateRole = 0x10000000, Stretch = 0x20000000, EOL = 0x40000000, Reverse = 0x80000000 } |
Functions | |
| static QDialogButtonBox::ButtonRole | roleFor (QDialogButtonBox::StandardButton button) |
Variables | |
| static const uint | layouts [2][5][14] |
| anonymous enum |
| Enumerator | |
|---|---|
| AcceptRole | |
| RejectRole | |
| DestructiveRole | |
| ActionRole | |
| HelpRole | |
| YesRole | |
| NoRole | |
| ApplyRole | |
| ResetRole | |
| AlternateRole | |
| Stretch | |
| EOL | |
| Reverse | |
Definition at line 157 of file qdialogbuttonbox.cpp.
|
static |
Definition at line 174 of file qdialogbuttonbox.cpp.
Referenced by QDialogButtonBoxPrivate::createButton().
|
static |
Definition at line 218 of file qdialogbuttonbox.cpp.
Referenced by QDialogButtonBoxPrivate::layoutButtons(), and QFormLayoutPrivate::~QFormLayoutPrivate().