For my QTreeWidget I'm still confused as to what to put in dropEvent()<br>
<br>
Again, I only have event.accept() so far, and I can't figure out what
else I need to make sure the row I'm dragged get's put into the row it
supposed to, just as if I had never written the custom event in the
first place.<br>
<br>
<br>
<br>
<br>
def dropEvent(self, event):<br>
print 'Drop pos: ', event.pos()<br>
event.accept()