Uses of Enum
io.qt.widgets.QMessageBox.ButtonRole
Packages that use QMessageBox.ButtonRole
-
Uses of QMessageBox.ButtonRole in io.qt.widgets
Methods in io.qt.widgets that return QMessageBox.ButtonRoleModifier and TypeMethodDescriptionfinal QMessageBox.ButtonRole
QMessageBox.buttonRole
(QAbstractButton button) static QMessageBox.ButtonRole
QMessageBox.ButtonRole.resolve
(int value) Returns the corresponding enum entry for the given value.static QMessageBox.ButtonRole
Returns the enum constant of this type with the specified name.static QMessageBox.ButtonRole[]
QMessageBox.ButtonRole.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.widgets with parameters of type QMessageBox.ButtonRoleModifier and TypeMethodDescriptionfinal void
QMessageBox.addButton
(QAbstractButton button, QMessageBox.ButtonRole role) final QPushButton
QMessageBox.addButton
(String text, QMessageBox.ButtonRole role)