I am implementing a bank account list that each item displays the bank logo and some information about the account (number, balance, etc). I need to strictly follow a UI specification made by the project designer. I decided to use QListView because I need to be able to select an item on the list. Do you guys think that I could use a scrollarea and put the items on it as widgets dynamically? (this way I think I would have to handle the select feature by myself)

Thanks for the help again!