aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/eventcalendar/doc/src/qtquickcontrols2-eventcalendar.qdoc
blob: af0bc07c57e27108b1dfe144570ecd32c06f82cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example eventcalendar
    \keyword Qt Quick Controls - Event Calendar
    \title Qt Quick Controls - Event Calendar
    \ingroup qtquickcontrols2-examples
    \brief A simple event calendar.

    \image qtquickcontrols2-gallery-menu.png

    The Event Calendar example is a simple application that shows how to use
    \l DayOfWeekRow, \l WeekNumberColumn, and \l MonthGrid to create a calendar.
    It uses an in-memory SQL database to populate the calendar with events.
    The example uses the \l {Material Style}{Material style}.

    \include examples-run.qdocinc
*/