[PyQt] QColumnView

Aron Bierbaum aronbierbaum at gmail.com
Fri Aug 3 17:21:08 BST 2007


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


More information about the PyQt mailing list