Still learning the fundamental concepts...
I want to layout items that come from a database in a grid. Each item will have a custom view with a preview picture, attributes and controls. The grid can change size, i.e. 3, 4, 5 columns (large-small previews).
Is this best done by adding (looping through the table) custom widgets to a grid, or by using icon list view with a "delegate"?
Thanks!