aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/gallery/doc
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2022-11-23 16:50:43 +0800
committerMitch Curtis <mitch.curtis@qt.io>2022-12-01 10:26:28 +0800
commit8b100bed5237b1ec864f059d7fb04b94fd874f49 (patch)
tree3e0503297e0dcdee3ea6245f480b9ce65766a056 /examples/quickcontrols/gallery/doc
parent4bd87b903b355b53e3105ba1ae7c154c4e55cdaf (diff)
Doc: remove "2" from Qt Quick Controls files
Work on this was already started for the documentation in 1abdfe5d5a052f2298b7bf657513dfa7e0c66a56. The CMake target (docs_QuickControls2) probably can't be renamed until we rename the library, which won't happen until Qt 7. Task-number: QTBUG-95413 Change-Id: Ied20805a91286436606577c3de39671a447f27dd Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'examples/quickcontrols/gallery/doc')
-rw-r--r--examples/quickcontrols/gallery/doc/images/qtquickcontrols-gallery-drawer.png (renamed from examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-drawer.png)bin15428 -> 15428 bytes
-rw-r--r--examples/quickcontrols/gallery/doc/images/qtquickcontrols-gallery-menu.png (renamed from examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-menu.png)bin15953 -> 15953 bytes
-rw-r--r--examples/quickcontrols/gallery/doc/images/qtquickcontrols-gallery-welcome.png (renamed from examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-welcome.png)bin18513 -> 18513 bytes
-rw-r--r--examples/quickcontrols/gallery/doc/src/qtquickcontrols-gallery.qdoc (renamed from examples/quickcontrols/gallery/doc/src/qtquickcontrols2-gallery.qdoc)8
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-drawer.png b/examples/quickcontrols/gallery/doc/images/qtquickcontrols-gallery-drawer.png
index 0df43fbc4b..0df43fbc4b 100644
--- a/examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-drawer.png
+++ b/examples/quickcontrols/gallery/doc/images/qtquickcontrols-gallery-drawer.png
Binary files differ
diff --git a/examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-menu.png b/examples/quickcontrols/gallery/doc/images/qtquickcontrols-gallery-menu.png
index 3bdaae942a..3bdaae942a 100644
--- a/examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-menu.png
+++ b/examples/quickcontrols/gallery/doc/images/qtquickcontrols-gallery-menu.png
Binary files differ
diff --git a/examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-welcome.png b/examples/quickcontrols/gallery/doc/images/qtquickcontrols-gallery-welcome.png
index ded30381d2..ded30381d2 100644
--- a/examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-welcome.png
+++ b/examples/quickcontrols/gallery/doc/images/qtquickcontrols-gallery-welcome.png
Binary files differ
diff --git a/examples/quickcontrols/gallery/doc/src/qtquickcontrols2-gallery.qdoc b/examples/quickcontrols/gallery/doc/src/qtquickcontrols-gallery.qdoc
index 814768fe61..2fc1ed8f46 100644
--- a/examples/quickcontrols/gallery/doc/src/qtquickcontrols2-gallery.qdoc
+++ b/examples/quickcontrols/gallery/doc/src/qtquickcontrols-gallery.qdoc
@@ -6,24 +6,24 @@
\keyword Qt Quick Controls - Gallery
\title Qt Quick Controls - Gallery
\keyword Qt Quick Controls 2 - Gallery
- \ingroup qtquickcontrols2-examples
+ \ingroup qtquickcontrols-examples
\brief A gallery of controls.
\raw HTML
<div class="table"><table style="background:transparent; border:0px">
<tr><td style="border:0px">
\endraw
- \image qtquickcontrols2-gallery-welcome.png
+ \image qtquickcontrols-gallery-welcome.png
\caption Welcome Screen
\raw HTML
</td><td style="border:0px">
\endraw
- \image qtquickcontrols2-gallery-drawer.png
+ \image qtquickcontrols-gallery-drawer.png
\caption Side Drawer
\raw HTML
</td><td style="border:0px">
\endraw
- \image qtquickcontrols2-gallery-menu.png
+ \image qtquickcontrols-gallery-menu.png
\caption Options Menu
\raw HTML
</td></tr>