[PyQt] PyQt 4.7 / Qt 4.6.1 QSortFilterProxyModel subclass not emitting signals
Giacomo Lacava
g.lacava at gmail.com
Fri Mar 19 21:27:33 GMT 2010
On Fri, Mar 19, 2010 at 11:47 AM, Giacomo Lacava <g.lacava at 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
More information about the PyQt
mailing list