Hi,

Wondering if anyone has a clue about this. I'm using a sub-classed QAbstractItemModel with all of the required methods reimplemented for drag/drop functionality.

For some reason, if the columnCount method returns a value great than 1 the removeRows method doesn't get called after the dropMimeData. If columnCount method returns 1 then removeRows method is called properly after dropMimeData.

I tried tracking this with the debugger in Eclipse/PyDev but the mechanism(method) that calls removeRows must be internal to PyQt as I don't see it being called.

What am I missing? Any thoughts are greatly appreciated!
-Scott



__________ Information from ESET NOD32 Antivirus, version of virus signature 
database 3994 (20090407) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


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

Reply via email to