PyQT5 Designer Drag and Drop GUI - PyQt5 GUI Thursdays #6
Codemy.com Codemy.com
235K subscribers
162,234 views
2.5K

 Published On Feb 25, 2021

In this video I'll show you how to install and use the PyQT5 Designer to make Drag And Drop GUI's for Python.


The PyQT5 Designer is a really cool tool that let's you build out your GUI for your app with Python by simply dragging and dropping elements onto the screen. In this video I'll show you how to install it, open it, and create a basic app with it.


We'll then take the .ui file that designer generates, and convert it into a python file that we can then modify to make it do different things.


pyuic5 -x designer_file.ui -o designer_file_converted.py


Timecodes
0:00​ - Introduction

1:27 - Install PyQT5 Designer
2:24 - Open The PyQt5 Designer
4:00 - PyQt5 Designer Overview
4:50 - Using The PyQt5 Designer
6:57 - Convert PyQt5 Designer .UI File To Python
10:00 - Create Button Press_it() Function
11:28 - Conclusion

show more

Share/Embed