I'm a beginner with QT/PyQt4, and I'm trying to make a QListView
display custom objects.
It should :
- Have custom row widgets that display more than one line of text, possibly images
- Trigger a modal dialog instead of the inline edit field whenever I double-click on an item
A QItemDelegate
seems like the right choice, but I can't figure out how to use it properly for either #1 or #2. Any ideas?