Skip to content

SpinBox

Fluent styled SpinBox.

import QtQuick.Controls.QWinUI3 · src/style/QWinUI3/SpinBox.qml

Category: Styled controls · Library: v2.80

← Component index

Gallery: SpinBoxsrc/gallery/pages/SpinBoxPage.qml

Example

SpinBox {
    id: spin
    from: 0; to: 10; value: 3
}

Notes

Style-only Fluent chrome for Qt Quick Controls SpinBox. Public API is the Qt Quick Controls SpinBox type; this file supplies visuals/metrics only.

API

Style-only control: no extra QWinUI3 properties. Use the Qt Quick Controls SpinBox API (this file only supplies Fluent visuals / metrics).

Inherited from SpinBox

  • from / to
  • value
  • valueModified()

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