Skip to main content

Introduction to Widgets

We have already used widgets earlier — in the First Window tutorial, we used the PushButton and Label widgets. These are the most commonly used features in PyQt5 development. Windows and widgets together form a GUI application. Different widgets, or widgets and windows, are connected through signals and slots to implement various logic and functionality. This chapter will explain how to use common widgets.

  • The widget area is located on the left side of Qt Designer.

widgets_intro1