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

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

Jie Jenn

3 года назад

76,402 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Jie Jenn
Jie Jenn - 30.08.2021 11:41

If you don't see designer.exe in the scripts folder, check the bin folder (\Lib\site-packages\qt5_applications\Qt\bin) see if the binary is there.

Ответить
Mostafa MASLOUHI
Mostafa MASLOUHI - 21.07.2022 14:49

Excellent tutorial ! Quick and concise.

Ответить
sloap
sloap - 19.10.2021 14:15

WHERE DO I DOWNLOAD IT !!!!!!!!!!

Ответить
Hoa Nguyen
Hoa Nguyen - 21.06.2021 11:32

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: C:\Users\"YourComputerName"\PycharmProjects\"ProjectName"\venv\Lib\site-packages\QtDesigner > designer.exe is here

Ответить
Richard Reif
Richard Reif - 22.05.2021 17:40

Is it somehow possible to download the sourcecode?

Ответить
Wily Kary
Wily Kary - 04.05.2021 13:07

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

Ответить
SHONNER
SHONNER - 27.04.2021 05:38

Is there a pyqt6-tools yet?

Ответить
Reed Colloton
Reed Colloton - 02.02.2021 00:20

thank you!

Ответить
Alexandar Jelenic
Alexandar Jelenic - 23.01.2021 06:21

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.

Ответить
chris musson
chris musson - 13.01.2021 18:55

for people in the future, my path to find designer.exe was <my_venv>\Lib\site-packages\qt5_applications\Qt\bin

Ответить
Nilesh Bhutda
Nilesh Bhutda - 06.01.2021 15:50

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.

Ответить
Ronald Postelmans
Ronald Postelmans - 03.01.2021 00:23

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.

Ответить
Paulus Bruna
Paulus Bruna - 02.01.2021 15:29

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

Ответить
Jonathan Österberg
Jonathan Österberg - 16.12.2020 10:15

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

Ответить
DopEZ Tam
DopEZ Tam - 12.12.2020 13:19

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

Ответить
Islam Mahmoud
Islam Mahmoud - 04.12.2020 17:42

Nicely Done, Keep Gonig!

Ответить
Ben Olsen
Ben Olsen - 03.12.2020 20:37

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

Ответить
4ur3n
4ur3n - 02.12.2020 22:35

wow! I always wanted to check this out.

Ответить
InternetGav Tutorials
InternetGav Tutorials - 02.12.2020 03:46

Awesome tutorial thank you!

Ответить