On Fri, 23 Oct 2009 17:32:30 -0400, Victor Noagbodji wrote: > the example is the one described here: > http://doc.qt.nokia.com/4.5/itemviews-coloreditorfactory.html > > it's not the example itself that i need, but how to use > QItemEditorCreatorBase with pyqt. when i try to create a constructor > for this class, i get the "the underlying c/c++ object is deleted" > error everytime.
It sounds like you aren't calling the base class's __init__() method in one of your subclasses. Can you show us the code? David _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
