Home · All Classes · Modules

QDialogButtonBox Class Reference
[QtGui module]

Inherits QWidget.

Types

Methods

Qt Signals


Detailed Description


Type Documentation

QDialogButtonBox.ButtonLayout

QDialogButtonBox.ButtonRole

QDialogButtonBox.StandardButton


Method Documentation

QDialogButtonBox.__init__ (self, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QDialogButtonBox.__init__ (self, Qt.Orientation, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QDialogButtonBox.__init__ (self, StandardButtons, Qt.Orientation orientation = Qt.Horizontal, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QDialogButtonBox.addButton (self, QAbstractButton, ButtonRole)

The QAbstractButton argument has it's ownership transferred to Qt.

QPushButton QDialogButtonBox.addButton (self, QString, ButtonRole)

QPushButton QDialogButtonBox.addButton (self, StandardButton)

QPushButton QDialogButtonBox.button (self, StandardButton)

ButtonRole QDialogButtonBox.buttonRole (self, QAbstractButton)

list-of-QAbstractButton QDialogButtonBox.buttons (self)

bool QDialogButtonBox.centerButtons (self)

QDialogButtonBox.changeEvent (self, QEvent)

QDialogButtonBox.clear (self)

bool QDialogButtonBox.event (self, QEvent)

Qt.Orientation QDialogButtonBox.orientation (self)

QDialogButtonBox.removeButton (self, QAbstractButton)

The QAbstractButton argument

QDialogButtonBox.setCenterButtons (self, bool)

QDialogButtonBox.setOrientation (self, Qt.Orientation)

QDialogButtonBox.setStandardButtons (self, StandardButtons)

StandardButton QDialogButtonBox.standardButton (self, QAbstractButton)

StandardButtons QDialogButtonBox.standardButtons (self)


Qt Signal Documentation

void accepted ()

This is the default overload of this signal.

void clicked (QAbstractButton *)

This is the default overload of this signal.

void helpRequested ()

This is the default overload of this signal.

void rejected ()

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0