minikube/gui
Steven Powell 6bf038b75b notify user when GUI starts if minikube not found on path 2022-03-14 22:36:30 +00: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 notify user when GUI starts if minikube not found on path 2022-03-14 22:36:30 +00:00
window.h notify user when GUI starts if minikube not found on path 2022-03-14 22:36:30 +00: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