Install Qt Designer PyQt Python

Published: 26 July 2024
on channel: Hakim EL MASSARI
8,084
93

https://www.qt.io/download-open-source
Code :
---------------------------------------
from PyQt6 import QtWidgets, uic

app = QtWidgets.QApplication([])

window = uic.loadUi("mygui.ui")


def calc():
a = window.lineEdit_a.text()
b = window.lineEdit_b.text()
s = int(a) + int(b)
window.label.setText(str(s))


window.pushButton.clicked.connect(calc)

if _name_ == '__main__':
window.show()
app.exec()

---------------------------------------
الفيديوهات المشار اليها في الفيديو :
---------------------------------------

*************************************
*************************************
Instagram :   / elmassarihakim  
Facebook page :   / elmassarihakim  
Find me on : https://linktr.ee/elmassarihakim
*************************************
*************************************
For business inquiries contact me :
E-mail: elmassari.business@gmail.com


On this page of the site you can watch the video online Install Qt Designer PyQt Python with a duration of hours minute second in good quality, which was uploaded by the user Hakim EL MASSARI 26 July 2024, share the link with friends and acquaintances, this video has already been watched 8,084 times on youtube and it was liked by 93 viewers. Enjoy your viewing!