I have created a pyqt5 window in abcd.py file with required labels and button and text.
Now, I have created efgh.py file in the same directory.
How can we import that window into efgh.py?
Thanks
I have created a pyqt5 window in abcd.py file with required labels and button and text.
Now, I have created efgh.py file in the same directory.
How can we import that window into efgh.py?
Thanks