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