minikube/gui/README.md

23 lines
271 B
Markdown

# System Tray Icon
## Running
Open in [Qt Creator](https://doc.qt.io/qtcreator/) GUI:
```shell
qtcreator systray.pro
```
Or on the command line:
```console
$ qmake
$ make
...
$ ./systray
```
----
See <https://doc.qt.io/qt-5/qtwidgets-desktop-systray-example.html>