Fluffy
Fluffy copied to clipboard
Drag and drop support
Hello, Is it possible to add drag and drop support (searching a way to not use tkinter :D) ?
Yes very possible. I may include it in the next major release after the localisations have been merged.
Was messing around a bit with this today, looks like Tk support for drag and drop isn't great. (https://github.com/python/cpython/blob/master/Lib/tkinter/dnd.py)
fcd32a8cdfc5aa67153dbb22493a6d6c199b35d2
Some random resources I was looking at: https://stackoverflow.com/questions/4151637/pyqt4-drag-and-drop-files-into-qlistwidget https://www.reddit.com/r/learnpython/comments/97z5dq/pyqt5_drag_and_drop_file_option/ http://zetcode.com/gui/pyqt5/dragdrop/
I have tried many different types of Drag N Drop all seemed to be completely terrible by design. Hopeful but not optimistic lol.