Some refactoring; now using QUiLoader to load the .uic file directly

This commit is contained in:
2023-07-09 08:54:14 +02:00
parent 6da873d3d3
commit 07b42abdfd
4 changed files with 20 additions and 14 deletions

View File

@@ -1,3 +1,3 @@
{
"files": ["main.py", "form.ui"]
"files": ["main.ui","main.py","utils.py"]
}