aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/texteditor/doc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2023-07-17 15:34:38 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2023-07-21 13:01:41 +0200
commit2983a38c1dbcd8130d8ce00901d064431a2fe8d7 (patch)
treee91557f44f9068591d19b91ab58a71f1a4262793 /examples/quickcontrols/texteditor/doc
parent268efe13250c488fd3f2027c2847706a266bde77 (diff)
Doc: Add \examplecategory for Qt Quick Controls
Also, changed one of the example pages to a tutorial page. Task-number: QTBUG-115297 Pick-to: 6.5 6.6 Change-Id: Ife1b740523039b9287008a1c5243edfc4c1349d1 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'examples/quickcontrols/texteditor/doc')
-rw-r--r--examples/quickcontrols/texteditor/doc/src/qtquickcontrols-texteditor.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quickcontrols/texteditor/doc/src/qtquickcontrols-texteditor.qdoc b/examples/quickcontrols/texteditor/doc/src/qtquickcontrols-texteditor.qdoc
index b1d7e842cf..f0cd574f4d 100644
--- a/examples/quickcontrols/texteditor/doc/src/qtquickcontrols-texteditor.qdoc
+++ b/examples/quickcontrols/texteditor/doc/src/qtquickcontrols-texteditor.qdoc
@@ -6,6 +6,7 @@
\title Qt Quick Controls - Text Editor
\keyword Qt Quick Controls 2 - Text Editor
\ingroup qtquickcontrols-examples
+ \examplecategory {Graphics & Multimedia}
\brief A QML app using Qt Quick Controls and a C++ class to
provide a fully-functional rich-text editor application.