#include <qdialogbuttonboxproto.h>
| QDialogButtonBoxProto::QDialogButtonBoxProto |
( |
QObject * |
parent | ) |
|
| void QDialogButtonBoxProto::addButton |
( |
QAbstractButton * |
button, |
|
|
QDialogButtonBox::ButtonRole |
role |
|
) |
| |
| QPushButton * QDialogButtonBoxProto::addButton |
( |
const QString & |
text, |
|
|
QDialogButtonBox::ButtonRole |
role |
|
) |
| |
| QPushButton * QDialogButtonBoxProto::addButton |
( |
QDialogButtonBox::StandardButton |
button | ) |
|
| QPushButton * QDialogButtonBoxProto::button |
( |
QDialogButtonBox::StandardButton |
which | ) |
const |
| QDialogButtonBox::ButtonRole QDialogButtonBoxProto::buttonRole |
( |
QAbstractButton * |
button | ) |
const |
| QList< QAbstractButton * > QDialogButtonBoxProto::buttons |
( |
| ) |
const |
| void QDialogButtonBoxProto::clear |
( |
| ) |
|
| void QDialogButtonBoxProto::removeButton |
( |
QAbstractButton * |
button | ) |
|
| QDialogButtonBox::StandardButton QDialogButtonBoxProto::standardButton |
( |
QAbstractButton * |
button | ) |
const |
The documentation for this class was generated from the following files: