PyQt5 Simple Guide

Make it scrollable

Generating .py file from .ui

python -m PyQt5.uic.pyuic -x [FILENAME].ui -o [FILENAME].py

Modularized

Change appearance & setup taskbar icon

Signal connection

Parallel processing

pyqtSignal, QThread, Worker

pyqtSignal[type1, type2, …]

using global variable, tuple

using disconnect to clear outdated signal

button.clicked.disconnect()

Change the order of tab

modularized the pre-processing and control part

Leave a Reply

en_USEnglish