diff options
Diffstat (limited to 'src/labs/platform/qquicklabsplatformsystemtrayicon.cpp')
| -rw-r--r-- | src/labs/platform/qquicklabsplatformsystemtrayicon.cpp | 6 |
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: |
