auto
This commit is contained in:
parent
ca601fe0d9
commit
a82fcf6b28
@ -29,11 +29,13 @@ run
|
|||||||
python3 main.py
|
python3 main.py
|
||||||
```
|
```
|
||||||
## Editing the UI
|
## Editing the UI
|
||||||
i use Qt Designer, so download that if you want to try editing the UI. good luck
|
|
||||||
___
|
___
|
||||||
|
i use Qt Designer, so download that if you want to try editing the UI. good luck
|
||||||
```bash
|
```bash
|
||||||
# generate python ui from qt designer .ui file
|
# generate python ui from qt designer .ui file
|
||||||
pyuic5 ui.ui -o ui.py
|
pyuic5 ui.ui -o ui.py
|
||||||
|
# shell script to do the same thing
|
||||||
|
./create_ui.sh
|
||||||
```
|
```
|
||||||
## Config
|
## Config
|
||||||
___
|
___
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user