PDA

View Full Version : QSqlTableModel custom view



remy_david
20th April 2011, 09:15
Hello,

I have an existing sqltablemodel that I want to display on 3 columns, like this :

item1 item2 item3
item4 item5 item6
....

What should I use ? proxymodel + qtableview, or a customview, or other ?
I don't need editing, nor resizing.

Thank you :)