This is my first entry here so apologies for any newbie mistakes. I\'ve searched both here and Google with no luck before posting.
I want to be able to add images to
For me this worked fine (tested on PySide2 & PyQt5). This is not a drop signal, but a signal when the rows of a QListWidget have been moved. In my case this is always happening after dropping.
self.window.my_list_widget.model().rowsMoved.connect(self.my_method)