Thanks Paul!


Rodrigo

Em 26-01-2011 23:25, Paul Du Bois escreveu:

widget.model() will emit rowsInserted/Moved/Removed signals.  You could
try connecting
to those.  See QAbstractItemModel for details.

You may also need to connect to modelReset because not all modifications
to the data may be expressed
in terms of row additions/removals.

If any operations (say a drag/drop) happen to be implemented internally
as a remove followed by an insert
you may find yourself getting a lot of uninteresting signals.

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

Reply via email to