Uses of Enum
io.qt.widgets.QInputDialog.InputDialogOption
-
Uses of QInputDialog.InputDialogOption in io.qt.widgets
Modifier and TypeMethodDescriptionfinal QInputDialog.InputDialogOption []
QInputDialog.InputDialogOptions.flags()
Returns an array of flag objects represented by this InputDialogOptions.QInputDialog.InputDialogOption.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QInputDialog.InputDialogOption[]
QInputDialog.InputDialogOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQInputDialog.InputDialogOption.cleared
(QInputDialog.InputDialogOption e) Excludes other enum entry from a flag of this entry.QInputDialog.InputDialogOption.combined
(QInputDialog.InputDialogOption e) Combines this entry with other enum entry.QInputDialog.InputDialogOptions.combined
(QInputDialog.InputDialogOption e) Combines this flags with enum entry.QInputDialog.InputDialogOption.flags
(QInputDialog.InputDialogOption ... values) Creates a newQInputDialog.InputDialogOptions
from the entries.QInputDialog.InputDialogOptions.setFlag
(QInputDialog.InputDialogOption e) Sets the flage
QInputDialog.InputDialogOptions.setFlag
(QInputDialog.InputDialogOption e, boolean on) Sets or clears the flagflag
final void
QInputDialog.setOption
(QInputDialog.InputDialogOption option) Overloaded function forQInputDialog.setOption(io.qt.widgets.QInputDialog.InputDialogOption, boolean)
withon = true
.final void
QInputDialog.setOption
(QInputDialog.InputDialogOption option, boolean on) final void
QInputDialog.setOptions
(QInputDialog.InputDialogOption ... options) Overloaded function forQInputDialog.setOptions(io.qt.widgets.QInputDialog.InputDialogOptions)
.final boolean
QInputDialog.testOption
(QInputDialog.InputDialogOption option) ModifierConstructorDescriptionCreates a new InputDialogOptions where the flags inargs
are set.