Uses of Class
io.qt.widgets.QSlider.TickPosition
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QSlider.TickPosition in io.qt.widgets
Methods in io.qt.widgets that return QSlider.TickPosition Modifier and Type Method Description static QSlider.TickPosition
QSlider.TickPosition. resolve(int value)
Returns the corresponding enum entry for the given value.QSlider.TickPosition
QSlider. tickPosition()
QSlider.TickPosition
QStyleOptionSlider. tickPosition()
The position of the slider's tick marks, if anystatic QSlider.TickPosition
QSlider.TickPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSlider.TickPosition[]
QSlider.TickPosition. 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 QSlider.TickPosition Modifier and Type Method Description void
QSlider. setTickPosition(QSlider.TickPosition position)
void
QStyleOptionSlider. setTickPosition(QSlider.TickPosition tickPosition)
The position of the slider's tick marks, if any