NAME
Qt::Gui::QSystemTrayIcon
PUBLIC METHODS
- QSystemTrayIcon(QObject * parent = 0)
- QSystemTrayIcon(QObject * parent)
- QSystemTrayIcon(const QIcon & icon, QObject * parent = 0)
- QSystemTrayIcon(const QIcon & icon, QObject * parent)
- ~QSystemTrayIcon()
- QMenu * contextMenu()
- QRect geometry()
- void hide()
- QIcon icon()
- static bool isSystemTrayAvailable()
- bool isVisible()
- void setIcon(const QIcon & icon)
- void setToolTip(const QString & tip)
- void setVisible(bool visible)
- void show()
- void showMessage(const QString & title, const QString & msg, QSystemTrayIcon::MessageIcon icon, int msecs = 10000)
- void showMessage(const QString & title, const QString & msg, QSystemTrayIcon::MessageIcon icon, int msecs)
- void showMessage(const QString & title, const QString & msg, QSystemTrayIcon::MessageIcon icon = QSystemTrayIcon::Information, int msecs = 10000)
- void showMessage(const QString & title, const QString & msg, QSystemTrayIcon::MessageIcon icon, int msecs = 10000)
- static bool supportsMessages()
- QString toolTip()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.