Qt Extended Home · Index · Classes · Headers · Overviews |
The TrayIcon class creates an icon in the system tray. More...
#include <TrayIcon>
Inherits QObject.
The TrayIcon class creates an icon in the system tray.
The system tray (also known as the notification area) is a useful location for long-running but minimally-interacting applications to display status information.
This class uses QSystemTrayIcon or a home-grown solution ported from Qt Extended Desktop 2.
This class also handles the Dock menu on Mac OS X but not clicks on the Dock icon. Those are handled by the QtopiaDesktopApplication::macEventFilter() function.
Construct a TrayIcon with parent as the owning QObject. Use the installed() function to determine if it is attached to a system tray.
Destructor.
This signal is emitted when the tray icon is clicked.
Hide the system tray icon.
Return true if there was a system tray that could be attached to.
This signal is emitted when the quit entry is selected from the tray menu.
Attempt to show the system tray icon.
This signal is emitted when the sync entry is selected from the tray menu.
Copyright © 2009 Nokia | Qt Extended Sync Agent Documentation |