QSystemTrayIcon¶
- PyQt5.QtWidgets.QSystemTrayIcon
Inherits from QObject.
Description¶
TODO
Enums¶
- ActivationReason
TODO
Member
Value
Description
Context TODO
TODO
DoubleClick TODO
TODO
MiddleClick TODO
TODO
Trigger TODO
TODO
Unknown TODO
TODO
- MessageIcon
TODO
Member
Value
Description
Critical TODO
TODO
Information TODO
TODO
NoIcon TODO
TODO
Warning TODO
TODO
Methods¶
- __init__(parent: QObject = None)
TODO
- contextMenu() → QMenu
TODO
- event(QEvent) → bool
TODO
- geometry() → QRect
TODO
- hide()
TODO
- icon() → QIcon
TODO
-
@staticmethod
isSystemTrayAvailable() → bool TODO
- isVisible() → bool
TODO
- setContextMenu(QMenu)
TODO
- setIcon(QIcon)
TODO
- setToolTip(str)
TODO
- setVisible(bool)
TODO
- show()
TODO
- showMessage(str, str, icon: MessageIcon = Information, msecs: int = 10000)
TODO
- showMessage(str, str, QIcon, msecs: int = 10000)
TODO
-
@staticmethod
supportsMessages() → bool TODO
- toolTip() → str
TODO