[Qgis-developer] QGIS Custom Widget in Qt Designer

matteo matteo.ghetta at gmail.com
Wed Dec 7 05:50:55 PST 2016


Hi Denis,

I tried to run

FORM_CLASS, _ = qgis.PyQt.uic.loadUiType(os.path.join(
os.path.dirname(__file__), 'prova_dialog_base.ui') )

after removing the qgis_customwidget.py file from /usr directory

but I still have the same error..

should I import some specific module in the plugin in order to have
qgis.PyQt.uic available?

Thanks!

Matteo


More information about the Qgis-developer mailing list