aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/calendar')
-rw-r--r--src/imports/calendar/qquickcalendarmodel.cpp2
-rw-r--r--src/imports/calendar/qquickdayofweekrow.cpp4
-rw-r--r--src/imports/calendar/qquickmonthgrid.cpp4
-rw-r--r--src/imports/calendar/qquickweeknumbercolumn.cpp4
4 files changed, 7 insertions, 7 deletions
diff --git a/src/imports/calendar/qquickcalendarmodel.cpp b/src/imports/calendar/qquickcalendarmodel.cpp
index d4b9c9c8..832513d7 100644
--- a/src/imports/calendar/qquickcalendarmodel.cpp
+++ b/src/imports/calendar/qquickcalendarmodel.cpp
@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
instances. It is typically used as a model for a ListView that uses
MonthGrid as a delegate.
- \snippet calendarmodel/qtlabscalendar-calendarmodel.qml 1
+ \snippet qtlabscalendar-calendarmodel.qml 1
In addition to the \c index property, a list of model data roles
are available in the context of each delegate:
diff --git a/src/imports/calendar/qquickdayofweekrow.cpp b/src/imports/calendar/qquickdayofweekrow.cpp
index d77d234e..3c146c1f 100644
--- a/src/imports/calendar/qquickdayofweekrow.cpp
+++ b/src/imports/calendar/qquickdayofweekrow.cpp
@@ -52,14 +52,14 @@ QT_BEGIN_NAMESPACE
the days are ordered and formatted using the specified \l locale.
\image qtlabscalendar-dayofweekrow.png
- \snippet dayofweekrow/qtlabscalendar-dayofweekrow.qml 1
+ \snippet qtlabscalendar-dayofweekrow.qml 1
DayOfWeekRow can be used as a standalone control, but it is most
often used in conjunction with MonthGrid. Regardless of the use case,
positioning of the row is left to the user.
\image qtlabscalendar-dayofweekrow-layout.png
- \snippet dayofweekrow/qtlabscalendar-dayofweekrow-layout.qml 1
+ \snippet qtlabscalendar-dayofweekrow-layout.qml 1
The visual appearance of DayOfWeekRow can be changed by
implementing a \l {delegate}{custom delegate}.
diff --git a/src/imports/calendar/qquickmonthgrid.cpp b/src/imports/calendar/qquickmonthgrid.cpp
index c3bc3368..432e15e5 100644
--- a/src/imports/calendar/qquickmonthgrid.cpp
+++ b/src/imports/calendar/qquickmonthgrid.cpp
@@ -56,14 +56,14 @@ QT_BEGIN_NAMESPACE
\l locale.
\image qtlabscalendar-monthgrid.png
- \snippet monthgrid/qtlabscalendar-monthgrid.qml 1
+ \snippet qtlabscalendar-monthgrid.qml 1
MonthGrid can be used as a standalone control, but it is most often
used in conjunction with DayOfWeekRow and WeekNumberColumn. Regardless
of the use case, positioning of the grid is left to the user.
\image qtlabscalendar-monthgrid-layout.png
- \snippet monthgrid/qtlabscalendar-monthgrid-layout.qml 1
+ \snippet qtlabscalendar-monthgrid-layout.qml 1
The visual appearance of MonthGrid can be changed by
implementing a \l {delegate}{custom delegate}.
diff --git a/src/imports/calendar/qquickweeknumbercolumn.cpp b/src/imports/calendar/qquickweeknumbercolumn.cpp
index ce9138f5..d39b1e0a 100644
--- a/src/imports/calendar/qquickweeknumbercolumn.cpp
+++ b/src/imports/calendar/qquickweeknumbercolumn.cpp
@@ -54,14 +54,14 @@ QT_BEGIN_NAMESPACE
\l locale.
\image qtlabscalendar-weeknumbercolumn.png
- \snippet weeknumbercolumn/qtlabscalendar-weeknumbercolumn.qml 1
+ \snippet qtlabscalendar-weeknumbercolumn.qml 1
WeekNumberColumn can be used as a standalone control, but it is most
often used in conjunction with MonthGrid. Regardless of the use case,
positioning of the column is left to the user.
\image qtlabscalendar-weeknumbercolumn-layout.png
- \snippet weeknumbercolumn/qtlabscalendar-weeknumbercolumn-layout.qml 1
+ \snippet qtlabscalendar-weeknumbercolumn-layout.qml 1
The visual appearance of WeekNumberColumn can be changed by
implementing a \l {delegate}{custom delegate}.