minikube/gui
Steven Powell ada44dd599 add kubernetes version selector 2022-04-22 13:38:04 -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 add basic view 2022-04-15 11:43:32 -07: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 add kubernetes version selector 2022-04-22 13:38:04 -07:00
window.h add kubernetes version selector 2022-04-22 13:38:04 -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