QwidgetFactory in Qt5 et python3
Locked
Unsolved
Qt for Python
-
hi i am currently working on a project which i am supposed to port its scripts which are written in python2 and Qt3 to python3 and Qt5, and here i have come to the last point i need it from QwidgetFactory class to launch my GUI , but I can't find this class in Qt5 until now,
in python2 it was called like this "from qtui import QWidgetFactory" but in python3 and qt5 I can't find "qtui" so I hope someone else can help me in this step -
@Ay-CH See https://het.as.utexas.edu/HET/Software/html/porting4.html
"QWidgetFactoryThe QWidgetFactory class has been replaced by QFormBuilder in Qt 4."