minikube/gui
Steven Powell ead3e59064 fix opening window during command running 2022-05-27 11:42:13 -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
advancedview.cpp fix build errors in non-Apple code 2022-05-18 18:10:58 -07:00
advancedview.h fix appearing as non-responsive while commands running 2022-05-18 14:25:50 -07:00
basicview.cpp fix build errors in non-Apple code 2022-05-18 18:10:58 -07:00
basicview.h fix appearing as non-responsive while commands running 2022-05-18 14:25:50 -07: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
commandrunner.cpp fix opening window during command running 2022-05-27 11:42:13 -07:00
commandrunner.h fix opening window during command running 2022-05-27 11:42:13 -07:00
errormessage.cpp fix opening window during command running 2022-05-27 11:42:13 -07:00
errormessage.h fix opening window during command running 2022-05-27 11:42:13 -07:00
hyperkit.cpp add missing return 2022-05-18 14:36:58 -07:00
hyperkit.h fix appearing as non-responsive while commands running 2022-05-18 14:25:50 -07:00
main.cpp update licensing 2022-03-02 13:14:10 -08:00
operator.cpp fix opening window during command running 2022-05-27 11:42:13 -07:00
operator.h fix opening window during command running 2022-05-27 11:42:13 -07:00
progresswindow.cpp fix appearing as non-responsive while commands running 2022-05-18 14:25:50 -07:00
progresswindow.h fix appearing as non-responsive while commands running 2022-05-18 14:25:50 -07:00
releases.json add update check 2022-05-03 16:24:51 -07:00
systray.pro fix appearing as non-responsive while commands running 2022-05-18 14:25:50 -07:00
systray.qrc added initial GUI 2022-02-24 15:02:53 -08:00
tray.cpp fix opening window during command running 2022-05-27 11:42:13 -07:00
tray.h fix appearing as non-responsive while commands running 2022-05-18 14:25:50 -07:00
updater.cpp fix opening window during command running 2022-05-27 11:42:13 -07:00
updater.h fix appearing as non-responsive while commands running 2022-05-18 14:25:50 -07:00
window.cpp fix opening window during command running 2022-05-27 11:42:13 -07:00
window.h Merge branch 'master' into refactorGUI 2022-05-18 14:28:43 -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