For my QTreeWidget I&#39;m still confused as to what to put in dropEvent()<br>
<br>
Again, I only have event.accept() so far, and I can&#39;t figure out what
else I need to make sure the row I&#39;m dragged get&#39;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 &#39;Drop pos: &#39;, event.pos()<br>
        event.accept()