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