Obsolete Members for SystemTrayIcon
The following members of QML type SystemTrayIcon are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- iconName : string
(obsolete)
- iconSource : url
(obsolete)
Property Documentation
iconName : string |
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use icon.name instead.
See also icon.
iconSource : url |
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use icon.source instead.
See also icon.