Uses of Class
io.qt.widgets.QDialogButtonBox.StandardButton
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QDialogButtonBox.StandardButton in io.qt.widgets
Methods in io.qt.widgets that return QDialogButtonBox.StandardButton Modifier and Type Method Description QDialogButtonBox.StandardButton[]
QDialogButtonBox.StandardButtons. flags()
Returns an array of flag objects represented by this StandardButtons.static QDialogButtonBox.StandardButton
QDialogButtonBox.StandardButton. resolve(int value)
Returns the corresponding enum entry for the given value.QDialogButtonBox.StandardButton
QDialogButtonBox. standardButton(QAbstractButton button)
static QDialogButtonBox.StandardButton
QDialogButtonBox.StandardButton. valueOf(String name)
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.Constructors in io.qt.widgets with parameters of type QDialogButtonBox.StandardButton Constructor Description StandardButtons(QDialogButtonBox.StandardButton... args)
Creates a new StandardButtons where the flags inargs
are set.