Hi,
I have a QListView, which is linked to a QStandardItemModel. I'd like to be able to drop files on that QListView. The problem is, the supportedDropActions method is not supported by this object. This is quite strange, since it inherits QAbstractItemModel which provides this function. Is there a way to do drag & drop with QStandardItemModel ?
Thanks in advance