From 0eb0f10a3e550d16b07e1ee9336fa48504451e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 4 Oct 2023 16:24:48 +0200 Subject: [PATCH] Doc: Highlight some examples for the "Graphics & Multimedia" category Task-number: QTBUG-117211 Pick-to: 6.6.0 6.5 Change-Id: I9ebe20719ad96b0d9ced40745eb6ee09d3e6fb40 Reviewed-by: Andreas Eliasson (cherry picked from commit bb781bdb2dd386307446a1e8740402eab74bbc5f) Reviewed-by: Qt Cherry-pick Bot --- src/gui/doc/qtgui.qdocconf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/doc/qtgui.qdocconf b/src/gui/doc/qtgui.qdocconf index 3698cf34df1..f85fcea162b 100644 --- a/src/gui/doc/qtgui.qdocconf +++ b/src/gui/doc/qtgui.qdocconf @@ -63,6 +63,8 @@ imagedirs += images \ excludefiles += ../kernel/qtestsupport_gui.cpp \ ../painting/qdrawhelper_ssse3.cpp +manifestmeta.highlighted.names = "QtGui/Hello Vulkan Cubes Example" + navigation.landingpage = "Qt GUI" navigation.cppclassespage = "Qt GUI C++ Classes"