split controller
This commit is contained in:
parent
701f6b3292
commit
7792a76f8e
11 changed files with 1212 additions and 987 deletions
|
|
@ -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 `
|
||||
Loading…
Add table
Add a link
Reference in a new issue