PyQT5
PyQt5 : a python library for working with QT 5
https://www.pythonguis.com/pyqt5-tutorial/
https://riverbankcomputing.com/software/pyqt/intro
pip install PyQt5
pyuic5
pyuic5 : convert QT ui files into python code
part of the pyqt5-dev-tools suite
sudo apt install pyqt5-dev-tools
build a pyhon script from a gui file
pyuic5 -o /mnt/data/dev/Qt/test1.py /mnt/data/dev/Qt/test1.ui
issue
” cannot import name ‘QtCore’ from ‘PyQt5’ “
when using PyQt5
=> visual studio code is configured to using python 3.9 => 3.8 : ok