aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/doc/snippets/qtquickcontrols-dayofweekrow.qml
blob: 2188b4ccf16828c7085eefd3dcbb9c718ccc38e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

import QtQuick
import QtQuick.Controls

//! [1]
DayOfWeekRow {
    locale: Qt.locale("en_US")
}
//! [1]