[PyQt] QColumnView

Phil Thompson phil at riverbankcomputing.co.uk
Fri Aug 3 17:44:33 BST 2007


On Friday 03 August 2007 5:21 pm, Aron Bierbaum wrote:
> 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?

Send me the .ui file.

Phil


More information about the PyQt mailing list