Files
clever-show/Server/convert_ui.sh
artem30801@gmail.com 92bdc7f422 Added bash script to convert .ui to .py
Now widget capable of window resizing
2019-03-12 14:12:12 +03:00

2 lines
79 B
Bash

#!/usr/bin/env bash
python -m PyQt5.uic.pyuic -x server_gui.ui -o server_gui.py