An open API service indexing awesome lists of open source software.

https://github.com/yjg30737/pyqt-background-app-example

PyQt background app example with system tray icon
https://github.com/yjg30737/pyqt-background-app-example

background-app pyqt pyqt-background pyqt-background-app pyqt-examples pyqt-tutorial pyqt5 qsystemtrayicon qt qt-background

Last synced: 4 months ago
JSON representation

PyQt background app example with system tray icon

Awesome Lists containing this project

README

        

# pyqt-background-app-example
PyQt background app example with system tray icon

## How to do
1. git clone ~
2. python main.py

## Detailed Description
Window has nothing. blank empty screen. That's not the point. You can just make random widgets over it to your heart's content.

The point is app does not stop if you measly close the window.

You have to manually right click the system tray icon and click the "Quit".

You can make the window reappear when you click the system tray icon.

TL;DR very basic sample of background app.