pyqt  

[PyQt] Drag&Drop problem in Windows Systems

Taha Doğan
Mon, 25 Jan 2010 13:41:26 -0800

Hi,

I am working on a project called 'Kontrolcu'. And I have problem with using
QListWidget drag and drop. In Windows systems when I drag a file to the
list, file disapperes and windows deletes that file. No text in QListWidget.
But in KDE and GNOME, drag and drop works perfectly. (Neither XFCE!) So is
there way to solve this problem in coding? or this is a problem of PyQt4.

PS:  You can view QListWidget class in here:
http://code.google.com/p/kontrolcu/source/browse/trunk/qt4/ui.py
in Line -> 26


Thanks

-- 
Taha Doğan Güneş
tdgunes.org
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
  • [PyQt] Drag&Drop problem in Windows Systems Taha Doğan