Inherits from QskBoundedInput
Inherited by QskSlider
Public Slots
Public Signals
Public Functions
Protected Functions
Public Properties
Public Slots Documentation
slot setValue
void setValue(
qreal value
)
slot setValueAsRatio
void setValueAsRatio(
qreal ratio
)
slot increment
void increment(
qreal offset
) override
Public Signals Documentation
signal valueChanged
void valueChanged(
qreal
)
Public Functions Documentation
QskBoundedValueInput(
QQuickItem * parent =nullptr
)
~QskBoundedValueInput() override
function value
function valueAsRatio
qreal valueAsRatio() const
Protected Functions Documentation
function fixupValue
virtual qreal fixupValue(
qreal value
) const
void alignInput() override
Public Property Documentation
property value
property valueAsRatio
Updated on 28 July 2023 at 14:02:29 CEST