* adds basic typedoc * backup * Adds all docs to source code * Adds autogenerated docs * Fixes doc links * Updates docs
1.1 KiB
1.1 KiB
| id | title | sidebar_label |
|---|---|---|
| qsystemtrayiconsignals | QSystemTrayIconSignals | QSystemTrayIconSignals |
Hierarchy
-
↳ QSystemTrayIconSignals
Index
Properties
Properties
activated
• activated: function
Type declaration:
▸ (reason: QSystemTrayIconActivationReason): void
Parameters:
| Name | Type |
|---|---|
reason |
QSystemTrayIconActivationReason |
messageClicked
• messageClicked: function
Type declaration:
▸ (): void
objectNameChanged
• objectNameChanged: function
Inherited from QObjectSignals.objectNameChanged
Type declaration:
▸ (objectName: string): void
Parameters:
| Name | Type |
|---|---|
objectName |
string |