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
5
7
8/*!
9 \qmltype Calendar
10 \inherits QObject
11//! \nativetype QQuickCalendar
12 \inqmlmodule QtQuick.Controls
13 \brief A calendar namespace.
14
15 The Calendar singleton provides miscellaneous calendar-related
16 utilities.
17
18 \include zero-based-months.qdocinc
19
20 \sa MonthGrid, DayOfWeekRow, WeekNumberColumn
21*/
22
23QQuickCalendar::QQuickCalendar(QObject *parent) : QObject(parent)
24{
25}
26
27QT_END_NAMESPACE
28
29#include "moc_qquickcalendar_p.cpp"
QObject * parent
Definition qobject.h:73
\inmodule QtCore
Definition qobject.h:103
Combined button and popup list for selecting options.