Dear fellow Qt-Devs,

i am working on a QListView using custom Widgets and a custom delegate. Sadly, i can't figure out how i can react on user input on those widgets.
The ListView is used for dropping files into the list. Inside the list, each file is represented by my custom widget and is supposed to offer stuff like "add notes", "add associated files" etc. As far as i could see is that i shouldn't use a QListView as it is just for viewing. But if i'd use a QListWidget i could not take advantage of Model/View Programming as it doesn't support a custom model. Is there even a way to accomplish this? Or am i just totally thinking into the wrong direction?

I've already read a ton of threads but couldn't find any solution.
Any help here is really appreciated.

Thanks,
René