mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-18 18:12:12 -05:00
09ad583446
Get rid off the gradients, rework some artworks and improve QTabWidget, QScrollBar and QToolBox
6 lines
224 B
Bash
Executable File
6 lines
224 B
Bash
Executable File
#!/bin/sh
|
|
# Compile example.ui for PyQt and PySide.
|
|
pyuic4 --from-imports example.ui > example_pyqt_ui.py
|
|
pyuic5 --from-imports example.ui > example_pyqt5_ui.py
|
|
pyside-uic --from-imports example.ui > example_pyside_ui.py
|