diff options
author | Mitch Curtis <[email protected]> | 2022-11-23 16:50:43 +0800 |
---|---|---|
committer | Mitch Curtis <[email protected]> | 2022-12-01 10:26:28 +0800 |
commit | 8b100bed5237b1ec864f059d7fb04b94fd874f49 (patch) | |
tree | 3e0503297e0dcdee3ea6245f480b9ce65766a056 /examples/quickcontrols/flatstyle/doc | |
parent | 4bd87b903b355b53e3105ba1ae7c154c4e55cdaf (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 <[email protected]>
Reviewed-by: Qt CI Bot <[email protected]>
Diffstat (limited to 'examples/quickcontrols/flatstyle/doc')
-rw-r--r-- | examples/quickcontrols/flatstyle/doc/images/qtquickcontrols-flatstyle-creator.png (renamed from examples/quickcontrols/flatstyle/doc/images/qtquickcontrols2-flatstyle-creator.png) | bin | 22469 -> 22469 bytes | |||
-rw-r--r-- | examples/quickcontrols/flatstyle/doc/images/qtquickcontrols-flatstyle.png (renamed from examples/quickcontrols/flatstyle/doc/images/qtquickcontrols2-flatstyle.png) | bin | 9120 -> 9120 bytes | |||
-rw-r--r-- | examples/quickcontrols/flatstyle/doc/src/qtquickcontrols-flatstyle.qdoc (renamed from examples/quickcontrols/flatstyle/doc/src/qtquickcontrols2-flatstyle.qdoc) | 6 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/quickcontrols/flatstyle/doc/images/qtquickcontrols2-flatstyle-creator.png b/examples/quickcontrols/flatstyle/doc/images/qtquickcontrols-flatstyle-creator.png Binary files differindex d77a7ffc4b..d77a7ffc4b 100644 --- a/examples/quickcontrols/flatstyle/doc/images/qtquickcontrols2-flatstyle-creator.png +++ b/examples/quickcontrols/flatstyle/doc/images/qtquickcontrols-flatstyle-creator.png diff --git a/examples/quickcontrols/flatstyle/doc/images/qtquickcontrols2-flatstyle.png b/examples/quickcontrols/flatstyle/doc/images/qtquickcontrols-flatstyle.png Binary files differindex a43b4c39fa..a43b4c39fa 100644 --- a/examples/quickcontrols/flatstyle/doc/images/qtquickcontrols2-flatstyle.png +++ b/examples/quickcontrols/flatstyle/doc/images/qtquickcontrols-flatstyle.png diff --git a/examples/quickcontrols/flatstyle/doc/src/qtquickcontrols2-flatstyle.qdoc b/examples/quickcontrols/flatstyle/doc/src/qtquickcontrols-flatstyle.qdoc index b077ef71c6..3f5a982b7d 100644 --- a/examples/quickcontrols/flatstyle/doc/src/qtquickcontrols2-flatstyle.qdoc +++ b/examples/quickcontrols/flatstyle/doc/src/qtquickcontrols-flatstyle.qdoc @@ -6,7 +6,7 @@ \keyword Qt Quick Controls - Flat Style \title Qt Quick Controls - Flat Style \keyword Qt Quick Controls 2 - Flat Style - \ingroup qtquickcontrols2-examples + \ingroup qtquickcontrols-examples \brief A QML app using Qt Quick Controls and a QML plugin with customized controls. @@ -15,7 +15,7 @@ declarative parts of the UI, \c .ui.qml files are used. These can be edited visually in Qt Quick Designer. - \borderedimage qtquickcontrols2-flatstyle.png + \borderedimage qtquickcontrols-flatstyle.png \section1 QML Plugin @@ -58,7 +58,7 @@ To edit the indicator of a switch in Qt Quick Designer we can open Switch.qml and then enter the implementation of the indicator called \c switchHandle using the combo box on the top next to the combo box for the open documents. - \borderedimage qtquickcontrols2-flatstyle-creator.png + \borderedimage qtquickcontrols-flatstyle-creator.png The application itself is just a simple form that allows the user to adjust a couple of parameters of the custom controls. The user can choose another main color, set the font to bold or underline, and increase the size of the controls by |