Python GUI Development Using PyQt5

preview_player
Показать описание
In this video we learn how to develop graphical user interfaces in Python, by using PyQt5.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Timestamps:
(0:00) Intro
(0:55) Coding The GUI
(10:10) QtDesigner
(21:36) Outro
Рекомендации по теме
Комментарии
Автор

Creating UI using Qt designer is so simple, it blew my mind!
Wish I knew it before. Nice video!

akshatdodhiya
Автор

For those who are having problems with the GUI closing by itself, you should check your code because instead of raising an exception the GUI will just terminates itself whenever there is an error

lpqocqeeinem
Автор

I avoided implementing GUI in my python projects as much as possible because how horrible it is to work with tkinter.
After watching this, it blew my mind how easy it is to create an awesome GUI using PyQt5. I will probably end up adding GUI to my client projects more than I should from now on.

royz_
Автор

thank you neuralnine you have explained to me in one video how to use perfectly pyqt instead other youtubers whose confused me in ten videos.

Dzcorex
Автор

INDEED, I LOVE EVERYTHING IN THIS CHANNEL, THAT'S WHY I NEVER MISS.
THANKS SO MUCH.

rabiumuhammedeffect
Автор

Love your speed. You can put so much stuff into 20 minutes. Thank you

LordDestrojer
Автор

Could you make a video on how to use PyQt5/Designer in order to make a scientific GUI? ie a GUI in which you can upload data, graph data etc.? This would be super useful! I cannot find any resources on this specific application of GUIS in Python online.

giuseppeciccone
Автор

I needed this. (Hot tip: Never use the word "what" unless you are asking a question. You can train yourself and never say "what I'm gonna do is I'm gonna" and its relatives again.)

charlesspringer
Автор

how do you know exactly what I need????

mimurajam
Автор

OMG. I didn't know you wrote the Python Bible. I just got it yesterday on Amazon.

BobbyTomMathew
Автор

Why might it be that on my PyCharm I get unresolved attribute reference warnings for the buttons and textboxes within the class definition? It bothers me quite a bit.

clh
Автор

thnx for this video, it was so helpful for my school project

yasir
Автор

Amazing and easy to follow video!
I love it!

MMKurdia
Автор

finally a non qt-designer tutorial why did it take me so long to find this lol

Blindmin
Автор

Thanks for your video! It's really useful

nguyentai
Автор

Is it possible to use qtdesigner for GUI and implement text to speech stuffs inside it using preset buttons?

sebastiangonzales
Автор

hi there, any idea why after 2 or 3 Designer sessions, the Designer's own [ File Edit View Tools.... ] menu bar stopped working? i uninstalled, re-installed rebooted.

mcasualjacques
Автор

Thank you very much for the great video :)

lan
Автор

Thank you so much. the design part remind me the visual basic which we had in school time. also the question that I have is that can we use this framework and Qt design to build a mobile Apps ?. thank you.

kamisema
Автор

what about threading ?
im trying to connect to eCAT devices using PYSOEM and its hard to understand how to work properly with signals and QThreads.

DeezyDwarf