I think you want to use QTableView instead of QColumnView.
What is that you want to do with QColumnView? It is normaly required for tree models not for table model.
I think you want to use QTableView instead of QColumnView.
What is that you want to do with QColumnView? It is normaly required for tree models not for table model.
When you know how to do it then you may do it wrong.
When you don't know how to do it then it is not that you may do it wrong but you may not do it right.
npascual (27th June 2013)
I want to use QColumnView to show four nested lists of elements. I thought to use QSqlTableModel because I read this elements from a SQL table.
Bookmarks