Hello:<br>&nbsp; I&#39;ve got a pretty simple listviewWidget with 1 column.&nbsp; I&#39;d like to be able to drag items from the listView over to a qlineEdit and paste the text that is in the column.&nbsp; I&#39;ve set up a dropEvent for my QLineEdit and it appears to be triggered, but I don&#39;t know how to get the data from the event.&nbsp; The mime type is returning &quot;application/x-qabstractitemmodeldatalist&quot; but I don&#39;t know how to convert that into something useful.&nbsp; Do I have to set up something on the listViewWidget to set it&#39;s mime type?&nbsp; Thanks!<br>
<br><br>