PyQt5 Widget¶
Widgets are the basic building blocks of applications. The PyQt toolkit provides a variety of easy-to-use widgets.
Through examples, let’s learn about different widgets common in applications.
Prev/Next
Prev : Grid layout
Next : QPushButton