minikube/gui
Steven Powell 83ba479c2f format 2022-04-08 11:45:08 -07:00
..
images set Mac dock icon 2022-03-02 17:37:04 -08:00
LICENSE update licensing 2022-03-02 13:14:10 -08:00
README.md update licensing 2022-03-02 13:14:10 -08:00
cluster.cpp replace instance wording with cluster 2022-03-02 13:32:33 -08:00
cluster.h replace instance wording with cluster 2022-03-02 13:32:33 -08:00
main.cpp update licensing 2022-03-02 13:14:10 -08:00
systray.pro set Mac dock icon 2022-03-02 17:37:04 -08:00
systray.qrc added initial GUI 2022-02-24 15:02:53 -08:00
window.cpp format 2022-04-08 11:45:08 -07:00
window.h format 2022-04-08 11:45:08 -07:00

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