On Fri, Mar 19, 2010 at 11:47 AM, Giacomo Lacava <g.lac...@gmail.com> wrote:
> It seems like subclasses of QSortFilterProxyModel will not emit
> inherited signals. Tested with PyQt 4.7 / Qt 4.6.1 on Windows XP.

Same happening on Linux with the same PyQt/Qt combination.

Adding the pyqtSlot decorator doesn't make any difference.
Connecting via signal-object or classic QObject.connect doesn't make
any difference.
Using the native object rather than a subclass also doesn't seem to
make any difference.

Looks like a bug to me...?

Cheers
-- 
Giacomo Lacava
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to