|
Qudi
|
Tray icon class subclassing QSystemTrayIcon for custom functionality. More...
Public Member Functions | |
| def | __init__ (self) |
| Tray icon constructor. More... | |
| def | click_trap (self, value) |
| Click handler. More... | |
Public Attributes | |
| right_menu | |
| left_menu | |
| managericon | |
| exiticon | |
| quitAction | |
| managerAction | |
Tray icon class subclassing QSystemTrayIcon for custom functionality.
| def trayicon.SystemTrayIcon.__init__ | ( | self | ) |
Tray icon constructor.
Adds all the appropriate menus and actions.
| def trayicon.SystemTrayIcon.click_trap | ( | self, | |
| value | |||
| ) |
Click handler.
| value | action that caused the activation |
This method is called when the tray icon is left-clicked and it opens a menu at the position of the left click.
1.8.13