QMatrix released
I just finished releasing QMatrix. It’s at qforge. QMatrix is an extension QPaginated control which displays its datasource across multiple rows and columns as a single item per cell. This is slightly different than QDataGrid which displays a single item per row. My motivation for creating this class was a need to display a bunch of images in a table, but I’m sure there are other interesting uses. You can see QMatrix in action here.