Uses of Enum
io.qt.widgets.QDialogButtonBox.StandardButton
Packages that use QDialogButtonBox.StandardButton
-
Uses of QDialogButtonBox.StandardButton in io.qt.widgets
Methods in io.qt.widgets that return QDialogButtonBox.StandardButtonModifier and TypeMethodDescriptionfinal QDialogButtonBox.StandardButton[]
QDialogButtonBox.StandardButtons.flags()
Returns an array of flag objects represented by this StandardButtons.QDialogButtonBox.StandardButton.resolve
(int value) Returns the corresponding enum entry for the given value.QDialogButtonBox.standardButton
(QAbstractButton button) Returns the enum constant of this type with the specified name.static QDialogButtonBox.StandardButton[]
QDialogButtonBox.StandardButton.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 QDialogButtonBox.StandardButtonModifier and TypeMethodDescriptionfinal QPushButton
QDialogButtonBox.addButton
(QDialogButtonBox.StandardButton button) final QPushButton
QDialogButtonBox.button
(QDialogButtonBox.StandardButton which) QDialogButtonBox.StandardButton.combined
(QDialogButtonBox.StandardButton e) Combines this entry with other enum entry.QDialogButtonBox.StandardButtons.combined
(QDialogButtonBox.StandardButton e) Combines this flags with enum entry.QDialogButtonBox.StandardButton.flags
(QDialogButtonBox.StandardButton... values) Creates a newQDialogButtonBox.StandardButtons
from the entries.QDialogButtonBox.StandardButtons.setFlag
(QDialogButtonBox.StandardButton e) Sets the flage
QDialogButtonBox.StandardButtons.setFlag
(QDialogButtonBox.StandardButton e, boolean on) Sets or clears the flagflag
final void
QDialogButtonBox.setStandardButtons
(QDialogButtonBox.StandardButton ... buttons) Overloaded function forQDialogButtonBox.setStandardButtons(io.qt.widgets.QDialogButtonBox.StandardButtons)
.Constructors in io.qt.widgets with parameters of type QDialogButtonBox.StandardButtonModifierConstructorDescriptionCreates a new StandardButtons where the flags inargs
are set.