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