Hey guys,
Im still new to the Qt programming environment, and I was wondering what the best way to implement a sort of view which contains a list of songs.
Each row would look like the following
<picture of album> <name of song> <track length>
<picture of album>.......<artist>...........<genre>
I was considering using a table view with Qlabels as delegates, but I hear that is pretty inefficient, especially If i did not intend to edit items.
Whats the best way to display this sort of view?
Thanks!
Bookmarks