Python Calculator App Using Qt Designer || GUI based calculator

preview_player
Показать описание
Hello dosto:
is video me hamne bt ki hai ki GUI based calculator banana QT designer or python ki help se

umid karte hai video apko pasnd ayegi...

Source code ui and py file-
Рекомендации по теме
Комментарии
Автор

the best ever love you so much man helped with my project

souna
Автор

You can just bind all (0-9) buttons with same function then. find sender button's text and append it. I know in C++, but should be similar in python.
In C++
void NumberButtonClicked()
{
QPushButton *btn =
label->setText(label->text() + btn->text());
}

It is not complete, but just to show to sender().

keshav
Автор

Instead of typing so many of those functions, you can create ONE function to capture and display all buttons.

def one_function(self, button) :
text = self.label.text()


Thats it... You then pass the character to the function using a lambda expression
self.one_function("1"))

You're welcome

nivektseb
Автор

After convert, double click .py shows cmd prompt and voila. Nothing happened. What?

vandungbui
Автор

Bhai internshala wale python project me explanation ki bhi ek video bna de

gyaniguru
Автор

Sir how to convert * to x and / to divide symbol
Pls give me rply

thokalasaidivya
Автор

Bro when i click the py file it just opens the cmd and closes pls help

kevinjc
Автор

bhai mere me Ui main window not defined error araha h, plz help

tejaspoojary
Автор

bhai yr jb bhi m butoon me click kr rha hun to button ka text to label pe show ho rha hh pr
jase hi m koi ur button pe click kr rha hun to vo button bhi label pe aa rha hh pr picha button remove ho jaa rha hh label se
bhai solution batao

AbhishekSharma-uyzv
Автор

Hello sir
Please give me the source code of this python calculator . I shall make a minor project.so plz give me the source code .

deepakbisht