PyQt5 Dialog

../_images/intro_dialog.png

A dialog (also called a dialogue) is an integral part of GUI programming. As its name suggests, it’s used to talk to the application within the application.

In other words, a dialog is used by users to enter, modify, or change the settings of an application.

Let’s learn how to use various dialogs through the following example.


Prev/Next

Prev :