minikube/gui
Steven Powell f1a95fb87a add newline to GUI tooltip 2022-07-14 14:24:39 -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 add docker-env 2022-07-08 16:46:29 -07:00
advancedview.h add docker-env 2022-07-08 16:46:29 -07:00
basicview.cpp add newline to GUI tooltip 2022-07-14 14:24:39 -07:00
basicview.h add docker-env 2022-07-08 16:46:29 -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 compilation of minikube gui on qt5 2022-06-04 09:53:19 +02: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 GUI build for Linux & Windows 2022-07-12 12:57:53 -07:00
operator.h add docker-env 2022-07-08 16:46:29 -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 compilation of minikube gui on qt5 2022-06-04 09:53:19 +02:00
updater.h fix appearing as non-responsive while commands running 2022-05-18 14:25:50 -07:00
window.cpp add docker-env 2022-07-08 16:46:29 -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