Uses of Class
io.qt.widgets.QAbstractButton
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QAbstractButton in io.qt.widgets
Subclasses of QAbstractButton in io.qt.widgets Modifier and Type Class Description class
QCheckBox
Checkbox with a text labelclass
QCommandLinkButton
Vista style command link buttonclass
QPushButton
Command buttonclass
QRadioButton
Radio button with a text labelclass
QToolButton
Quick-access button to commands or options, usually used inside a QToolBarFields in io.qt.widgets with type parameters of type QAbstractButton Modifier and Type Field Description QObject.Signal1<QAbstractButton>
QMessageBox. buttonClicked
QObject.Signal1<QAbstractButton>
QDialogButtonBox. clicked
Methods in io.qt.widgets that return QAbstractButton Modifier and Type Method Description QAbstractButton
QButtonGroup. button(int id)
QAbstractButton
QMessageBox. button(QMessageBox.StandardButton which)
QAbstractButton
QWizard. button(QWizard.WizardButton which)
QAbstractButton
QButtonGroup. checkedButton()
QAbstractButton
QMessageBox. clickedButton()
QAbstractButton
QMessageBox. escapeButton()
Methods in io.qt.widgets that return types with arguments of type QAbstractButton Modifier and Type Method Description QList<QAbstractButton>
QButtonGroup. buttons()
QList<QAbstractButton>
QDialogButtonBox. buttons()
QList<QAbstractButton>
QMessageBox. buttons()
Methods in io.qt.widgets with parameters of type QAbstractButton Modifier and Type Method Description void
QButtonGroup. addButton(QAbstractButton arg__1)
Overloaded function forQButtonGroup.addButton(io.qt.widgets.QAbstractButton, int)
withid = -1
.void
QButtonGroup. addButton(QAbstractButton arg__1, int id)
void
QDialogButtonBox. addButton(QAbstractButton button, QDialogButtonBox.ButtonRole role)
void
QMessageBox. addButton(QAbstractButton button, QMessageBox.ButtonRole role)
QDialogButtonBox.ButtonRole
QDialogButtonBox. buttonRole(QAbstractButton button)
QMessageBox.ButtonRole
QMessageBox. buttonRole(QAbstractButton button)
void
QButtonGroup.MultiSignal_buttonClicked. emit(QAbstractButton arg__1)
void
QButtonGroup.MultiSignal_buttonPressed. emit(QAbstractButton arg__1)
void
QButtonGroup.MultiSignal_buttonReleased. emit(QAbstractButton arg__1)
void
QButtonGroup.MultiSignal_buttonToggled. emit(QAbstractButton arg__1, boolean arg__2)
int
QButtonGroup. id(QAbstractButton button)
void
QButtonGroup. removeButton(QAbstractButton arg__1)
void
QDialogButtonBox. removeButton(QAbstractButton button)
void
QMessageBox. removeButton(QAbstractButton button)
void
QWizard. setButton(QWizard.WizardButton which, QAbstractButton button)
void
QMessageBox. setEscapeButton(QAbstractButton button)
void
QButtonGroup. setId(QAbstractButton button, int id)
QDialogButtonBox.StandardButton
QDialogButtonBox. standardButton(QAbstractButton button)
QMessageBox.StandardButton
QMessageBox. standardButton(QAbstractButton button)