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 38b8ee34ff
23 changed files with 342 additions and 5 deletions

3
.gitignore vendored
View File

@@ -6,5 +6,8 @@ build/
dist/
.pytest_cache/
.vscode/*
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/tasks.json
.ruff_cache/
src/bedit_gui/resources/resources_rc.py