Add no whitelist page

This commit is contained in:
2026-03-22 17:11:03 +01:00
parent 5b7ef4c951
commit 7ecd952f08
8 changed files with 542 additions and 55 deletions

View File

@@ -49,3 +49,10 @@ Execute `python install.py`
Note: in case if you aren't virtual environment, the script stop.
Enjoy.
## Generate resource file
`rcc -g python .\resources.qrc -o .\src\resources_rc.py`
You need to give complete path of rcc:
`H:\Qt\6.10.2\mingw_64\bin\rcc.exe -g python resources.qrc -o .\src\resources.py`