Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

System tray icon without widgets

I'm wondering if there's a way to implement system tray icon + menu functionality without widgets module?

like image 689
mbg033 Avatar asked Dec 12 '16 07:12

mbg033


1 Answers

Qt 5.8 introduces a SystemTrayIcon QML type in the experimental Qt Labs Platform module, as part of the Qt Quick Controls 2 offering. It uses a native implementation directly from the Qt Platform Abstraction layer where available, and Qt Widgets as a fallback on other platforms.

like image 158
jpnurmi Avatar answered Sep 21 '22 20:09

jpnurmi