Quote Originally Posted by riklaunim View Post
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.