Bash file to update .ui-.py file
This commit is contained in:
parent
de8a35e473
commit
2f32224170
1 changed files with 6 additions and 0 deletions
6
src/OptimaLab35/update_ui.sh
Executable file
6
src/OptimaLab35/update_ui.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
echo "Update .ui files with pyside"
|
||||
echo "Update main window."
|
||||
pyside6-uic OptimaLab35/ui/main_window.ui -o OptimaLab35/ui/main_window.py
|
||||
echo "Update preview window."
|
||||
pyside6-uic OptimaLab35/ui/preview_window.ui -o OptimaLab35/ui/preview_window.py
|
Loading…
Add table
Add a link
Reference in a new issue