Basic structure for the QT application with empty window

This commit is contained in:
2026-07-26 12:21:24 +02:00
parent e667a14459
commit 129a81881c
23 changed files with 196 additions and 5 deletions

2
.gitignore vendored
View File

@@ -6,5 +6,7 @@ build/
dist/
.pytest_cache/
.vscode/*
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/tasks.json
.ruff_cache/