> On Tue, Aug 3, 2010 at 2:27 PM, Dan Halbert <[email protected]> wrote:
[...]
> The best solution would be if PyQt could be extended with a new
> installEventFilter method which also takes an optional list with event
> classes you are only interested in.

I strongly agree. I would be very helpful to have such python-specific 
"extensions" to Qt (thus not sticking to Qt bare API, which is something is 
already done with new style signal, IMO).

This "extension" being IMHO one of the most necessary. An other one would be 
to have the possibility to "filter" the QAbstractItemModel.data method, since 
the general case is to only be interested in implementing it for 
Qt.DisplayRole.

Regards,
David

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to