Skip to content

September 17, 2019

[PyQt5] Tutorial(2) QLabel, QLineEdit, QPushButton

Last Updated on 2021-04-12 by Clay

Today, I want to note my experience of QLabel, QLineEdit, QPushButton in PyQt5. By the way, I design my own graphic user interface by Qt Designer.

Maybe one day I will change my way, use the code to create interface instead (After all, the components in Qt Designer are actually not complete, of course, maybe I just didn't find it.), but I hope to learn at least until that day.

Read More »[PyQt5] Tutorial(2) QLabel, QLineEdit, QPushButton