Inherits from QskBoundedControl
Inherited by QskBoundedRangeInput, QskBoundedValueInput
Public Slots
Public Signals
Public Functions
Protected Functions
Public Properties
Public Attributes
Public Slots Documentation
slot setStepSize
void setStepSize(
qreal stepSize
)
slot setPageSize
void setPageSize(
int pageSize
)
slot stepUp
slot stepDown
slot pageUp
slot pageDown
slot increment
virtual void increment(
qreal offset
) =0
Public Signals Documentation
signal stepSizeChanged
void stepSizeChanged(
qreal
)
signal pageSizeChanged
void pageSizeChanged(
qreal
)
signal snapChanged
signal readOnlyChanged
void readOnlyChanged(
bool
)
Public Functions Documentation
QskBoundedInput(
QQuickItem * parent =nullptr
)
~QskBoundedInput() override
function stepSize
function pageSize
function setSnap
void setSnap(
bool snap
)
function snap
function setReadOnly
void setReadOnly(
bool readOnly
)
function isReadOnly
Protected Functions Documentation
function keyPressEvent
void keyPressEvent(
QKeyEvent * event
) override
function wheelEvent
void wheelEvent(
QWheelEvent * event
) override
function componentComplete
void componentComplete() override
virtual void alignInput()
function alignedValue
qreal alignedValue(
qreal value
) const
function alignedInterval
QskIntervalF alignedInterval(
const QskIntervalF & interval
) const
Public Property Documentation
property stepSize
property pageSize
property snap
property readOnly
Public Attributes Documentation
variable ReadOnly
static const QskAspect::State ReadOnly;
Updated on 28 July 2023 at 14:02:29 CEST