minikube/gui
Steven Powell ec9abb49cc
Merge pull request #14072 from spowelljr/fixErrorColor
GUI: Make error background color dynamic
2022-04-29 13:49:27 -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 add kubernetes version to cluster table 2022-04-22 14:02:11 -07:00
cluster.h Merge branch 'master' into addPauseButton 2022-04-26 13:20:58 -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 Merge pull request #14072 from spowelljr/fixErrorColor 2022-04-29 13:49:27 -07:00
window.h Merge pull request #14049 from spowelljr/singleClickOpen 2022-04-28 14:07:10 -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