Skip to content

SettingsSliderCard

SettingsCard with a built-in value Slider action.

import QWinUI3.Extras · src/extras/QWinUI3/Extras/SettingsSliderCard.qml

Category: Input & forms · Library: v2.80

← Component index

Extends SettingsCard.

Example

SettingsSliderCard {
    title: qsTr("Volume")
    from: 0; to: 100; value: 40
    onMoved: {  }
}

Notes

Convenience over SettingsCard { action: Slider {…} }. Shows a live value label.

API

Properties

Name Type Description
from alias
to alias
value alias
stepSize alias
slider alias
valuePrecision int

Signals

Signature Description
moved()
valueEdited(real value)

Methods

No custom methods (use inherited methods from the base type).


Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.