Download and create an app using Qt Designer (for PyQt6, PyQt5, PySide6)

preview_player
Показать описание
In this video, we are going to learn how to download Q Designer and design our first PyQt app application. Qt designer is an interface editor specifically for any applications based on Qt framework (PyQt6, PyQt5, PySide6, etc), and by using Qt designer, we can quickly design an app interface and layout.

Buy Me a Coffee? Your support is much appreciated!
----------------------------------------------------------------------------------------------------------------
Venmo: @Jie-Jenn

Install Qt Designer via command: pip install pyqt5-tools

Support my channel so I can continue making free contents
---------------------------------------------------------------------------------------------------------------

#QtDesigner #PyQt5 #PyQt6
Рекомендации по теме
Комментарии
Автор

Short and to the point, how I like it!

charleskhenry
Автор

Bro, you're awesome, i literally lost half of the day to discover why i don't could upgrade to pyside6, but with your video, i finnaly discover, thanks very mutch

hrkcirilodotaco
Автор

thanks that was useful very short yet informative

skewbinge
Автор

Good video, good articulation, good info, and even an informative description, i honestly can't ask for more. keep it up

RetoonHD
Автор

Thanks for the great video.

By the way, when I ran the script I couldn't see my application, just a new empty window appeared, I solved this by replacing "class myApp(QWidget)" with "class myApp(QMainWindow)". I am still a beginner, but I am mentioning this because it took me a long time to find the solution.

nermienkhalifa
Автор

Thanks, earned a sub! Will follow to learn more. Thank you!

alwaysgood
Автор

how do we know where to install it and how? You just started the video with a folder there

Atonix
Автор

Nice tutorial but I tried it using PySide6 and there wasn't any uic module, but I found QtUiTools. When I ran the script, it loaded an empty window. I also added the file path for ui file and still it displayed an empty window so I'm assuming the coding needs to be different for PySide6. If anyone got this working in PySide6, please let me know what the coding needs to look like.

emadleiman
Автор

I cant understand where did you get the files from the folder in 00:48

johntan
Автор

is it possible to make it responsive to all mobile sizes?

greenergrass
Автор

Hi, how do you get pyqt methods suggestions in the editor? Is this some sort of plugin?

MichalMonday
Автор

Hello dear, You used PyQt5-tools instead of PyQt6-tools. Is there difference?

htjufnf
Автор

You've left out the incredibly important step of how you magically autofilled the python code in your text editor. How did that happen?

MattVanecek