Hey Guys,

I've noticed when trying to compare certain QtCore classes (QPoint, QRect, QLine) that the == operator has not been implemented.

Just wondering if this is intentional or an omission?

 p = PySide.QtCore.QPoint()
 p == None

Traceback (most recent call last):
File "<stdin>", line 1, in<module>
NotImplementedError: operator not implemented.


p.s. PySide rocks.
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to