Skip to content

PyQt5

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

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

[PyQt5] Tutorial(1) Install PyQt5 and print “Hello World!”

Will you want to create a pretty graphic user interface (GUI), maybe you first to think of, is the development framework of Tkinter, PyGame, PyQt5…… and so on.

Of course they are all great! (I rely heavily on them XD)

I started using PyQt5 to develop program because that require a simple user interface. So I started to experiment PyQt5 tutorial, and put my notes I learned on the way, maybe I can easily read it in future XD.

Read More »[PyQt5] Tutorial(1) Install PyQt5 and print “Hello World!”