Added basic Qt MainWindow (with all boilerplate code)

This commit is contained in:
2023-07-08 19:13:05 +02:00
parent d0cf04194d
commit 3878dba288
5 changed files with 178 additions and 0 deletions

3
Scorganizr.pyproject Normal file
View File

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