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