Hello,
i don't know if this is a bug or an intended behavior but i am using in my machine Arch Linux pyqt 4.7.4 with sip 4.10.5 and in older versions the behavior was:

combo = QComboBox()
if combo:
        print "exists"
else:
        print "is none"

would print "exists" and now it prints "is none", i suppose it is a bug because the same test with QLabel still print "exists", i have not tested other classes though.

Regards,
Miguel Angel.
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to