Uses of Class
io.qt.widgets.QInputDialog.InputMode
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QInputDialog.InputMode in io.qt.widgets
Methods in io.qt.widgets that return QInputDialog.InputMode Modifier and Type Method Description QInputDialog.InputMode
QInputDialog. inputMode()
static QInputDialog.InputMode
QInputDialog.InputMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QInputDialog.InputMode
QInputDialog.InputMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QInputDialog.InputMode[]
QInputDialog.InputMode. 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 QInputDialog.InputMode Modifier and Type Method Description void
QInputDialog. setInputMode(QInputDialog.InputMode mode)