SwipeView¶
Fluent styled SwipeView.
import QtQuick.Controls.QWinUI3 · src/style/QWinUI3/SwipeView.qml
Category: Styled controls · Library: v2.80
Gallery: SwipeView — src/gallery/pages/SwipeViewPage.qml
Example¶
SwipeView {
id: pages
anchors.fill: parent
Item { Label { text: "1" } }
Item { Label { text: "2" } }
}
Notes¶
Style-only Fluent chrome for Qt Quick Controls SwipeView. Public API is the Qt Quick Controls SwipeView type; this file supplies visuals/metrics only.
API¶
Style-only control: no extra QWinUI3 properties. Use the Qt Quick Controls SwipeView API (this file only supplies Fluent visuals / metrics).
Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.