Re: Problem with events changing behavior of QListWidget
Originally Posted by riklaunim
and? I can set setReadOnly(False) but it doesn't change anything with dropMimeData.
A read-only QDirModel won't accept drops at all. You can check the [WIKI]Extended Dir View example[/WIKI] in our wiki. It uses QDirModel with drag'n'drop.
Bookmarks