Uses of Class
io.qt.widgets.QAbstractSpinBox.ButtonSymbols
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QAbstractSpinBox.ButtonSymbols in io.qt.widgets
Methods in io.qt.widgets that return QAbstractSpinBox.ButtonSymbols Modifier and Type Method Description QAbstractSpinBox.ButtonSymbols
QAbstractSpinBox. buttonSymbols()
QAbstractSpinBox.ButtonSymbols
QStyleOptionSpinBox. buttonSymbols()
The type of button symbols to draw for the spin boxstatic QAbstractSpinBox.ButtonSymbols
QAbstractSpinBox.ButtonSymbols. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractSpinBox.ButtonSymbols
QAbstractSpinBox.ButtonSymbols. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractSpinBox.ButtonSymbols[]
QAbstractSpinBox.ButtonSymbols. 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 QAbstractSpinBox.ButtonSymbols Modifier and Type Method Description void
QAbstractSpinBox. setButtonSymbols(QAbstractSpinBox.ButtonSymbols bs)
void
QStyleOptionSpinBox. setButtonSymbols(QAbstractSpinBox.ButtonSymbols buttonSymbols)
The type of button symbols to draw for the spin box