Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_gui_widgets_qcalendarwidget.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
8
9
15
16
22
23
26
29
30
33
37
38
The QCalendarWidget class provides a monthly based calendar widget allowing the user to select a date...
void setDateRange(QDate min, QDate max)
Defines a date range by setting the minimumDate and maximumDate properties.
void setGridVisible(bool show)
void setMaximumDate(QDate date)
void setMinimumDate(QDate date)
\inmodule QtCore \reentrant
Definition qdatetime.h:29
QCalendarWidget * calendar
[0]