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