aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/calendar
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-12 23:44:19 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-13 09:16:00 +0000
commitb0125b4e0b15a2d64d391e107a2d45a793f0ed52 (patch)
treed7aebfdb4e2b3926fc1f279191a87f959799fffa /src/imports/calendar
parentb6c3295a4daa521a84079eef558140e15e3fd724 (diff)
Flatten tests/auto/snippets/data
Change-Id: Ie58e6ee44380900854f5f7c91f7358cb5be0aec7 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
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}.