Qt Designer automatic .ui generation import problem
Solved
Qt for Python
-
hi guys!
i am using: macOS, Python 3.x, Pyside2, QtDesigner
I found this helpful article how to create .ui files and separate the ui (so I can change every time I want) from signals (other .py file) and the basic code behind my project (another .py file):
from reading - it sounds useful and good to me. but I can't find the necessary imports for it.
anyone has some experience where I could find them?thx!