subDesTagesMitExtraKaese 91ec76aff4 added stable PID loop 4 years ago
..
Page_1.py 9787d73e97 gui gui gui 4 years ago
Page_2.py 9787d73e97 gui gui gui 4 years ago
Page_3.py 9787d73e97 gui gui gui 4 years ago
Page_4.py 91ec76aff4 added stable PID loop 4 years ago
Plot.py 9787d73e97 gui gui gui 4 years ago
README.md 75740fc0f3 Doku update 4 years ago
__init__.py 19d3cd1473 fixed imports and doku 4 years ago
globals.py 9787d73e97 gui gui gui 4 years ago
plotim.py 9787d73e97 gui gui gui 4 years ago

README.md

Modifying UI with PyQt5 designer

on Ubuntu / Debian

sudo apt install qt4-designer
designer-qt4

Location of PyQt5 designer.exe on Windows

C:\Program Files\Python36\Lib\site-packages\pyqt5-tools

or

C:\Users\<User>\AppData\Local\Programs\Python\<version>\Lib\site-packages\pyqt5-tools

Regenerate UI

on Linux

python3 -m PyQt5.uic.pyuic youruifile -o yourpyfile -x

on Windows

pyuic5 youruifile -o yourpyfile -x

Running

cd software/
python3 main.py