aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/platform/qquicklabsplatformsystemtrayicon.cpp
diff options
context:
space:
mode:
authorDheerendra Purohit <dheerendra@pthinks.com>2025-07-08 12:23:48 +0530
committerDheerendra Purohit <dheerendra@pthinks.com>2025-07-11 14:02:55 +0000
commitbbababb64356acaef9da82bc6e4b417732f94647 (patch)
tree9ea93493621ce592368269855fb6afa259ba6f29 /src/labs/platform/qquicklabsplatformsystemtrayicon.cpp
parent0554999c0634108cf8742e0b16bce41ede6d8cec (diff)
Doc: Add textual descriptions for QtLabsPlatform documentation images
Added textual descriptions for all images in the QtLabsPlatform documentation to ensure QDoc generates appropriate alt text. Pick-to: 6.10 6.9 Fixes: QTBUG-136147 Change-Id: Ice484beaa12e2169923a84181257562b720ad61e Reviewed-by: Alexei Cazacov <alexei.cazacov@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/labs/platform/qquicklabsplatformsystemtrayicon.cpp')
-rw-r--r--src/labs/platform/qquicklabsplatformsystemtrayicon.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/labs/platform/qquicklabsplatformsystemtrayicon.cpp b/src/labs/platform/qquicklabsplatformsystemtrayicon.cpp
index 6d567e688c..825b7da6ad 100644
--- a/src/labs/platform/qquicklabsplatformsystemtrayicon.cpp
+++ b/src/labs/platform/qquicklabsplatformsystemtrayicon.cpp
@@ -26,7 +26,7 @@ QT_BEGIN_NAMESPACE
Many desktop platforms provide a special system tray or notification area,
where applications can display icons and notification messages.
- \image qtlabsplatform-systemtrayicon.png
+ \image {qtlabsplatform-systemtrayicon.png} {System tray icon}
The following example shows how to create a system tray icon, and how to make
use of the \l activated() signal:
@@ -48,7 +48,7 @@ QT_BEGIN_NAMESPACE
SystemTrayIcon can have a menu that opens when the icon is activated.
- \image qtlabsplatform-systemtrayicon-menu.png
+ \image {qtlabsplatform-systemtrayicon-menu.png} {System tray icon with menu}
The following example illustrates how to assign a \l Menu to a system tray icon:
@@ -70,7 +70,7 @@ QT_BEGIN_NAMESPACE
SystemTrayIcon can display notification messages.
- \image qtlabsplatform-systemtrayicon-message.png
+ \image {qtlabsplatform-systemtrayicon-message.png} {System tray icon message popup}
The following example presents how to show a notification message using
\l showMessage(), and how to make use of the \l messageClicked() signal: