How to download and design an app using Qt Designer (for PyQt5, PySide, Qt)

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 (PyQt5, PySide2, 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

Check out Kit →

Install Qt Designer via command: pip install pyqt5-tools

Support my channel so I can continue making free contents
----------------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

If you don't see designer.exe in the scripts folder, check the bin folder see if the binary is there.

jiejenn
Автор

Fantastic! Very small and simple but shows how easy it is to use Qt Designer with Python.

benolsen
Автор

DAAAmn, i didn't know you could import a ui file and edit it live. It's gonna save so much time thx!

wilykary
Автор

Excellent tutorial ! Quick and concise.

MostafaMASLOUHI
Автор

In qt designer and creator, there is a slot and signal editor. You can do so much without needing to code it in python. Thanks for loading the Ui file. Most tutorials convert the io to python which is not always necessary to do.

alexandarjelenic
Автор

This is a great video, keep going, a tip for the others, i got an error at first, just because i typed the lineEdit_Entry wrong, some how, so when copying it from qt designer and pasted it, it works like a charm.

RonaldPostelmans
Автор

wow! I always wanted to check this out.

urn
Автор

hey Thanks.
I created a form using Qt designer and linked with another window which is Table. When anyone submit the form its data should be inserted in table.
Plz make video on this using designer.

nileshbhutda
Автор

Can u make a video on how to set up the sdk for qt creator because I have alot of sdk errors

DopEZTam
Автор

Thanks a lot, so far I always saw people using pyuic5 to conver ui file to py, what you showed is easier during prototyping app

PaulusBruna
Автор

Is it somehow possible to download the sourcecode?

richardreif
Автор

i don't understand ? this is how do download it, you started from the website and then files were already on your computer???

nutterhm
Автор

Hey when I follow all your steps I get an error "Cannot find reference 'uic' in '__init__.pyi | __init__.pyi' "

jonathanosterberg
Автор

if you use pycharm, only need install PyQt5 In File > Settings > Project Name ? Python Interpreter > See Add button > Type "PyQt5 Designer" and then click Install.

After that, go to directory that contain desginer.exe file. Example dir: > designer.exe is here

HoaNguyen-dwhm