Hello,
I need to know how to change the value or text displayed in a QLabel after a PushButton is pressed.
I have 2 buttons on my program. One PushButton is to trigger some math calculations. I want to display the result of the calculation after it is completed in a QLabel, but to display it only when I press the other PushButton. Then, if I do the math again, display the new result by pressing the other button and so on.
¿Can I use a PushButton clicked() signal to change a QLabel value?
Thank you very much!!!!
Bookmarks