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>
QButtonGroup. buttonClicked
QObject.Signal1<QAbstractButton>
QMessageBox. buttonClicked
QObject.Signal1<QAbstractButton>
QButtonGroup. buttonPressed
QObject.Signal1<QAbstractButton>
QButtonGroup. buttonReleased
QObject.Signal2<QAbstractButton,@QtPrimitiveType Boolean>
QButtonGroup. buttonToggled
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()