split controller

This commit is contained in:
Maxime Réaux 2026-02-10 09:53:49 +01:00
parent 701f6b3292
commit 7792a76f8e
11 changed files with 1212 additions and 987 deletions

View file

@ -39,3 +39,10 @@ pip install -e .
### Run
`python main.py`
## Dev
### UI with QT Designer
Save UI design from QT designer as `ui_*_.ui` file and then convert them to python using :
`pyuic6 -x <file_path>.ui -o <file_path>.py `