qt drop event get widget
Posted
by eyecreate
on Stack Overflow
See other posts from Stack Overflow
or by eyecreate
Published on 2010-04-30T01:10:16Z
Indexed on
2010/04/30
1:17 UTC
Read the original article
Hit count: 405
I'm trying to, inside a dropevent method, find out which widget was just dropped. I tried looking at the docs, but they only have commands for images and text. How do I access both the item just dropped and which widget it was dropped on?(this is drag and drop inside of a QTreeWidget)
© Stack Overflow or respective owner