I'm having some problems adding a dropdown menu to my dynamically generated QListWidgetItem.
I subclass QListWidgetItem to my custom entry and generate my content in the subclass and finally add it to the QListWidget.
Now i want to add a dropdown menu to every QListWidgetItem to delete the entry or modify it!
I did some other gui programming (swing,gtk+) but it seems to be different to in qt?
Can somebody help me?
Bookmarks