In this recipe, we will start to use the PyQt5 Designer tool. We will visually design our GUIs and drag and drop our widgets onto a window main form. This form can be a QWidgets form or a QMainWindow form.
Starting the PyQt5 Designer tool
Getting ready
You will need to have both PyQt5 and the Qt Designer tool installed on your computer. Please read the Installing PyQt5 and Installing the PyQt5 Designer tool recipes to find out how to do this.
How to do it...
You will need to run the Designer.exe file. Its location can be found in the Installing the PyQt5 Designer tool...