summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-10-19 15:46:56 +0200
committerTopi Reinio <topi.reinio@qt.io>2023-10-31 08:56:57 +0000
commit4916ed5dd285618692b826868b19426b81c0d4a3 (patch)
treec4d0f4f7696773586ff5b1175d563c814fd98adf
parentd4c35e9ec44f41f6dc6d07c0b80ad77797f9ec9b (diff)
Doc: Highlight some examples for Desktop category
Pick-to: 6.5 Task-number: QTBUG-117208 Change-Id: Ice45caa644f865dca996d0bf90a9e798eeb4bd45 (cherry picked from commit ade769e397456fab374acef6f2e7405fd88112fb) Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
-rw-r--r--src/assistant/assistant/doc/qtassistant.qdocconf3
-rw-r--r--src/uitools/doc/qtuitools.qdocconf3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/assistant/assistant/doc/qtassistant.qdocconf b/src/assistant/assistant/doc/qtassistant.qdocconf
index b797389fb..5dc2d67d2 100644
--- a/src/assistant/assistant/doc/qtassistant.qdocconf
+++ b/src/assistant/assistant/doc/qtassistant.qdocconf
@@ -36,6 +36,9 @@ depends += qtdoc qmake
# Use a generic thumbnail image for examples that have no images in their docs
manifestmeta.thumbnail.names += "QtAssistant/Remote Control Example"
+# Highlighted example for Desktop category
+manifestmeta.highlighted.names = "QtAssistant/Simple Text Viewer Example"
+
navigation.landingpage = "Qt Assistant Manual"
warninglimit = 0
diff --git a/src/uitools/doc/qtuitools.qdocconf b/src/uitools/doc/qtuitools.qdocconf
index a34c498f3..f04de3909 100644
--- a/src/uitools/doc/qtuitools.qdocconf
+++ b/src/uitools/doc/qtuitools.qdocconf
@@ -39,4 +39,7 @@ depends += qtdoc qtdesigner qtcore qtwidgets qtcmake qmake
navigation.landingpage = "Qt UI Tools"
navigation.cppclassespage = "Qt UI Tools C++ Classes"
+# Highlighted example for Desktop category
+manifestmeta.highlighted.names = "QtUiTools/Text Finder"
+
warninglimit = 0