minikube/gui
Steven Powell 94f7d202a4
Merge pull request #14164 from spowelljr/guiUpdate
GUI: Check for updates again after 24 hours of usage
2022-05-13 17:56:25 -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
releases.json add update check 2022-05-03 16:24:51 -07:00
systray.pro add update check 2022-05-03 16:24:51 -07:00
systray.qrc added initial GUI 2022-02-24 15:02:53 -08:00
window.cpp Merge pull request #14164 from spowelljr/guiUpdate 2022-05-13 17:56:25 -07:00
window.h check for updates again after 24 hours of usage 2022-05-12 15:28:23 -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