I plan to use a list view to display mp3 music info. So each row, I'd like to show - the song album cover as a picture (Qlabel) - song title (Qlabel) - one button for user to download the song
How can I do that? Should I 1. subclass QItemDelegate to implement its paint() to paint all my widgets ? or 2. I can create a widget A to hold my widgets, then create that widget A in QItemDelegate's createEditor() ? _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest