diff options
author | Kai Koehne <[email protected]> | 2013-04-26 15:40:52 +0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-04-30 10:21:35 +0200 |
commit | 5ee66382c9f887491c922383510ab9b199150b35 (patch) | |
tree | c31305897155a6969bc24c7c7fcffb6480b50f8b | |
parent | 070943e78d32aab9eb6e825c5badc2da35851f3a (diff) |
Move examples into separate quick/controls directory
This makes sure all examples are in a separate directory for the
Qt source packages. It also is in line with how the other repositories
are structured.
Task-number: QTBUG-30886
Change-Id: Idc2856e5dfaf467c8cb9764aee327a3b20c7b2d0
Reviewed-by: Caroline Chao <[email protected]>
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | examples/examples.pro | 12 | ||||
-rw-r--r-- | examples/quick/controls/ApplicationTemplate/ApplicationTemplate.pro (renamed from examples/ApplicationTemplate/ApplicationTemplate.pro) | 0 | ||||
-rw-r--r-- | examples/quick/controls/ApplicationTemplate/main.cpp (renamed from examples/ApplicationTemplate/main.cpp) | 0 | ||||
-rw-r--r-- | examples/quick/controls/ApplicationTemplate/qml/images/qt_icon.png (renamed from examples/ApplicationTemplate/qml/images/qt_icon.png) | bin | 6396 -> 6396 bytes | |||
-rw-r--r-- | examples/quick/controls/ApplicationTemplate/qml/main.qml (renamed from examples/ApplicationTemplate/qml/main.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/ApplicationTemplate/resources.qrc (renamed from examples/ApplicationTemplate/resources.qrc) | 0 | ||||
-rw-r--r-- | examples/quick/controls/basiclayouts/basiclayouts.qmlproject (renamed from examples/basiclayouts/basiclayouts.qmlproject) | 0 | ||||
-rw-r--r-- | examples/quick/controls/basiclayouts/main.qml (renamed from examples/basiclayouts/main.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/controls.pro | 13 | ||||
-rw-r--r-- | examples/quick/controls/gallery/content/ChildWindow.qml (renamed from examples/gallery/content/ChildWindow.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/gallery/content/Controls.qml (renamed from examples/gallery/content/Controls.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/gallery/content/ImageViewer.qml (renamed from examples/gallery/content/ImageViewer.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/gallery/content/ModelView.qml (renamed from examples/gallery/content/ModelView.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/gallery/content/Panel.qml (renamed from examples/gallery/content/Panel.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/gallery/content/Styles.qml (renamed from examples/gallery/content/Styles.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/gallery/gallery.pro (renamed from examples/gallery/gallery.pro) | 0 | ||||
-rw-r--r-- | examples/quick/controls/gallery/gallery.qmlproject (renamed from examples/gallery/gallery.qmlproject) | 0 | ||||
-rw-r--r-- | examples/quick/controls/gallery/images/document-open.png (renamed from examples/gallery/images/document-open.png) | bin | 1550 -> 1550 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/[email protected] (renamed from examples/gallery/images/[email protected]) | bin | 3355 -> 3355 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/document-save-as.png (renamed from examples/gallery/images/document-save-as.png) | bin | 1837 -> 1837 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/[email protected] (renamed from examples/gallery/images/[email protected]) | bin | 4500 -> 4500 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/folder_new.png (renamed from examples/gallery/images/folder_new.png) | bin | 1199 -> 1199 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/go-next.png (renamed from examples/gallery/images/go-next.png) | bin | 1219 -> 1219 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/go-previous.png (renamed from examples/gallery/images/go-previous.png) | bin | 1200 -> 1200 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/page.png (renamed from examples/gallery/images/page.png) | bin | 639 -> 639 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/panel.png (renamed from examples/gallery/images/panel.png) | bin | 1756 -> 1756 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/preferences-system.png (renamed from examples/gallery/images/preferences-system.png) | bin | 2129 -> 2129 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/process-stop.png (renamed from examples/gallery/images/process-stop.png) | bin | 1927 -> 1927 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/tab.png (renamed from examples/gallery/images/tab.png) | bin | 9877 -> 9877 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/tab_selected.png (renamed from examples/gallery/images/tab_selected.png) | bin | 10184 -> 10184 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/toplevel_window.png (renamed from examples/gallery/images/toplevel_window.png) | bin | 3690 -> 3690 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/view-refresh.png (renamed from examples/gallery/images/view-refresh.png) | bin | 2024 -> 2024 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/window-new.png (renamed from examples/gallery/images/window-new.png) | bin | 671 -> 671 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/images/[email protected] (renamed from examples/gallery/images/[email protected]) | bin | 1900 -> 1900 bytes | |||
-rw-r--r-- | examples/quick/controls/gallery/main.qml (renamed from examples/gallery/main.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/splitview/main.qml (renamed from examples/splitview/main.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/splitview/splitview.pro (renamed from examples/splitview/splitview.pro) | 0 | ||||
-rw-r--r-- | examples/quick/controls/splitview/splitview.qmlproject (renamed from examples/splitview/splitview.qmlproject) | 0 | ||||
-rw-r--r-- | examples/quick/controls/stackview/ButtonMenu.qml (renamed from examples/stackview/ButtonMenu.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/stackview/View.qml (renamed from examples/stackview/View.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/stackview/main.qml (renamed from examples/stackview/main.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/stackview/stackview.pro (renamed from examples/stackview/stackview.pro) | 0 | ||||
-rw-r--r-- | examples/quick/controls/stackview/stackview.qmlproject (renamed from examples/stackview/stackview.qmlproject) | 0 | ||||
-rw-r--r-- | examples/quick/controls/tableview/images/header.png (renamed from examples/tableview/images/header.png) | bin | 356 -> 356 bytes | |||
-rw-r--r-- | examples/quick/controls/tableview/images/selectedrow.png (renamed from examples/tableview/images/selectedrow.png) | bin | 303 -> 303 bytes | |||
-rw-r--r-- | examples/quick/controls/tableview/main.qml (renamed from examples/tableview/main.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/tableview/tableview.pro (renamed from examples/tableview/tableview.pro) | 0 | ||||
-rw-r--r-- | examples/quick/controls/tableview/tableview.qmlproject (renamed from examples/tableview/tableview.qmlproject) | 0 | ||||
-rw-r--r-- | examples/quick/controls/text/example.html (renamed from examples/text/example.html) | 0 | ||||
-rw-r--r-- | examples/quick/controls/text/qml/images/editcopy.png (renamed from examples/text/qml/images/editcopy.png) | bin | 1468 -> 1468 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/editcut.png (renamed from examples/text/qml/images/editcut.png) | bin | 1512 -> 1512 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/editpaste.png (renamed from examples/text/qml/images/editpaste.png) | bin | 1906 -> 1906 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/editredo.png (renamed from examples/text/qml/images/editredo.png) | bin | 1752 -> 1752 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/editundo.png (renamed from examples/text/qml/images/editundo.png) | bin | 1746 -> 1746 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/exportpdf.png (renamed from examples/text/qml/images/exportpdf.png) | bin | 1215 -> 1215 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/filenew.png (renamed from examples/text/qml/images/filenew.png) | bin | 1172 -> 1172 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/fileopen.png (renamed from examples/text/qml/images/fileopen.png) | bin | 2168 -> 2168 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/fileprint.png (renamed from examples/text/qml/images/fileprint.png) | bin | 2087 -> 2087 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/filesave.png (renamed from examples/text/qml/images/filesave.png) | bin | 1206 -> 1206 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/logo32.png (renamed from examples/text/qml/images/logo32.png) | bin | 1410 -> 1410 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/textbold.png (renamed from examples/text/qml/images/textbold.png) | bin | 1611 -> 1611 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/textcenter.png (renamed from examples/text/qml/images/textcenter.png) | bin | 1404 -> 1404 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/textitalic.png (renamed from examples/text/qml/images/textitalic.png) | bin | 1164 -> 1164 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/textjustify.png (renamed from examples/text/qml/images/textjustify.png) | bin | 1257 -> 1257 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/textleft.png (renamed from examples/text/qml/images/textleft.png) | bin | 1235 -> 1235 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/textright.png (renamed from examples/text/qml/images/textright.png) | bin | 1406 -> 1406 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/textunder.png (renamed from examples/text/qml/images/textunder.png) | bin | 1183 -> 1183 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/zoomin.png (renamed from examples/text/qml/images/zoomin.png) | bin | 1696 -> 1696 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/images/zoomout.png (renamed from examples/text/qml/images/zoomout.png) | bin | 1662 -> 1662 bytes | |||
-rw-r--r-- | examples/quick/controls/text/qml/main.qml (renamed from examples/text/qml/main.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/text/resources.qrc (renamed from examples/text/resources.qrc) | 0 | ||||
-rw-r--r-- | examples/quick/controls/text/src/documenthandler.cpp (renamed from examples/text/src/documenthandler.cpp) | 0 | ||||
-rw-r--r-- | examples/quick/controls/text/src/documenthandler.h (renamed from examples/text/src/documenthandler.h) | 0 | ||||
-rw-r--r-- | examples/quick/controls/text/src/main.cpp (renamed from examples/text/src/main.cpp) | 0 | ||||
-rw-r--r-- | examples/quick/controls/text/src/src.pri (renamed from examples/text/src/src.pri) | 0 | ||||
-rw-r--r-- | examples/quick/controls/text/text.pro (renamed from examples/text/text.pro) | 0 | ||||
-rw-r--r-- | examples/quick/controls/touch/content/AndroidDelegate.qml (renamed from examples/touch/content/AndroidDelegate.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/touch/content/ButtonPage.qml (renamed from examples/touch/content/ButtonPage.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/touch/content/ProgressBarPage.qml (renamed from examples/touch/content/ProgressBarPage.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/touch/content/SliderPage.qml (renamed from examples/touch/content/SliderPage.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/touch/content/TabBarPage.qml (renamed from examples/touch/content/TabBarPage.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/touch/content/TextInputPage.qml (renamed from examples/touch/content/TextInputPage.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/touch/images/NOTICE.txt (renamed from examples/touch/images/NOTICE.txt) | 0 | ||||
-rw-r--r-- | examples/quick/controls/touch/images/button_default.png (renamed from examples/touch/images/button_default.png) | bin | 1406 -> 1406 bytes | |||
-rw-r--r-- | examples/quick/controls/touch/images/button_pressed.png (renamed from examples/touch/images/button_pressed.png) | bin | 1694 -> 1694 bytes | |||
-rw-r--r-- | examples/quick/controls/touch/images/navigation_next_item.png (renamed from examples/touch/images/navigation_next_item.png) | bin | 1341 -> 1341 bytes | |||
-rw-r--r-- | examples/quick/controls/touch/images/navigation_previous_item.png (renamed from examples/touch/images/navigation_previous_item.png) | bin | 1343 -> 1343 bytes | |||
-rw-r--r-- | examples/quick/controls/touch/images/tab_selected.png (renamed from examples/touch/images/tab_selected.png) | bin | 217 -> 217 bytes | |||
-rw-r--r-- | examples/quick/controls/touch/images/tabs_standard.png (renamed from examples/touch/images/tabs_standard.png) | bin | 1230 -> 1230 bytes | |||
-rw-r--r-- | examples/quick/controls/touch/images/textinput.png (renamed from examples/touch/images/textinput.png) | bin | 4132 -> 4132 bytes | |||
-rw-r--r-- | examples/quick/controls/touch/images/toolbar.png (renamed from examples/touch/images/toolbar.png) | bin | 1643 -> 1643 bytes | |||
-rw-r--r-- | examples/quick/controls/touch/main.qml (renamed from examples/touch/main.qml) | 0 | ||||
-rw-r--r-- | examples/quick/controls/touch/touch.pro (renamed from examples/touch/touch.pro) | 0 | ||||
-rw-r--r-- | examples/quick/controls/touch/touch.qmlproject (renamed from examples/touch/touch.qmlproject) | 0 | ||||
-rw-r--r-- | src/controls/doc/qtquickcontrols.qdocconf | 2 | ||||
-rw-r--r-- | src/layouts/doc/qtquicklayouts.qdocconf | 2 | ||||
-rw-r--r-- | tests/manual/scrollview/main.qml | 4 | ||||
-rw-r--r-- | tools/qmlwidget/main.cpp | 2 |
99 files changed, 21 insertions, 18 deletions
diff --git a/.gitignore b/.gitignore index 5d0d1b90f..987693b93 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ # This file is used to ignore files which are generated in the Qt build system # ---------------------------------------------------------------------------- -examples/ApplicationTemplate/application -examples/text/text +examples/quick/controls/ApplicationTemplate/application +examples/quick/controls/text/text tests/auto/activeFocusOnTab/tst_activeFocusOnTab tests/auto/controls/tst_controls tests/auto/qtdesktop/tst_qtdesktop diff --git a/examples/examples.pro b/examples/examples.pro index 0be155cd7..505dc0c23 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,13 +1,3 @@ TEMPLATE = subdirs -SUBDIRS += \ - gallery \ - splitview \ - stackview \ - tableview \ - touch - -qtHaveModule(widgets) { - SUBDIRS += text \ - ApplicationTemplate -} +SUBDIRS += quick/controls diff --git a/examples/ApplicationTemplate/ApplicationTemplate.pro b/examples/quick/controls/ApplicationTemplate/ApplicationTemplate.pro index f877756dc..f877756dc 100644 --- a/examples/ApplicationTemplate/ApplicationTemplate.pro +++ b/examples/quick/controls/ApplicationTemplate/ApplicationTemplate.pro diff --git a/examples/ApplicationTemplate/main.cpp b/examples/quick/controls/ApplicationTemplate/main.cpp index ef8dd8048..ef8dd8048 100644 --- a/examples/ApplicationTemplate/main.cpp +++ b/examples/quick/controls/ApplicationTemplate/main.cpp diff --git a/examples/ApplicationTemplate/qml/images/qt_icon.png b/examples/quick/controls/ApplicationTemplate/qml/images/qt_icon.png Binary files differindex 229cdb006..229cdb006 100644 --- a/examples/ApplicationTemplate/qml/images/qt_icon.png +++ b/examples/quick/controls/ApplicationTemplate/qml/images/qt_icon.png diff --git a/examples/ApplicationTemplate/qml/main.qml b/examples/quick/controls/ApplicationTemplate/qml/main.qml index 0c92e9cad..0c92e9cad 100644 --- a/examples/ApplicationTemplate/qml/main.qml +++ b/examples/quick/controls/ApplicationTemplate/qml/main.qml diff --git a/examples/ApplicationTemplate/resources.qrc b/examples/quick/controls/ApplicationTemplate/resources.qrc index dfdba433d..dfdba433d 100644 --- a/examples/ApplicationTemplate/resources.qrc +++ b/examples/quick/controls/ApplicationTemplate/resources.qrc diff --git a/examples/basiclayouts/basiclayouts.qmlproject b/examples/quick/controls/basiclayouts/basiclayouts.qmlproject index e5a8bf02c..e5a8bf02c 100644 --- a/examples/basiclayouts/basiclayouts.qmlproject +++ b/examples/quick/controls/basiclayouts/basiclayouts.qmlproject diff --git a/examples/basiclayouts/main.qml b/examples/quick/controls/basiclayouts/main.qml index 7b83a2e07..7b83a2e07 100644 --- a/examples/basiclayouts/main.qml +++ b/examples/quick/controls/basiclayouts/main.qml diff --git a/examples/quick/controls/controls.pro b/examples/quick/controls/controls.pro new file mode 100644 index 000000000..0be155cd7 --- /dev/null +++ b/examples/quick/controls/controls.pro @@ -0,0 +1,13 @@ +TEMPLATE = subdirs + +SUBDIRS += \ + gallery \ + splitview \ + stackview \ + tableview \ + touch + +qtHaveModule(widgets) { + SUBDIRS += text \ + ApplicationTemplate +} diff --git a/examples/gallery/content/ChildWindow.qml b/examples/quick/controls/gallery/content/ChildWindow.qml index 5473e834e..5473e834e 100644 --- a/examples/gallery/content/ChildWindow.qml +++ b/examples/quick/controls/gallery/content/ChildWindow.qml diff --git a/examples/gallery/content/Controls.qml b/examples/quick/controls/gallery/content/Controls.qml index abcebbebc..abcebbebc 100644 --- a/examples/gallery/content/Controls.qml +++ b/examples/quick/controls/gallery/content/Controls.qml diff --git a/examples/gallery/content/ImageViewer.qml b/examples/quick/controls/gallery/content/ImageViewer.qml index 0b045bf6a..0b045bf6a 100644 --- a/examples/gallery/content/ImageViewer.qml +++ b/examples/quick/controls/gallery/content/ImageViewer.qml diff --git a/examples/gallery/content/ModelView.qml b/examples/quick/controls/gallery/content/ModelView.qml index 237604e5d..237604e5d 100644 --- a/examples/gallery/content/ModelView.qml +++ b/examples/quick/controls/gallery/content/ModelView.qml diff --git a/examples/gallery/content/Panel.qml b/examples/quick/controls/gallery/content/Panel.qml index bdb10f834..bdb10f834 100644 --- a/examples/gallery/content/Panel.qml +++ b/examples/quick/controls/gallery/content/Panel.qml diff --git a/examples/gallery/content/Styles.qml b/examples/quick/controls/gallery/content/Styles.qml index 618b2d7fa..618b2d7fa 100644 --- a/examples/gallery/content/Styles.qml +++ b/examples/quick/controls/gallery/content/Styles.qml diff --git a/examples/gallery/gallery.pro b/examples/quick/controls/gallery/gallery.pro index 82f8b3e28..82f8b3e28 100644 --- a/examples/gallery/gallery.pro +++ b/examples/quick/controls/gallery/gallery.pro diff --git a/examples/gallery/gallery.qmlproject b/examples/quick/controls/gallery/gallery.qmlproject index e5a8bf02c..e5a8bf02c 100644 --- a/examples/gallery/gallery.qmlproject +++ b/examples/quick/controls/gallery/gallery.qmlproject diff --git a/examples/gallery/images/document-open.png b/examples/quick/controls/gallery/images/document-open.png Binary files differindex f35f25835..f35f25835 100644 --- a/examples/gallery/images/document-open.png +++ b/examples/quick/controls/gallery/images/document-open.png diff --git a/examples/gallery/images/[email protected] b/examples/quick/controls/gallery/images/[email protected] Binary files differindex 9fdbb6657..9fdbb6657 100644 --- a/examples/gallery/images/[email protected] +++ b/examples/quick/controls/gallery/images/[email protected] diff --git a/examples/gallery/images/document-save-as.png b/examples/quick/controls/gallery/images/document-save-as.png Binary files differindex 5c9f6b343..5c9f6b343 100644 --- a/examples/gallery/images/document-save-as.png +++ b/examples/quick/controls/gallery/images/document-save-as.png diff --git a/examples/gallery/images/[email protected] b/examples/quick/controls/gallery/images/[email protected] Binary files differindex a15e34c92..a15e34c92 100644 --- a/examples/gallery/images/[email protected] +++ b/examples/quick/controls/gallery/images/[email protected] diff --git a/examples/gallery/images/folder_new.png b/examples/quick/controls/gallery/images/folder_new.png Binary files differindex 8d8bb9bd7..8d8bb9bd7 100644 --- a/examples/gallery/images/folder_new.png +++ b/examples/quick/controls/gallery/images/folder_new.png diff --git a/examples/gallery/images/go-next.png b/examples/quick/controls/gallery/images/go-next.png Binary files differindex a68e2db77..a68e2db77 100644 --- a/examples/gallery/images/go-next.png +++ b/examples/quick/controls/gallery/images/go-next.png diff --git a/examples/gallery/images/go-previous.png b/examples/quick/controls/gallery/images/go-previous.png Binary files differindex c37bc0414..c37bc0414 100644 --- a/examples/gallery/images/go-previous.png +++ b/examples/quick/controls/gallery/images/go-previous.png diff --git a/examples/gallery/images/page.png b/examples/quick/controls/gallery/images/page.png Binary files differindex b46f205d3..b46f205d3 100644 --- a/examples/gallery/images/page.png +++ b/examples/quick/controls/gallery/images/page.png diff --git a/examples/gallery/images/panel.png b/examples/quick/controls/gallery/images/panel.png Binary files differindex 02d655eb0..02d655eb0 100644 --- a/examples/gallery/images/panel.png +++ b/examples/quick/controls/gallery/images/panel.png diff --git a/examples/gallery/images/preferences-system.png b/examples/quick/controls/gallery/images/preferences-system.png Binary files differindex 6e52db7cf..6e52db7cf 100644 --- a/examples/gallery/images/preferences-system.png +++ b/examples/quick/controls/gallery/images/preferences-system.png diff --git a/examples/gallery/images/process-stop.png b/examples/quick/controls/gallery/images/process-stop.png Binary files differindex e7a8d1722..e7a8d1722 100644 --- a/examples/gallery/images/process-stop.png +++ b/examples/quick/controls/gallery/images/process-stop.png diff --git a/examples/gallery/images/tab.png b/examples/quick/controls/gallery/images/tab.png Binary files differindex 74fefab78..74fefab78 100644 --- a/examples/gallery/images/tab.png +++ b/examples/quick/controls/gallery/images/tab.png diff --git a/examples/gallery/images/tab_selected.png b/examples/quick/controls/gallery/images/tab_selected.png Binary files differindex 665400ccf..665400ccf 100644 --- a/examples/gallery/images/tab_selected.png +++ b/examples/quick/controls/gallery/images/tab_selected.png diff --git a/examples/gallery/images/toplevel_window.png b/examples/quick/controls/gallery/images/toplevel_window.png Binary files differindex 4dc6a8cee..4dc6a8cee 100644 --- a/examples/gallery/images/toplevel_window.png +++ b/examples/quick/controls/gallery/images/toplevel_window.png diff --git a/examples/gallery/images/view-refresh.png b/examples/quick/controls/gallery/images/view-refresh.png Binary files differindex 606ea9eba..606ea9eba 100644 --- a/examples/gallery/images/view-refresh.png +++ b/examples/quick/controls/gallery/images/view-refresh.png diff --git a/examples/gallery/images/window-new.png b/examples/quick/controls/gallery/images/window-new.png Binary files differindex e091702e3..e091702e3 100644 --- a/examples/gallery/images/window-new.png +++ b/examples/quick/controls/gallery/images/window-new.png diff --git a/examples/gallery/images/[email protected] b/examples/quick/controls/gallery/images/[email protected] Binary files differindex 36503018e..36503018e 100644 --- a/examples/gallery/images/[email protected] +++ b/examples/quick/controls/gallery/images/[email protected] diff --git a/examples/gallery/main.qml b/examples/quick/controls/gallery/main.qml index aff3cb4c9..aff3cb4c9 100644 --- a/examples/gallery/main.qml +++ b/examples/quick/controls/gallery/main.qml diff --git a/examples/splitview/main.qml b/examples/quick/controls/splitview/main.qml index f035e6448..f035e6448 100644 --- a/examples/splitview/main.qml +++ b/examples/quick/controls/splitview/main.qml diff --git a/examples/splitview/splitview.pro b/examples/quick/controls/splitview/splitview.pro index 8b88e385c..8b88e385c 100644 --- a/examples/splitview/splitview.pro +++ b/examples/quick/controls/splitview/splitview.pro diff --git a/examples/splitview/splitview.qmlproject b/examples/quick/controls/splitview/splitview.qmlproject index e5a8bf02c..e5a8bf02c 100644 --- a/examples/splitview/splitview.qmlproject +++ b/examples/quick/controls/splitview/splitview.qmlproject diff --git a/examples/stackview/ButtonMenu.qml b/examples/quick/controls/stackview/ButtonMenu.qml index c1608f7e1..c1608f7e1 100644 --- a/examples/stackview/ButtonMenu.qml +++ b/examples/quick/controls/stackview/ButtonMenu.qml diff --git a/examples/stackview/View.qml b/examples/quick/controls/stackview/View.qml index e713e0e5a..e713e0e5a 100644 --- a/examples/stackview/View.qml +++ b/examples/quick/controls/stackview/View.qml diff --git a/examples/stackview/main.qml b/examples/quick/controls/stackview/main.qml index af016fb28..af016fb28 100644 --- a/examples/stackview/main.qml +++ b/examples/quick/controls/stackview/main.qml diff --git a/examples/stackview/stackview.pro b/examples/quick/controls/stackview/stackview.pro index 9d02e4c75..9d02e4c75 100644 --- a/examples/stackview/stackview.pro +++ b/examples/quick/controls/stackview/stackview.pro diff --git a/examples/stackview/stackview.qmlproject b/examples/quick/controls/stackview/stackview.qmlproject index e5a8bf02c..e5a8bf02c 100644 --- a/examples/stackview/stackview.qmlproject +++ b/examples/quick/controls/stackview/stackview.qmlproject diff --git a/examples/tableview/images/header.png b/examples/quick/controls/tableview/images/header.png Binary files differindex dba664609..dba664609 100644 --- a/examples/tableview/images/header.png +++ b/examples/quick/controls/tableview/images/header.png diff --git a/examples/tableview/images/selectedrow.png b/examples/quick/controls/tableview/images/selectedrow.png Binary files differindex 71192ea4e..71192ea4e 100644 --- a/examples/tableview/images/selectedrow.png +++ b/examples/quick/controls/tableview/images/selectedrow.png diff --git a/examples/tableview/main.qml b/examples/quick/controls/tableview/main.qml index 92901bf61..92901bf61 100644 --- a/examples/tableview/main.qml +++ b/examples/quick/controls/tableview/main.qml diff --git a/examples/tableview/tableview.pro b/examples/quick/controls/tableview/tableview.pro index 8b88e385c..8b88e385c 100644 --- a/examples/tableview/tableview.pro +++ b/examples/quick/controls/tableview/tableview.pro diff --git a/examples/tableview/tableview.qmlproject b/examples/quick/controls/tableview/tableview.qmlproject index e5a8bf02c..e5a8bf02c 100644 --- a/examples/tableview/tableview.qmlproject +++ b/examples/quick/controls/tableview/tableview.qmlproject diff --git a/examples/text/example.html b/examples/quick/controls/text/example.html index 0560897b6..0560897b6 100644 --- a/examples/text/example.html +++ b/examples/quick/controls/text/example.html diff --git a/examples/text/qml/images/editcopy.png b/examples/quick/controls/text/qml/images/editcopy.png Binary files differindex f55136446..f55136446 100644 --- a/examples/text/qml/images/editcopy.png +++ b/examples/quick/controls/text/qml/images/editcopy.png diff --git a/examples/text/qml/images/editcut.png b/examples/quick/controls/text/qml/images/editcut.png Binary files differindex a784fd570..a784fd570 100644 --- a/examples/text/qml/images/editcut.png +++ b/examples/quick/controls/text/qml/images/editcut.png diff --git a/examples/text/qml/images/editpaste.png b/examples/quick/controls/text/qml/images/editpaste.png Binary files differindex 64c0b2d6a..64c0b2d6a 100644 --- a/examples/text/qml/images/editpaste.png +++ b/examples/quick/controls/text/qml/images/editpaste.png diff --git a/examples/text/qml/images/editredo.png b/examples/quick/controls/text/qml/images/editredo.png Binary files differindex 8875bf246..8875bf246 100644 --- a/examples/text/qml/images/editredo.png +++ b/examples/quick/controls/text/qml/images/editredo.png diff --git a/examples/text/qml/images/editundo.png b/examples/quick/controls/text/qml/images/editundo.png Binary files differindex a3bd5e0bf..a3bd5e0bf 100644 --- a/examples/text/qml/images/editundo.png +++ b/examples/quick/controls/text/qml/images/editundo.png diff --git a/examples/text/qml/images/exportpdf.png b/examples/quick/controls/text/qml/images/exportpdf.png Binary files differindex ebb44e6b8..ebb44e6b8 100644 --- a/examples/text/qml/images/exportpdf.png +++ b/examples/quick/controls/text/qml/images/exportpdf.png diff --git a/examples/text/qml/images/filenew.png b/examples/quick/controls/text/qml/images/filenew.png Binary files differindex d3882c7b3..d3882c7b3 100644 --- a/examples/text/qml/images/filenew.png +++ b/examples/quick/controls/text/qml/images/filenew.png diff --git a/examples/text/qml/images/fileopen.png b/examples/quick/controls/text/qml/images/fileopen.png Binary files differindex fc06c5ec6..fc06c5ec6 100644 --- a/examples/text/qml/images/fileopen.png +++ b/examples/quick/controls/text/qml/images/fileopen.png diff --git a/examples/text/qml/images/fileprint.png b/examples/quick/controls/text/qml/images/fileprint.png Binary files differindex 10ca56c82..10ca56c82 100644 --- a/examples/text/qml/images/fileprint.png +++ b/examples/quick/controls/text/qml/images/fileprint.png diff --git a/examples/text/qml/images/filesave.png b/examples/quick/controls/text/qml/images/filesave.png Binary files differindex b41ecf531..b41ecf531 100644 --- a/examples/text/qml/images/filesave.png +++ b/examples/quick/controls/text/qml/images/filesave.png diff --git a/examples/text/qml/images/logo32.png b/examples/quick/controls/text/qml/images/logo32.png Binary files differindex 5f91e9873..5f91e9873 100644 --- a/examples/text/qml/images/logo32.png +++ b/examples/quick/controls/text/qml/images/logo32.png diff --git a/examples/text/qml/images/textbold.png b/examples/quick/controls/text/qml/images/textbold.png Binary files differindex 38400bd1f..38400bd1f 100644 --- a/examples/text/qml/images/textbold.png +++ b/examples/quick/controls/text/qml/images/textbold.png diff --git a/examples/text/qml/images/textcenter.png b/examples/quick/controls/text/qml/images/textcenter.png Binary files differindex 2ef5b2ee6..2ef5b2ee6 100644 --- a/examples/text/qml/images/textcenter.png +++ b/examples/quick/controls/text/qml/images/textcenter.png diff --git a/examples/text/qml/images/textitalic.png b/examples/quick/controls/text/qml/images/textitalic.png Binary files differindex 0170ee26a..0170ee26a 100644 --- a/examples/text/qml/images/textitalic.png +++ b/examples/quick/controls/text/qml/images/textitalic.png diff --git a/examples/text/qml/images/textjustify.png b/examples/quick/controls/text/qml/images/textjustify.png Binary files differindex 39cd6c1a9..39cd6c1a9 100644 --- a/examples/text/qml/images/textjustify.png +++ b/examples/quick/controls/text/qml/images/textjustify.png diff --git a/examples/text/qml/images/textleft.png b/examples/quick/controls/text/qml/images/textleft.png Binary files differindex 83a66d553..83a66d553 100644 --- a/examples/text/qml/images/textleft.png +++ b/examples/quick/controls/text/qml/images/textleft.png diff --git a/examples/text/qml/images/textright.png b/examples/quick/controls/text/qml/images/textright.png Binary files differindex e7c04645c..e7c04645c 100644 --- a/examples/text/qml/images/textright.png +++ b/examples/quick/controls/text/qml/images/textright.png diff --git a/examples/text/qml/images/textunder.png b/examples/quick/controls/text/qml/images/textunder.png Binary files differindex 968bac5e9..968bac5e9 100644 --- a/examples/text/qml/images/textunder.png +++ b/examples/quick/controls/text/qml/images/textunder.png diff --git a/examples/text/qml/images/zoomin.png b/examples/quick/controls/text/qml/images/zoomin.png Binary files differindex d46f5aff0..d46f5aff0 100644 --- a/examples/text/qml/images/zoomin.png +++ b/examples/quick/controls/text/qml/images/zoomin.png diff --git a/examples/text/qml/images/zoomout.png b/examples/quick/controls/text/qml/images/zoomout.png Binary files differindex 46326566d..46326566d 100644 --- a/examples/text/qml/images/zoomout.png +++ b/examples/quick/controls/text/qml/images/zoomout.png diff --git a/examples/text/qml/main.qml b/examples/quick/controls/text/qml/main.qml index dd8b18489..dd8b18489 100644 --- a/examples/text/qml/main.qml +++ b/examples/quick/controls/text/qml/main.qml diff --git a/examples/text/resources.qrc b/examples/quick/controls/text/resources.qrc index e67fac6ad..e67fac6ad 100644 --- a/examples/text/resources.qrc +++ b/examples/quick/controls/text/resources.qrc diff --git a/examples/text/src/documenthandler.cpp b/examples/quick/controls/text/src/documenthandler.cpp index 48b6d033c..48b6d033c 100644 --- a/examples/text/src/documenthandler.cpp +++ b/examples/quick/controls/text/src/documenthandler.cpp diff --git a/examples/text/src/documenthandler.h b/examples/quick/controls/text/src/documenthandler.h index c60bc1d51..c60bc1d51 100644 --- a/examples/text/src/documenthandler.h +++ b/examples/quick/controls/text/src/documenthandler.h diff --git a/examples/text/src/main.cpp b/examples/quick/controls/text/src/main.cpp index 0fc064dce..0fc064dce 100644 --- a/examples/text/src/main.cpp +++ b/examples/quick/controls/text/src/main.cpp diff --git a/examples/text/src/src.pri b/examples/quick/controls/text/src/src.pri index 2b89cd629..2b89cd629 100644 --- a/examples/text/src/src.pri +++ b/examples/quick/controls/text/src/src.pri diff --git a/examples/text/text.pro b/examples/quick/controls/text/text.pro index 3b5b10469..3b5b10469 100644 --- a/examples/text/text.pro +++ b/examples/quick/controls/text/text.pro diff --git a/examples/touch/content/AndroidDelegate.qml b/examples/quick/controls/touch/content/AndroidDelegate.qml index 36a439a8e..36a439a8e 100644 --- a/examples/touch/content/AndroidDelegate.qml +++ b/examples/quick/controls/touch/content/AndroidDelegate.qml diff --git a/examples/touch/content/ButtonPage.qml b/examples/quick/controls/touch/content/ButtonPage.qml index cc5925ce0..cc5925ce0 100644 --- a/examples/touch/content/ButtonPage.qml +++ b/examples/quick/controls/touch/content/ButtonPage.qml diff --git a/examples/touch/content/ProgressBarPage.qml b/examples/quick/controls/touch/content/ProgressBarPage.qml index 86a46b69b..86a46b69b 100644 --- a/examples/touch/content/ProgressBarPage.qml +++ b/examples/quick/controls/touch/content/ProgressBarPage.qml diff --git a/examples/touch/content/SliderPage.qml b/examples/quick/controls/touch/content/SliderPage.qml index 8d9ff0b1f..8d9ff0b1f 100644 --- a/examples/touch/content/SliderPage.qml +++ b/examples/quick/controls/touch/content/SliderPage.qml diff --git a/examples/touch/content/TabBarPage.qml b/examples/quick/controls/touch/content/TabBarPage.qml index 41de78220..41de78220 100644 --- a/examples/touch/content/TabBarPage.qml +++ b/examples/quick/controls/touch/content/TabBarPage.qml diff --git a/examples/touch/content/TextInputPage.qml b/examples/quick/controls/touch/content/TextInputPage.qml index 3f408d472..3f408d472 100644 --- a/examples/touch/content/TextInputPage.qml +++ b/examples/quick/controls/touch/content/TextInputPage.qml diff --git a/examples/touch/images/NOTICE.txt b/examples/quick/controls/touch/images/NOTICE.txt index 93a9afc8c..93a9afc8c 100644 --- a/examples/touch/images/NOTICE.txt +++ b/examples/quick/controls/touch/images/NOTICE.txt diff --git a/examples/touch/images/button_default.png b/examples/quick/controls/touch/images/button_default.png Binary files differindex 6d6cfd9ad..6d6cfd9ad 100644 --- a/examples/touch/images/button_default.png +++ b/examples/quick/controls/touch/images/button_default.png diff --git a/examples/touch/images/button_pressed.png b/examples/quick/controls/touch/images/button_pressed.png Binary files differindex ab78b6ea3..ab78b6ea3 100644 --- a/examples/touch/images/button_pressed.png +++ b/examples/quick/controls/touch/images/button_pressed.png diff --git a/examples/touch/images/navigation_next_item.png b/examples/quick/controls/touch/images/navigation_next_item.png Binary files differindex 6665c9d85..6665c9d85 100644 --- a/examples/touch/images/navigation_next_item.png +++ b/examples/quick/controls/touch/images/navigation_next_item.png diff --git a/examples/touch/images/navigation_previous_item.png b/examples/quick/controls/touch/images/navigation_previous_item.png Binary files differindex f8be01197..f8be01197 100644 --- a/examples/touch/images/navigation_previous_item.png +++ b/examples/quick/controls/touch/images/navigation_previous_item.png diff --git a/examples/touch/images/tab_selected.png b/examples/quick/controls/touch/images/tab_selected.png Binary files differindex 2345f7a8e..2345f7a8e 100644 --- a/examples/touch/images/tab_selected.png +++ b/examples/quick/controls/touch/images/tab_selected.png diff --git a/examples/touch/images/tabs_standard.png b/examples/quick/controls/touch/images/tabs_standard.png Binary files differindex 7140ab7b7..7140ab7b7 100644 --- a/examples/touch/images/tabs_standard.png +++ b/examples/quick/controls/touch/images/tabs_standard.png diff --git a/examples/touch/images/textinput.png b/examples/quick/controls/touch/images/textinput.png Binary files differindex b0256db2c..b0256db2c 100644 --- a/examples/touch/images/textinput.png +++ b/examples/quick/controls/touch/images/textinput.png diff --git a/examples/touch/images/toolbar.png b/examples/quick/controls/touch/images/toolbar.png Binary files differindex e9eba4c74..e9eba4c74 100644 --- a/examples/touch/images/toolbar.png +++ b/examples/quick/controls/touch/images/toolbar.png diff --git a/examples/touch/main.qml b/examples/quick/controls/touch/main.qml index 342d4f2d1..342d4f2d1 100644 --- a/examples/touch/main.qml +++ b/examples/quick/controls/touch/main.qml diff --git a/examples/touch/touch.pro b/examples/quick/controls/touch/touch.pro index f81aa0585..f81aa0585 100644 --- a/examples/touch/touch.pro +++ b/examples/quick/controls/touch/touch.pro diff --git a/examples/touch/touch.qmlproject b/examples/quick/controls/touch/touch.qmlproject index e5a8bf02c..e5a8bf02c 100644 --- a/examples/touch/touch.qmlproject +++ b/examples/quick/controls/touch/touch.qmlproject diff --git a/src/controls/doc/qtquickcontrols.qdocconf b/src/controls/doc/qtquickcontrols.qdocconf index bcb4cedf9..cdf1701ff 100644 --- a/src/controls/doc/qtquickcontrols.qdocconf +++ b/src/controls/doc/qtquickcontrols.qdocconf @@ -31,7 +31,7 @@ qhp.QtQuickControls.subprojects.styleqmltypes.sortPages = true depends = qtqml qtquick qtwidgets qtdoc qtquicklayouts -exampledirs += ../../../examples/ +exampledirs += ../../../examples/quick/controls headerdirs += ../ diff --git a/src/layouts/doc/qtquicklayouts.qdocconf b/src/layouts/doc/qtquicklayouts.qdocconf index c4c603361..ddacf9a69 100644 --- a/src/layouts/doc/qtquicklayouts.qdocconf +++ b/src/layouts/doc/qtquicklayouts.qdocconf @@ -26,7 +26,7 @@ qhp.qtquicklayouts.subprojects.qtquicklayoutsqmltypes.type = manual depends = qtqml qtquick qtwidgets qtdoc qtquicklayouts -exampledirs += ../../../examples/ +exampledirs += ../../../examples/quick/controls/ headerdirs += ../ diff --git a/tests/manual/scrollview/main.qml b/tests/manual/scrollview/main.qml index cc7b967da..71accd8ec 100644 --- a/tests/manual/scrollview/main.qml +++ b/tests/manual/scrollview/main.qml @@ -109,7 +109,7 @@ ApplicationWindow { width: widthSpinBox.value height: heightSpinBox.value fillMode: Image.Tile - source: "../../../examples/touch/images/button_pressed.png" + source: "../../../examples/quick/controls/touch/images/button_pressed.png" } } } @@ -126,7 +126,7 @@ ApplicationWindow { width: widthSpinBox.value height: heightSpinBox.value fillMode: Image.Tile - source: "../../../examples/touch/images/button_pressed.png" + source: "../../../examples/quick/controls/touch/images/button_pressed.png" } } } diff --git a/tools/qmlwidget/main.cpp b/tools/qmlwidget/main.cpp index 37752c4d2..f71b76e41 100644 --- a/tools/qmlwidget/main.cpp +++ b/tools/qmlwidget/main.cpp @@ -54,7 +54,7 @@ int main(int argc, char ** argv) QQuickView quickView; quickView.setObjectName("quick view"); - quickView.setSource(QUrl::fromLocalFile("../examples/Gallery.qml")); + quickView.setSource(QUrl::fromLocalFile("../examples/quick/controls/Gallery.qml")); QWindowWidget windowWidget; windowWidget.setObjectName("window widget"); |