Quote:
Originally Posted by kovidgoyal
No idea, I've never used user types with QtableWidgetItems. IIRC its needed to disable some builtin functionality, so that the custom types are treated specially by Qt.
|
Well, if you've never needed them I'm not sure why I'd need them either.
Unless someone comes up with a good reason not to I think, from now on, I'll just go with the simple option, i.e
Code:
QTableWidgetItem.__init__(self, text)