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