Package | Description |
---|---|
org.bytedeco.qt.helper | |
org.bytedeco.qt.Qt5Widgets |
Modifier and Type | Method and Description |
---|---|
static void |
Qt5Widgets.QAbstractButton_clicked(QAbstractButton sender,
QObject context,
Qt5Widgets.ClickedCallback functor,
int target) |
static void |
Qt5Widgets.QAbstractButton_toggled(QAbstractButton sender,
QObject context,
Qt5Widgets.ToggledCallback functor,
int target) |
Modifier and Type | Class and Description |
---|---|
class |
QCheckBox |
class |
QPushButton |
class |
QToolButton |
Modifier and Type | Method and Description |
---|---|
QAbstractButton |
QMessageBox.button(int which) |
QAbstractButton |
QMessageBox.clickedButton() |
QAbstractButton |
QMessageBox.escapeButton() |
Modifier and Type | Method and Description |
---|---|
void |
QMessageBox.addButton(QAbstractButton button,
int role) |
int |
QMessageBox.buttonRole(QAbstractButton button) |
void |
QMessageBox.removeButton(QAbstractButton button) |
void |
QMessageBox.setEscapeButton(QAbstractButton button) |
int |
QMessageBox.standardButton(QAbstractButton button) |
Copyright © 2020. All rights reserved.