From c131a83f420a3b24a0972efa351dc75df7ec739d Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Wed, 16 Nov 2016 17:33:12 +0100 Subject: Doc: update Qt Widgets examples - \image --> \borderedimage - update screenshot if required Change-Id: I0318b1df67154b70c061da7cbd509b8d5337b311 Reviewed-by: Venugopal Shivashankar --- .../systray/doc/images/systemtray-editor.png | Bin 18147 -> 25407 bytes .../widgets/desktop/systray/doc/src/systray.qdoc | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/widgets/desktop') diff --git a/examples/widgets/desktop/systray/doc/images/systemtray-editor.png b/examples/widgets/desktop/systray/doc/images/systemtray-editor.png index fb15dea8cb..f7c23db28a 100644 Binary files a/examples/widgets/desktop/systray/doc/images/systemtray-editor.png and b/examples/widgets/desktop/systray/doc/images/systemtray-editor.png differ diff --git a/examples/widgets/desktop/systray/doc/src/systray.qdoc b/examples/widgets/desktop/systray/doc/src/systray.qdoc index b89fed72e0..fe397f83df 100644 --- a/examples/widgets/desktop/systray/doc/src/systray.qdoc +++ b/examples/widgets/desktop/systray/doc/src/systray.qdoc @@ -32,7 +32,8 @@ \brief The System Tray Icon example shows how to add an icon with a menu and popup messages to a desktop environment's system tray. - \image systemtray-example.png Screenshot of the System Tray Icon. + \borderedimage systemtray-example.png + \caption Screenshot of the System Tray Icon Modern operating systems usually provide a special area on the desktop, called the system tray or notification area, where @@ -42,7 +43,7 @@ the main application window (i.e., an editor for the system tray icon) and the associated icon. - \image systemtray-editor.png + \borderedimage systemtray-editor.png The editor allows the user to choose the preferred icon as well as set the balloon message's type and duration. The user can also -- cgit v1.2.3