Hi,<br>I'm new to PyQt and I have a problem, search de google, PyQt docs, Mr. Summerfield's  book, but<br>was unable to find a way of sort it.<br><br>I have a QListWidget and  a QTableWidget all have the drag and drop enable, I use this example:<br>
<a href="http://zetcode.com/tutorials/pyqt4/dragdrop/">http://zetcode.com/tutorials/pyqt4/dragdrop/</a><br><br>it works fine because the text in the ListWidget goes to the TableWidget and I can further process it,<br>but I need to pick the text immediately after it is drooped in the WidgetList without the need of click in the cell.<br>
<br>Tried:<br><span style="font-family: courier new,monospace;">SIGNAL("itemChanged(QTableWidgetItem*)")</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">SIGNAL("currentItemChanged(QTableWidgetItem *,QTableWidgetItem *)")</span><br>
<br>without result.<br><br>If any one can help I really appreciate.<br><br>Thank you in advance for your cooperation. <br>