minikube/gui
Steven Powell 728881e7fe added clang-format 2022-03-02 15:53:42 -08:00
..
images added initial GUI 2022-02-24 15:02:53 -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 add ssh and dashboard buttons 2022-03-02 23:43:14 +00:00
systray.qrc added initial GUI 2022-02-24 15:02:53 -08:00
window.cpp added clang-format 2022-03-02 15:53:42 -08:00
window.h add ssh and dashboard buttons 2022-03-02 23:43:14 +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