Taylor Carrasco wrote:
I can't grab which QTreeItemWidget was dragged, and the QTreeItemWidget it
was dragged onto (parented under).

http://doc.trolltech.com/4.5/qtreeview.html#rowsInserted

    def rowsInserted(self, parent, start, end):
        print parent.row(), start, end
        QtGui.QTreeWidget.rowsInserted(self, parent, start, end)

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

Reply via email to