Doc: Highlight some examples for the "User Interface Components" category

Task-number: QTBUG-117243
Change-Id: I339bf6ba6998091f57bd40c2296c62d329ac8d48
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
(cherry picked from commit 34c8e9b3ad)
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit 0e3be9c943)
This commit is contained in:
Kai Köhne 2023-10-04 16:07:52 +02:00
parent b88a71361f
commit 919fdd38dc
1 changed files with 4 additions and 1 deletions

View File

@ -105,7 +105,10 @@ macro.stylecolor.DocBook = "<db:phrase role=\"color:\1\">\1 \2</db:phrase>"
macro.nbsp.HTML = "&nbsp;" macro.nbsp.HTML = "&nbsp;"
macro.nbsp.DocBook = "&#160;" macro.nbsp.DocBook = "&#160;"
manifestmeta.highlighted.names = "QtQuickControls/Qt Quick Controls - Wearable Demo" manifestmeta.highlighted.names = \
"QtQuickControls/Qt Quick Controls - Wearable Demo" \
"QtQuickControls/Qt Quick Controls - Gallery" \
"QtQuickControls/Qt Quick Controls - Event Calendar"
# Fail the documentation build if there are more warnings than the limit # Fail the documentation build if there are more warnings than the limit
warninglimit = 0 warninglimit = 0