Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquickcalendar.cpp
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
6
8
9/*!
10 \qmltype Calendar
11 \inherits QtObject
12//! \nativetype QQuickCalendar
13 \inqmlmodule QtQuick.Controls
14 \brief A calendar namespace.
15
16 The Calendar singleton provides miscellaneous calendar-related
17 utilities.
18
19 \include zero-based-months.qdocinc
20
21 \sa MonthGrid, DayOfWeekRow, WeekNumberColumn
22*/
23
24QQuickCalendar::QQuickCalendar(QObject *parent) : QObject(parent)
25{
26}
27
28QT_END_NAMESPACE
29
30#include "moc_qquickcalendar_p.cpp"
QObject * parent
Definition qobject.h:73
\inmodule QtCore
Definition qobject.h:105