I am trying to use QColumnView in PyQt 4.3. When I try to run pyuic4
on a .ui file with a QColumnView in it I get the following error:

Unknown Qt widget: QColumnView

It seems to be failing in QObjectCreator.createQObject() because it
ends up calling strict_getattr and QColumnView is not derived from
LiteralProxyClass.

Has anyone else seen this? Any ideas on how to fix the problem?

Thanks,
Aron
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to