Hi,
I have a QListWidget showing a list of remote files, that the user can download. I want the user to be able to drag an item from the list to his desktop for example, in order to download it. I can use the dragEnterEvent function, but the problem is I can't set immediatly the mime data, as I have to download the file first.
Actually, I thought to provide an empty mime data, to get the place where the file was dropped and to download the data to that file, but I don't see a way to do this.
Any idea ?