6bf038b75b | ||
---|---|---|
.. | ||
images | ||
LICENSE | ||
README.md | ||
cluster.cpp | ||
cluster.h | ||
main.cpp | ||
systray.pro | ||
systray.qrc | ||
window.cpp | ||
window.h |
README.md
System Tray Icon
Running
Open in Qt Creator GUI:
qtcreator systray.pro
Or on the command line:
$ qmake
$ make
...
$ ./systray
See https://doc.qt.io/qt-5/qtwidgets-desktop-systray-example.html