I’m trying to design and create my python application with Qt Designer (using PyQt5)
.
My Application happens to have lots of buttons and “sub windows” (frames basically) which is quite frustrating to design all at once.
I am wondering if there’s a way to design a Frame or a Widget separately and then kind of “Import” it to the main application window?
I couldn’t find any and would love to hear if someone knows a way.