Notation used in Ruby API documentation
Module: QtGui
Description: Binding of QDialogButtonBox
Class hierarchy: QDialogButtonBox » QWidget » QObject
Sub-classes: ButtonRole, QFlags_ButtonRole, StandardButton, QFlags_StandardButton
new QDialogButtonBox | new | (QWidget ptr parent = 0) | Constructor QDialogButtonBox::QDialogButtonBox(QWidget *parent) |
new QDialogButtonBox | new | (const Qt_Orientation orientation, QWidget ptr parent = 0) | Constructor QDialogButtonBox::QDialogButtonBox(Qt::Orientation orientation, QWidget *parent) |
[const] | QDialogButtonBox ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
[signal] | void | accepted | Signal declaration for QDialogButtonBox::accepted() | |
void | addButton | (QAbstractButton ptr button, const QDialogButtonBox_ButtonRole role) | Method void QDialogButtonBox::addButton(QAbstractButton *button, QDialogButtonBox::ButtonRole role) | |
QPushButton ptr | addButton | (string text, const QDialogButtonBox_ButtonRole role) | Method QPushButton *QDialogButtonBox::addButton(const QString &text, QDialogButtonBox::ButtonRole role) | |
QPushButton ptr | addButton | (const QDialogButtonBox_StandardButton button) | Method QPushButton *QDialogButtonBox::addButton(QDialogButtonBox::StandardButton button) | |
[const] | QPushButton ptr | button | (const QDialogButtonBox_StandardButton which) | Method QPushButton *QDialogButtonBox::button(QDialogButtonBox::StandardButton which) |
[const] | QDialogButtonBox_ButtonRole | buttonRole | (QAbstractButton ptr button) | Method QDialogButtonBox::ButtonRole QDialogButtonBox::buttonRole(QAbstractButton *button) |
[const] | QAbstractButton ptr[] | buttons | Method QList<QAbstractButton *> QDialogButtonBox::buttons() | |
[const] | bool | centerButtons | Method bool QDialogButtonBox::centerButtons() | |
void | centerButtons= | (bool center) | Method void QDialogButtonBox::setCenterButtons(bool center) | |
void | clear | Method void QDialogButtonBox::clear() | ||
[signal] | void | clicked | (QAbstractButton ptr button) | Signal declaration for QDialogButtonBox::clicked(QAbstractButton *button) |
[signal] | void | customContextMenuRequested | (const QPoint pos) | Signal declaration for QDialogButtonBox::customContextMenuRequested(const QPoint &pos) |
[signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QDialogButtonBox::destroyed(QObject *) |
void | emit_accepted | Emitter for signal void QDialogButtonBox::accepted() | ||
void | emit_clicked | (QAbstractButton ptr button) | Emitter for signal void QDialogButtonBox::clicked(QAbstractButton *button) | |
void | emit_customContextMenuRequested | (const QPoint pos) | Emitter for signal void QDialogButtonBox::customContextMenuRequested(const QPoint &pos) | |
void | emit_destroyed | (QObject ptr arg1 = 0) | Emitter for signal void QDialogButtonBox::destroyed(QObject *) | |
void | emit_helpRequested | Emitter for signal void QDialogButtonBox::helpRequested() | ||
void | emit_rejected | Emitter for signal void QDialogButtonBox::rejected() | ||
bool | eventFilter | (QObject ptr arg1, QEvent ptr arg2) | Virtual method bool QDialogButtonBox::eventFilter(QObject *, QEvent *) | |
[const] | int | heightForWidth | (int arg1) | Virtual method int QDialogButtonBox::heightForWidth(int) |
[signal] | void | helpRequested | Signal declaration for QDialogButtonBox::helpRequested() | |
[const] | variant | inputMethodQuery | (const Qt_InputMethodQuery arg1) | Virtual method QVariant QDialogButtonBox::inputMethodQuery(Qt::InputMethodQuery) |
[const] | QSize | minimumSizeHint | Virtual method QSize QDialogButtonBox::minimumSizeHint() | |
[const] | Qt_Orientation | orientation | Method Qt::Orientation QDialogButtonBox::orientation() | |
void | orientation= | (const Qt_Orientation orientation) | Method void QDialogButtonBox::setOrientation(Qt::Orientation orientation) | |
[const] | QPaintEngine ptr | paintEngine | Virtual method QPaintEngine *QDialogButtonBox::paintEngine() | |
[signal] | void | rejected | Signal declaration for QDialogButtonBox::rejected() | |
void | removeButton | (QAbstractButton ptr button) | Method void QDialogButtonBox::removeButton(QAbstractButton *button) | |
void | setCenterButtons | (bool center) | Method void QDialogButtonBox::setCenterButtons(bool center) | |
void | setOrientation | (const Qt_Orientation orientation) | Method void QDialogButtonBox::setOrientation(Qt::Orientation orientation) | |
void | setStandardButtons | (QDialogButtonBox_QFlags_StandardButton buttons) | Method void QDialogButtonBox::setStandardButtons(QFlags<QDialogButtonBox::StandardButton> buttons) | |
void | setVisible | (bool visible) | Virtual method void QDialogButtonBox::setVisible(bool visible) | |
[const] | QSize | sizeHint | Virtual method QSize QDialogButtonBox::sizeHint() | |
[const] | QDialogButtonBox_StandardButton | standardButton | (QAbstractButton ptr button) | Method QDialogButtonBox::StandardButton QDialogButtonBox::standardButton(QAbstractButton *button) |
[const] | QDialogButtonBox_QFlags_StandardButton | standardButtons | Method QFlags<QDialogButtonBox::StandardButton> QDialogButtonBox::standardButtons() | |
void | standardButtons= | (QDialogButtonBox_QFlags_StandardButton buttons) | Method void QDialogButtonBox::setStandardButtons(QFlags<QDialogButtonBox::StandardButton> buttons) |
[static,const] | QDialogButtonBox_StandardButton | Abort | Enum constant QDialogButtonBox::Abort | |
[static,const] | QDialogButtonBox_ButtonRole | AcceptRole | Enum constant QDialogButtonBox::AcceptRole | |
[static,const] | QDialogButtonBox_ButtonRole | ActionRole | Enum constant QDialogButtonBox::ActionRole | |
[static,const] | QDialogButtonBox_StandardButton | Apply | Enum constant QDialogButtonBox::Apply | |
[static,const] | QDialogButtonBox_ButtonRole | ApplyRole | Enum constant QDialogButtonBox::ApplyRole | |
[static,const] | QDialogButtonBox_StandardButton | Cancel | Enum constant QDialogButtonBox::Cancel | |
[static,const] | QDialogButtonBox_StandardButton | Close | Enum constant QDialogButtonBox::Close | |
[static,const] | QDialogButtonBox_ButtonRole | DestructiveRole | Enum constant QDialogButtonBox::DestructiveRole | |
[static,const] | QDialogButtonBox_StandardButton | Discard | Enum constant QDialogButtonBox::Discard | |
[static,const] | QDialogButtonBox_StandardButton | FirstButton | Enum constant QDialogButtonBox::FirstButton | |
[static,const] | QDialogButtonBox_StandardButton | Help | Enum constant QDialogButtonBox::Help | |
[static,const] | QDialogButtonBox_ButtonRole | HelpRole | Enum constant QDialogButtonBox::HelpRole | |
[static,const] | QDialogButtonBox_StandardButton | Ignore | Enum constant QDialogButtonBox::Ignore | |
[static,const] | QDialogButtonBox_ButtonRole | InvalidRole | Enum constant QDialogButtonBox::InvalidRole | |
[static,const] | QDialogButtonBox_StandardButton | LastButton | Enum constant QDialogButtonBox::LastButton | |
[static,const] | QDialogButtonBox_ButtonRole | NRoles | Enum constant QDialogButtonBox::NRoles | |
[static,const] | QDialogButtonBox_StandardButton | No | Enum constant QDialogButtonBox::No | |
[static,const] | QDialogButtonBox_StandardButton | NoButton | Enum constant QDialogButtonBox::NoButton | |
[static,const] | QDialogButtonBox_ButtonRole | NoRole | Enum constant QDialogButtonBox::NoRole | |
[static,const] | QDialogButtonBox_StandardButton | NoToAll | Enum constant QDialogButtonBox::NoToAll | |
[static,const] | QDialogButtonBox_StandardButton | Ok | Enum constant QDialogButtonBox::Ok | |
[static,const] | QDialogButtonBox_StandardButton | Open | Enum constant QDialogButtonBox::Open | |
[static,const] | QDialogButtonBox_ButtonRole | RejectRole | Enum constant QDialogButtonBox::RejectRole | |
[static,const] | QDialogButtonBox_StandardButton | Reset | Enum constant QDialogButtonBox::Reset | |
[static,const] | QDialogButtonBox_ButtonRole | ResetRole | Enum constant QDialogButtonBox::ResetRole | |
[static,const] | QDialogButtonBox_StandardButton | RestoreDefaults | Enum constant QDialogButtonBox::RestoreDefaults | |
[static,const] | QDialogButtonBox_StandardButton | Retry | Enum constant QDialogButtonBox::Retry | |
[static,const] | QDialogButtonBox_StandardButton | Save | Enum constant QDialogButtonBox::Save | |
[static,const] | QDialogButtonBox_StandardButton | SaveAll | Enum constant QDialogButtonBox::SaveAll | |
[static,const] | QDialogButtonBox_StandardButton | Yes | Enum constant QDialogButtonBox::Yes | |
[static,const] | QDialogButtonBox_ButtonRole | YesRole | Enum constant QDialogButtonBox::YesRole | |
[static,const] | QDialogButtonBox_StandardButton | YesToAll | Enum constant QDialogButtonBox::YesToAll | |
new QDialogButtonBox | new_buttons | (QDialogButtonBox_QFlags_StandardButton buttons, const Qt_Orientation orientation = Qt::Horizontal, QWidget ptr parent = 0) | Constructor QDialogButtonBox::QDialogButtonBox(QFlags<QDialogButtonBox::StandardButton> buttons, Qt::Orientation orientation, QWidget *parent) | |
QMetaObject | staticMetaObject | Obtains the static MetaObject for this class. | ||
string | tr | (string s, string c = 0) | Static method QString QDialogButtonBox::tr(const char *s, const char *c) | |
string | tr | (string s, string c, int n) | Static method QString QDialogButtonBox::tr(const char *s, const char *c, int n) | |
string | trUtf8 | (string s, string c = 0) | Static method QString QDialogButtonBox::trUtf8(const char *s, const char *c) | |
string | trUtf8 | (string s, string c, int n) | Static method QString QDialogButtonBox::trUtf8(const char *s, const char *c, int n) |
void | actionEvent | (QActionEvent ptr arg1) | Virtual method void QDialogButtonBox::actionEvent(QActionEvent *) | ||
void | changeEvent | (QEvent ptr event) | Virtual method void QDialogButtonBox::changeEvent(QEvent *event) | ||
void | childEvent | (QChildEvent ptr arg1) | Virtual method void QDialogButtonBox::childEvent(QChildEvent *) | ||
void | closeEvent | (QCloseEvent ptr arg1) | Virtual method void QDialogButtonBox::closeEvent(QCloseEvent *) | ||
void | contextMenuEvent | (QContextMenuEvent ptr arg1) | Virtual method void QDialogButtonBox::contextMenuEvent(QContextMenuEvent *) | ||
void | customEvent | (QEvent ptr arg1) | Virtual method void QDialogButtonBox::customEvent(QEvent *) | ||
void | disconnectNotify | (string signal) | Virtual method void QDialogButtonBox::disconnectNotify(const char *signal) | ||
void | dragEnterEvent | (QDragEnterEvent ptr arg1) | Virtual method void QDialogButtonBox::dragEnterEvent(QDragEnterEvent *) | ||
void | dragLeaveEvent | (QDragLeaveEvent ptr arg1) | Virtual method void QDialogButtonBox::dragLeaveEvent(QDragLeaveEvent *) | ||
void | dragMoveEvent | (QDragMoveEvent ptr arg1) | Virtual method void QDialogButtonBox::dragMoveEvent(QDragMoveEvent *) | ||
void | dropEvent | (QDropEvent ptr arg1) | Virtual method void QDialogButtonBox::dropEvent(QDropEvent *) | ||
void | enabledChange | (bool arg1) | Virtual method void QDialogButtonBox::enabledChange(bool) | ||
void | enterEvent | (QEvent ptr arg1) | Virtual method void QDialogButtonBox::enterEvent(QEvent *) | ||
bool | event | (QEvent ptr event) | Virtual method bool QDialogButtonBox::event(QEvent *event) | ||
void | focusInEvent | (QFocusEvent ptr arg1) | Virtual method void QDialogButtonBox::focusInEvent(QFocusEvent *) | ||
bool | focusNextChild | Method bool QDialogButtonBox::focusNextChild() | |||
bool | focusNextPrevChild | (bool next) | Virtual method bool QDialogButtonBox::focusNextPrevChild(bool next) | ||
void | focusOutEvent | (QFocusEvent ptr arg1) | Virtual method void QDialogButtonBox::focusOutEvent(QFocusEvent *) | ||
bool | focusPreviousChild | Method bool QDialogButtonBox::focusPreviousChild() | |||
void | fontChange | (const QFont arg1) | Virtual method void QDialogButtonBox::fontChange(const QFont &) | ||
void | hideEvent | (QHideEvent ptr arg1) | Virtual method void QDialogButtonBox::hideEvent(QHideEvent *) | ||
void | inputMethodEvent | (QInputMethodEvent ptr arg1) | Virtual method void QDialogButtonBox::inputMethodEvent(QInputMethodEvent *) | ||
void | keyPressEvent | (QKeyEvent ptr arg1) | Virtual method void QDialogButtonBox::keyPressEvent(QKeyEvent *) | ||
void | keyReleaseEvent | (QKeyEvent ptr arg1) | Virtual method void QDialogButtonBox::keyReleaseEvent(QKeyEvent *) | ||
void | languageChange | Virtual method void QDialogButtonBox::languageChange() | |||
void | leaveEvent | (QEvent ptr arg1) | Virtual method void QDialogButtonBox::leaveEvent(QEvent *) | ||
[const] | int | metric | (const QPaintDevice_PaintDeviceMetric arg1) | Virtual method int QDialogButtonBox::metric(QPaintDevice::PaintDeviceMetric) | |
void | mouseDoubleClickEvent | (QMouseEvent ptr arg1) | Virtual method void QDialogButtonBox::mouseDoubleClickEvent(QMouseEvent *) | ||
void | mouseMoveEvent | (QMouseEvent ptr arg1) | Virtual method void QDialogButtonBox::mouseMoveEvent(QMouseEvent *) | ||
void | mousePressEvent | (QMouseEvent ptr arg1) | Virtual method void QDialogButtonBox::mousePressEvent(QMouseEvent *) | ||
void | mouseReleaseEvent | (QMouseEvent ptr arg1) | Virtual method void QDialogButtonBox::mouseReleaseEvent(QMouseEvent *) | ||
void | moveEvent | (QMoveEvent ptr arg1) | Virtual method void QDialogButtonBox::moveEvent(QMoveEvent *) | ||
void | paintEvent | (QPaintEvent ptr arg1) | Virtual method void QDialogButtonBox::paintEvent(QPaintEvent *) | ||
void | paletteChange | (const QPalette arg1) | Virtual method void QDialogButtonBox::paletteChange(const QPalette &) | ||
void | qt_create | (unsigned long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) | Method void QDialogButtonBox::create(WId, bool initializeWindow, bool destroyOldWindow) | ||
void | qt_destroy | (bool destroyWindow = true, bool destroySubWindows = true) | Method void QDialogButtonBox::destroy(bool destroyWindow, bool destroySubWindows) | ||
[const] | int | receivers | (string signal) | Method int QDialogButtonBox::receivers(const char *signal) | |
void | resetInputContext | Method void QDialogButtonBox::resetInputContext() | |||
void | resizeEvent | (QResizeEvent ptr arg1) | Virtual method void QDialogButtonBox::resizeEvent(QResizeEvent *) | ||
[const] | QObject ptr | sender | Method QObject *QDialogButtonBox::sender() | ||
void | showEvent | (QShowEvent ptr arg1) | Virtual method void QDialogButtonBox::showEvent(QShowEvent *) | ||
void | styleChange | (QStyle arg1) | Virtual method void QDialogButtonBox::styleChange(QStyle &) | ||
void | tabletEvent | (QTabletEvent ptr arg1) | Virtual method void QDialogButtonBox::tabletEvent(QTabletEvent *) | ||
void | timerEvent | (QTimerEvent ptr arg1) | Virtual method void QDialogButtonBox::timerEvent(QTimerEvent *) | ||
void | updateMicroFocus | Method void QDialogButtonBox::updateMicroFocus() | |||
void | wheelEvent | (QWheelEvent ptr arg1) | Virtual method void QDialogButtonBox::wheelEvent(QWheelEvent *) | ||
void | windowActivationChange | (bool arg1) | Virtual method void QDialogButtonBox::windowActivationChange(bool) |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
Abort | Signature: [static,const] QDialogButtonBox_StandardButton Abort Description: Enum constant QDialogButtonBox::Abort Python specific notes: |
AcceptRole | Signature: [static,const] QDialogButtonBox_ButtonRole AcceptRole Description: Enum constant QDialogButtonBox::AcceptRole Python specific notes: |
ActionRole | Signature: [static,const] QDialogButtonBox_ButtonRole ActionRole Description: Enum constant QDialogButtonBox::ActionRole Python specific notes: |
Apply | Signature: [static,const] QDialogButtonBox_StandardButton Apply Description: Enum constant QDialogButtonBox::Apply Python specific notes: |
ApplyRole | Signature: [static,const] QDialogButtonBox_ButtonRole ApplyRole Description: Enum constant QDialogButtonBox::ApplyRole Python specific notes: |
Cancel | Signature: [static,const] QDialogButtonBox_StandardButton Cancel Description: Enum constant QDialogButtonBox::Cancel Python specific notes: |
Close | Signature: [static,const] QDialogButtonBox_StandardButton Close Description: Enum constant QDialogButtonBox::Close Python specific notes: |
DestructiveRole | Signature: [static,const] QDialogButtonBox_ButtonRole DestructiveRole Description: Enum constant QDialogButtonBox::DestructiveRole Python specific notes: |
Discard | Signature: [static,const] QDialogButtonBox_StandardButton Discard Description: Enum constant QDialogButtonBox::Discard Python specific notes: |
FirstButton | Signature: [static,const] QDialogButtonBox_StandardButton FirstButton Description: Enum constant QDialogButtonBox::FirstButton Python specific notes: |
Help | Signature: [static,const] QDialogButtonBox_StandardButton Help Description: Enum constant QDialogButtonBox::Help Python specific notes: |
HelpRole | Signature: [static,const] QDialogButtonBox_ButtonRole HelpRole Description: Enum constant QDialogButtonBox::HelpRole Python specific notes: |
Ignore | Signature: [static,const] QDialogButtonBox_StandardButton Ignore Description: Enum constant QDialogButtonBox::Ignore Python specific notes: |
InvalidRole | Signature: [static,const] QDialogButtonBox_ButtonRole InvalidRole Description: Enum constant QDialogButtonBox::InvalidRole Python specific notes: |
LastButton | Signature: [static,const] QDialogButtonBox_StandardButton LastButton Description: Enum constant QDialogButtonBox::LastButton Python specific notes: |
NRoles | Signature: [static,const] QDialogButtonBox_ButtonRole NRoles Description: Enum constant QDialogButtonBox::NRoles Python specific notes: |
No | Signature: [static,const] QDialogButtonBox_StandardButton No Description: Enum constant QDialogButtonBox::No Python specific notes: |
NoButton | Signature: [static,const] QDialogButtonBox_StandardButton NoButton Description: Enum constant QDialogButtonBox::NoButton Python specific notes: |
NoRole | Signature: [static,const] QDialogButtonBox_ButtonRole NoRole Description: Enum constant QDialogButtonBox::NoRole Python specific notes: |
NoToAll | Signature: [static,const] QDialogButtonBox_StandardButton NoToAll Description: Enum constant QDialogButtonBox::NoToAll Python specific notes: |
Ok | Signature: [static,const] QDialogButtonBox_StandardButton Ok Description: Enum constant QDialogButtonBox::Ok Python specific notes: |
Open | Signature: [static,const] QDialogButtonBox_StandardButton Open Description: Enum constant QDialogButtonBox::Open Python specific notes: |
RejectRole | Signature: [static,const] QDialogButtonBox_ButtonRole RejectRole Description: Enum constant QDialogButtonBox::RejectRole Python specific notes: |
Reset | Signature: [static,const] QDialogButtonBox_StandardButton Reset Description: Enum constant QDialogButtonBox::Reset Python specific notes: |
ResetRole | Signature: [static,const] QDialogButtonBox_ButtonRole ResetRole Description: Enum constant QDialogButtonBox::ResetRole Python specific notes: |
RestoreDefaults | Signature: [static,const] QDialogButtonBox_StandardButton RestoreDefaults Description: Enum constant QDialogButtonBox::RestoreDefaults Python specific notes: |
Retry | Signature: [static,const] QDialogButtonBox_StandardButton Retry Description: Enum constant QDialogButtonBox::Retry Python specific notes: |
Save | Signature: [static,const] QDialogButtonBox_StandardButton Save Description: Enum constant QDialogButtonBox::Save Python specific notes: |
SaveAll | Signature: [static,const] QDialogButtonBox_StandardButton SaveAll Description: Enum constant QDialogButtonBox::SaveAll Python specific notes: |
Yes | Signature: [static,const] QDialogButtonBox_StandardButton Yes Description: Enum constant QDialogButtonBox::Yes Python specific notes: |
YesRole | Signature: [static,const] QDialogButtonBox_ButtonRole YesRole Description: Enum constant QDialogButtonBox::YesRole Python specific notes: |
YesToAll | Signature: [static,const] QDialogButtonBox_StandardButton YesToAll Description: Enum constant QDialogButtonBox::YesToAll Python specific notes: |
_const_cast | Signature: [const] QDialogButtonBox ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
accepted | Signature: [signal] void accepted Description: Signal declaration for QDialogButtonBox::accepted() You can bind a procedure to this signal. Python specific notes: |
actionEvent | Signature: void actionEvent (QActionEvent ptr arg1) Description: Virtual method void QDialogButtonBox::actionEvent(QActionEvent *) This method can be reimplemented in a derived class. |
addButton | (1) Signature: void addButton (QAbstractButton ptr button, const QDialogButtonBox_ButtonRole role) Description: Method void QDialogButtonBox::addButton(QAbstractButton *button, QDialogButtonBox::ButtonRole role) |
(2) Signature: QPushButton ptr addButton (string text, const QDialogButtonBox_ButtonRole role) Description: Method QPushButton *QDialogButtonBox::addButton(const QString &text, QDialogButtonBox::ButtonRole role) | |
(3) Signature: QPushButton ptr addButton (const QDialogButtonBox_StandardButton button) Description: Method QPushButton *QDialogButtonBox::addButton(QDialogButtonBox::StandardButton button) | |
button | Signature: [const] QPushButton ptr button (const QDialogButtonBox_StandardButton which) Description: Method QPushButton *QDialogButtonBox::button(QDialogButtonBox::StandardButton which) |
buttonRole | Signature: [const] QDialogButtonBox_ButtonRole buttonRole (QAbstractButton ptr button) Description: Method QDialogButtonBox::ButtonRole QDialogButtonBox::buttonRole(QAbstractButton *button) |
buttons | Signature: [const] QAbstractButton ptr[] buttons Description: Method QList<QAbstractButton *> QDialogButtonBox::buttons() |
centerButtons | Signature: [const] bool centerButtons Description: Method bool QDialogButtonBox::centerButtons() Python specific notes: |
centerButtons= | Signature: void centerButtons= (bool center) Description: Method void QDialogButtonBox::setCenterButtons(bool center) Python specific notes: |
changeEvent | Signature: void changeEvent (QEvent ptr event) Description: Virtual method void QDialogButtonBox::changeEvent(QEvent *event) This method can be reimplemented in a derived class. |
childEvent | Signature: void childEvent (QChildEvent ptr arg1) Description: Virtual method void QDialogButtonBox::childEvent(QChildEvent *) This method can be reimplemented in a derived class. |
clear | Signature: void clear Description: Method void QDialogButtonBox::clear() |
clicked | Signature: [signal] void clicked (QAbstractButton ptr button) Description: Signal declaration for QDialogButtonBox::clicked(QAbstractButton *button) You can bind a procedure to this signal. Python specific notes: |
closeEvent | Signature: void closeEvent (QCloseEvent ptr arg1) Description: Virtual method void QDialogButtonBox::closeEvent(QCloseEvent *) This method can be reimplemented in a derived class. |
contextMenuEvent | Signature: void contextMenuEvent (QContextMenuEvent ptr arg1) Description: Virtual method void QDialogButtonBox::contextMenuEvent(QContextMenuEvent *) This method can be reimplemented in a derived class. |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
customContextMenuRequested | Signature: [signal] void customContextMenuRequested (const QPoint pos) Description: Signal declaration for QDialogButtonBox::customContextMenuRequested(const QPoint &pos) You can bind a procedure to this signal. Python specific notes: |
customEvent | Signature: void customEvent (QEvent ptr arg1) Description: Virtual method void QDialogButtonBox::customEvent(QEvent *) This method can be reimplemented in a derived class. |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
destroyed | Signature: [signal] void destroyed (QObject ptr arg1) Description: Signal declaration for QDialogButtonBox::destroyed(QObject *) You can bind a procedure to this signal. Python specific notes: |
disconnectNotify | Signature: void disconnectNotify (string signal) Description: Virtual method void QDialogButtonBox::disconnectNotify(const char *signal) This method can be reimplemented in a derived class. |
dragEnterEvent | Signature: void dragEnterEvent (QDragEnterEvent ptr arg1) Description: Virtual method void QDialogButtonBox::dragEnterEvent(QDragEnterEvent *) This method can be reimplemented in a derived class. |
dragLeaveEvent | Signature: void dragLeaveEvent (QDragLeaveEvent ptr arg1) Description: Virtual method void QDialogButtonBox::dragLeaveEvent(QDragLeaveEvent *) This method can be reimplemented in a derived class. |
dragMoveEvent | Signature: void dragMoveEvent (QDragMoveEvent ptr arg1) Description: Virtual method void QDialogButtonBox::dragMoveEvent(QDragMoveEvent *) This method can be reimplemented in a derived class. |
dropEvent | Signature: void dropEvent (QDropEvent ptr arg1) Description: Virtual method void QDialogButtonBox::dropEvent(QDropEvent *) This method can be reimplemented in a derived class. |
emit_accepted | Signature: void emit_accepted Description: Emitter for signal void QDialogButtonBox::accepted() Call this method to emit this signal. |
emit_clicked | Signature: void emit_clicked (QAbstractButton ptr button) Description: Emitter for signal void QDialogButtonBox::clicked(QAbstractButton *button) Call this method to emit this signal. |
emit_customContextMenuRequested | Signature: void emit_customContextMenuRequested (const QPoint pos) Description: Emitter for signal void QDialogButtonBox::customContextMenuRequested(const QPoint &pos) Call this method to emit this signal. |
emit_destroyed | Signature: void emit_destroyed (QObject ptr arg1 = 0) Description: Emitter for signal void QDialogButtonBox::destroyed(QObject *) Call this method to emit this signal. |
emit_helpRequested | Signature: void emit_helpRequested Description: Emitter for signal void QDialogButtonBox::helpRequested() Call this method to emit this signal. |
emit_rejected | Signature: void emit_rejected Description: Emitter for signal void QDialogButtonBox::rejected() Call this method to emit this signal. |
enabledChange | Signature: void enabledChange (bool arg1) Description: Virtual method void QDialogButtonBox::enabledChange(bool) This method can be reimplemented in a derived class. |
enterEvent | Signature: void enterEvent (QEvent ptr arg1) Description: Virtual method void QDialogButtonBox::enterEvent(QEvent *) This method can be reimplemented in a derived class. |
event | Signature: bool event (QEvent ptr event) Description: Virtual method bool QDialogButtonBox::event(QEvent *event) This method can be reimplemented in a derived class. |
eventFilter | Signature: bool eventFilter (QObject ptr arg1, QEvent ptr arg2) Description: Virtual method bool QDialogButtonBox::eventFilter(QObject *, QEvent *) This method can be reimplemented in a derived class. |
focusInEvent | Signature: void focusInEvent (QFocusEvent ptr arg1) Description: Virtual method void QDialogButtonBox::focusInEvent(QFocusEvent *) This method can be reimplemented in a derived class. |
focusNextChild | Signature: bool focusNextChild Description: Method bool QDialogButtonBox::focusNextChild() This method is protected and can only be called from inside a derived class. |
focusNextPrevChild | Signature: bool focusNextPrevChild (bool next) Description: Virtual method bool QDialogButtonBox::focusNextPrevChild(bool next) This method can be reimplemented in a derived class. |
focusOutEvent | Signature: void focusOutEvent (QFocusEvent ptr arg1) Description: Virtual method void QDialogButtonBox::focusOutEvent(QFocusEvent *) This method can be reimplemented in a derived class. |
focusPreviousChild | Signature: bool focusPreviousChild Description: Method bool QDialogButtonBox::focusPreviousChild() This method is protected and can only be called from inside a derived class. |
fontChange | Signature: void fontChange (const QFont arg1) Description: Virtual method void QDialogButtonBox::fontChange(const QFont &) This method can be reimplemented in a derived class. |
heightForWidth | Signature: [const] int heightForWidth (int arg1) Description: Virtual method int QDialogButtonBox::heightForWidth(int) This method can be reimplemented in a derived class. |
helpRequested | Signature: [signal] void helpRequested Description: Signal declaration for QDialogButtonBox::helpRequested() You can bind a procedure to this signal. Python specific notes: |
hideEvent | Signature: void hideEvent (QHideEvent ptr arg1) Description: Virtual method void QDialogButtonBox::hideEvent(QHideEvent *) This method can be reimplemented in a derived class. |
inputMethodEvent | Signature: void inputMethodEvent (QInputMethodEvent ptr arg1) Description: Virtual method void QDialogButtonBox::inputMethodEvent(QInputMethodEvent *) This method can be reimplemented in a derived class. |
inputMethodQuery | Signature: [const] variant inputMethodQuery (const Qt_InputMethodQuery arg1) Description: Virtual method QVariant QDialogButtonBox::inputMethodQuery(Qt::InputMethodQuery) This method can be reimplemented in a derived class. |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
keyPressEvent | Signature: void keyPressEvent (QKeyEvent ptr arg1) Description: Virtual method void QDialogButtonBox::keyPressEvent(QKeyEvent *) This method can be reimplemented in a derived class. |
keyReleaseEvent | Signature: void keyReleaseEvent (QKeyEvent ptr arg1) Description: Virtual method void QDialogButtonBox::keyReleaseEvent(QKeyEvent *) This method can be reimplemented in a derived class. |
languageChange | Signature: void languageChange Description: Virtual method void QDialogButtonBox::languageChange() This method can be reimplemented in a derived class. |
leaveEvent | Signature: void leaveEvent (QEvent ptr arg1) Description: Virtual method void QDialogButtonBox::leaveEvent(QEvent *) This method can be reimplemented in a derived class. |
metric | Signature: [const] int metric (const QPaintDevice_PaintDeviceMetric arg1) Description: Virtual method int QDialogButtonBox::metric(QPaintDevice::PaintDeviceMetric) This method can be reimplemented in a derived class. |
minimumSizeHint | Signature: [const] QSize minimumSizeHint Description: Virtual method QSize QDialogButtonBox::minimumSizeHint() This method can be reimplemented in a derived class. |
mouseDoubleClickEvent | Signature: void mouseDoubleClickEvent (QMouseEvent ptr arg1) Description: Virtual method void QDialogButtonBox::mouseDoubleClickEvent(QMouseEvent *) This method can be reimplemented in a derived class. |
mouseMoveEvent | Signature: void mouseMoveEvent (QMouseEvent ptr arg1) Description: Virtual method void QDialogButtonBox::mouseMoveEvent(QMouseEvent *) This method can be reimplemented in a derived class. |
mousePressEvent | Signature: void mousePressEvent (QMouseEvent ptr arg1) Description: Virtual method void QDialogButtonBox::mousePressEvent(QMouseEvent *) This method can be reimplemented in a derived class. |
mouseReleaseEvent | Signature: void mouseReleaseEvent (QMouseEvent ptr arg1) Description: Virtual method void QDialogButtonBox::mouseReleaseEvent(QMouseEvent *) This method can be reimplemented in a derived class. |
moveEvent | Signature: void moveEvent (QMoveEvent ptr arg1) Description: Virtual method void QDialogButtonBox::moveEvent(QMoveEvent *) This method can be reimplemented in a derived class. |
new | (1) Signature: [static] new QDialogButtonBox new (QWidget ptr parent = 0) Description: Constructor QDialogButtonBox::QDialogButtonBox(QWidget *parent) This method creates an object of class QDialogButtonBox. Python specific notes: |
(2) Signature: [static] new QDialogButtonBox new (const Qt_Orientation orientation, QWidget ptr parent = 0) Description: Constructor QDialogButtonBox::QDialogButtonBox(Qt::Orientation orientation, QWidget *parent) This method creates an object of class QDialogButtonBox. Python specific notes: | |
new_buttons | Signature: [static] new QDialogButtonBox new_buttons (QDialogButtonBox_QFlags_StandardButton buttons, const Qt_Orientation orientation = Qt::Horizontal, QWidget ptr parent = 0) Description: Constructor QDialogButtonBox::QDialogButtonBox(QFlags<QDialogButtonBox::StandardButton> buttons, Qt::Orientation orientation, QWidget *parent) This method creates an object of class QDialogButtonBox. |
orientation | Signature: [const] Qt_Orientation orientation Description: Method Qt::Orientation QDialogButtonBox::orientation() Python specific notes: |
orientation= | Signature: void orientation= (const Qt_Orientation orientation) Description: Method void QDialogButtonBox::setOrientation(Qt::Orientation orientation) Python specific notes: |
paintEngine | Signature: [const] QPaintEngine ptr paintEngine Description: Virtual method QPaintEngine *QDialogButtonBox::paintEngine() This method can be reimplemented in a derived class. |
paintEvent | Signature: void paintEvent (QPaintEvent ptr arg1) Description: Virtual method void QDialogButtonBox::paintEvent(QPaintEvent *) This method can be reimplemented in a derived class. |
paletteChange | Signature: void paletteChange (const QPalette arg1) Description: Virtual method void QDialogButtonBox::paletteChange(const QPalette &) This method can be reimplemented in a derived class. |
qt_create | Signature: void qt_create (unsigned long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) Description: Method void QDialogButtonBox::create(WId, bool initializeWindow, bool destroyOldWindow) This method is protected and can only be called from inside a derived class. |
qt_destroy | Signature: void qt_destroy (bool destroyWindow = true, bool destroySubWindows = true) Description: Method void QDialogButtonBox::destroy(bool destroyWindow, bool destroySubWindows) This method is protected and can only be called from inside a derived class. |
receivers | Signature: [const] int receivers (string signal) Description: Method int QDialogButtonBox::receivers(const char *signal) This method is protected and can only be called from inside a derived class. |
rejected | Signature: [signal] void rejected Description: Signal declaration for QDialogButtonBox::rejected() You can bind a procedure to this signal. Python specific notes: |
removeButton | Signature: void removeButton (QAbstractButton ptr button) Description: Method void QDialogButtonBox::removeButton(QAbstractButton *button) |
resetInputContext | Signature: void resetInputContext Description: Method void QDialogButtonBox::resetInputContext() This method is protected and can only be called from inside a derived class. |
resizeEvent | Signature: void resizeEvent (QResizeEvent ptr arg1) Description: Virtual method void QDialogButtonBox::resizeEvent(QResizeEvent *) This method can be reimplemented in a derived class. |
sender | Signature: [const] QObject ptr sender Description: Method QObject *QDialogButtonBox::sender() This method is protected and can only be called from inside a derived class. |
setCenterButtons | Signature: void setCenterButtons (bool center) Description: Method void QDialogButtonBox::setCenterButtons(bool center) Python specific notes: |
setOrientation | Signature: void setOrientation (const Qt_Orientation orientation) Description: Method void QDialogButtonBox::setOrientation(Qt::Orientation orientation) Python specific notes: |
setStandardButtons | Signature: void setStandardButtons (QDialogButtonBox_QFlags_StandardButton buttons) Description: Method void QDialogButtonBox::setStandardButtons(QFlags<QDialogButtonBox::StandardButton> buttons) Python specific notes: |
setVisible | Signature: void setVisible (bool visible) Description: Virtual method void QDialogButtonBox::setVisible(bool visible) This method can be reimplemented in a derived class. |
showEvent | Signature: void showEvent (QShowEvent ptr arg1) Description: Virtual method void QDialogButtonBox::showEvent(QShowEvent *) This method can be reimplemented in a derived class. |
sizeHint | Signature: [const] QSize sizeHint Description: Virtual method QSize QDialogButtonBox::sizeHint() This method can be reimplemented in a derived class. |
standardButton | Signature: [const] QDialogButtonBox_StandardButton standardButton (QAbstractButton ptr button) Description: Method QDialogButtonBox::StandardButton QDialogButtonBox::standardButton(QAbstractButton *button) |
standardButtons | Signature: [const] QDialogButtonBox_QFlags_StandardButton standardButtons Description: Method QFlags<QDialogButtonBox::StandardButton> QDialogButtonBox::standardButtons() Python specific notes: |
standardButtons= | Signature: void standardButtons= (QDialogButtonBox_QFlags_StandardButton buttons) Description: Method void QDialogButtonBox::setStandardButtons(QFlags<QDialogButtonBox::StandardButton> buttons) Python specific notes: |
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
styleChange | Signature: void styleChange (QStyle arg1) Description: Virtual method void QDialogButtonBox::styleChange(QStyle &) This method can be reimplemented in a derived class. |
tabletEvent | Signature: void tabletEvent (QTabletEvent ptr arg1) Description: Virtual method void QDialogButtonBox::tabletEvent(QTabletEvent *) This method can be reimplemented in a derived class. |
timerEvent | Signature: void timerEvent (QTimerEvent ptr arg1) Description: Virtual method void QDialogButtonBox::timerEvent(QTimerEvent *) This method can be reimplemented in a derived class. |
tr | (1) Signature: [static] string tr (string s, string c = 0) Description: Static method QString QDialogButtonBox::tr(const char *s, const char *c) This method is static and can be called without an instance. |
(2) Signature: [static] string tr (string s, string c, int n) Description: Static method QString QDialogButtonBox::tr(const char *s, const char *c, int n) This method is static and can be called without an instance. | |
trUtf8 | (1) Signature: [static] string trUtf8 (string s, string c = 0) Description: Static method QString QDialogButtonBox::trUtf8(const char *s, const char *c) This method is static and can be called without an instance. |
(2) Signature: [static] string trUtf8 (string s, string c, int n) Description: Static method QString QDialogButtonBox::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. | |
updateMicroFocus | Signature: void updateMicroFocus Description: Method void QDialogButtonBox::updateMicroFocus() This method is protected and can only be called from inside a derived class. |
wheelEvent | Signature: void wheelEvent (QWheelEvent ptr arg1) Description: Virtual method void QDialogButtonBox::wheelEvent(QWheelEvent *) This method can be reimplemented in a derived class. |
windowActivationChange | Signature: void windowActivationChange (bool arg1) Description: Virtual method void QDialogButtonBox::windowActivationChange(bool) This method can be reimplemented in a derived class. |