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?
Additional information` and it would render correctly in the `QListView`? Damn, that's pretty sweet, I'll give it a try and let you know if it worked! – F.X. Aug 30 '13 at 14:14