Python UI application with Qt designer #2 (Converter)

preview_player
Показать описание
In this video you will learn how to create basic Python UI application with working buttons and Line Edits.

Tags:
Python
Python tutorial
Python for beginners
Python UI application
Python with PyQt5
Python application designer
PyQt5
Qt designer
Qt designer installation
Programming
User interface application
How to Python
Python for beginners
Converter
€ to USD

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

This is great. Covering everything needed to design, code and join the files. Hard to find a good tutorial like this. Thanks.

TheArchaeus
Автор

I agree with the person below. I cannot find any video as good as yours. You are legend! Please keep these videos coming. You are doing a really good job.

officesuperhero
Автор

Good job. This is what I was searching for last one week but got some bullshit. They were just coding all the gui manually but I knew that I can use Qt Designer for the qui. At last I found you. Keep up your good work.

minulhossain
Автор

this is the best and clear explanation so far, really thx!

littlefu
Автор

It's amazing. You have demonstrated the much needed simple demo with perfect explanation. I wonder it's possible without things like "pyuic" or any other heavy utility.

shm
Автор

Thanks for this great Tutorial
it's really easy to understand

hugoelec
Автор

Thank you, but I have some problem when clicked button, the result not written in lineEdit_2

Dhamyaa
Автор

thanks,
but it gives an error when the user doesn't input anything then press the push button, how can I deal with that scenario ?

update:
:D nice, I used except ValueError (which is the name of this error) to handle the error

def convert():
try:
answerA = float(dlg.usdText.text()) * 18

except ValueError:
print("ValueError: please enter only one number to convert !")

omaryahia
Автор

Why you leave this series on only 10 videos???

Ahmad_bwp
Автор

when I press the button my Gui just crashes with no errors

davidmawoko
Автор

Well done all these crazy complex long winded sometimes incorrect tutorials just did nothing helpful. You should get a medal or something

o.t