/Vector

Python application to average and display Water Vector data.

Primary LanguagePython

#Compile QT5 .UI files OSX

pyuic5 -x file.ui -o file.py

Windows

python -m PyQt5.uic.pyuic -x filename.ui -o filename.py

C:\Users\XXX\AppData\Local\Programs\Python\Python35\Scripts\pyuic5.exe -x file.ui -o file.py