How to use pyqt gui window in two different python file

Viewed 22

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

0 Answers
Related