aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/calendar/qquickmonthgrid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/calendar/qquickmonthgrid.cpp')
-rw-r--r--src/imports/calendar/qquickmonthgrid.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/imports/calendar/qquickmonthgrid.cpp b/src/imports/calendar/qquickmonthgrid.cpp
index 07e3448a..8fe9ad63 100644
--- a/src/imports/calendar/qquickmonthgrid.cpp
+++ b/src/imports/calendar/qquickmonthgrid.cpp
@@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE
\inherits Control
\instantiates QQuickMonthGrid
\inqmlmodule Qt.labs.calendar
- \brief A calendar view.
+ \brief A grid of days for a calendar month.
MonthGrid presents a calendar month in a grid. The contents are
calculated for a given \l month and \l year, using the specified
@@ -68,6 +68,8 @@ QT_BEGIN_NAMESPACE
The visual appearance of MonthGrid can be changed by
implementing a \l {delegate}{custom delegate}.
+ \labs
+
\sa DayOfWeekRow, WeekNumberColumn, CalendarModel
*/