- added qdarktheme package into the code

This commit is contained in:
Marius Stanciu
2023-10-19 13:49:14 +03:00
parent 656bec2e7c
commit 28dbb70126
42 changed files with 3548 additions and 22 deletions

View File

@@ -0,0 +1,8 @@
"""Example of PyQtDarkTheme use for Qt applications.
To check example app, run:
```shell
python -m qdarktheme.widget_gallery
```
"""