You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I add a PyPushButton and a Qlabel in setup_main_window.py file, then i want to change the content of label according to setText() when I click PyPushButton.
In main.py, I do not know how to obtain the instance of PyPushButton I added in setup_main_window.py. How can I received clicked signal from PyPushButton and change the content of label?
The text was updated successfully, but these errors were encountered:
I add a PyPushButton and a Qlabel in setup_main_window.py file, then i want to change the content of label according to setText() when I click PyPushButton.
In main.py, I do not know how to obtain the instance of PyPushButton I added in setup_main_window.py. How can I received clicked signal from PyPushButton and change the content of label?
The text was updated successfully, but these errors were encountered: