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
5
#
include
"qquickcalendar_p.h"
6
7
QT_BEGIN_NAMESPACE
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
24
QQuickCalendar::QQuickCalendar(
QObject
*
parent
) :
QObject
(
parent
)
25
{
26
}
27
28
QT_END_NAMESPACE
29
30
#
include
"moc_qquickcalendar_p.cpp"
QObjectData::parent
QObject * parent
Definition
qobject.h:73
QObject
\inmodule QtCore
Definition
qobject.h:105
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtdeclarative
src
quicktemplates
qquickcalendar.cpp
Generated on
for Qt by
1.14.0