Part one/ Using your .ui file as a guide, create a working Python GUI program. Connect the two buttons as follows:Button 1 – Take the text placed into the textbox field and overlay the original label text on Label 1.Button 2 – Enter a math problem (addition only at first) into the textbox and then perform the sum and place the answer into Label 2.Use pyqt501.py (in FilesCode|GUI) to help you. Send me the first part after finishing it without part two to submit and then start doing part two after sending me the first part. The professor need to see part one before starting in part two. Part two/ After finishing part one Amend the program from assignment 3 to add in subtraction, multiplication and division.


0 comments