DayOfWeekRow¶
Fluent styled DayOfWeekRow.
import QtQuick.Controls.QWinUI3 · src/style/QWinUI3/DayOfWeekRow.qml
Category: Styled controls · Library: v2.80
Extends AbstractDayOfWeekRow.
Example¶
DayOfWeekRow {
id: dow
locale: Qt.locale()
// typically placed above MonthGrid
}
// --- API ---
// inherits DayOfWeekRow: locale, delegate
Notes¶
Style-only Fluent chrome for Qt Quick Controls DayOfWeekRow. Public API is the Qt Quick Controls DayOfWeekRow type; this file supplies visuals/metrics only.
API¶
Style-only control: no extra QWinUI3 properties. Use the Qt Quick Controls AbstractDayOfWeekRow API (this file only supplies Fluent visuals / metrics).
Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.