-
QListView
Hello anyone,
I'am using QT-4.1 on Fedora Core 4
In the QT 3 series there was in QListView to add a column called addColumn.
In QT-4.1 only in QTreeWidget and QTable is possible to insert columns.
I'have tried through QAbstratItemModel and model with no succes.
I'have tried to subclass a QAbstractItemModel.
Is there some documentation for QListView to add columns in QT-4-1.
-
Re: QListView
QListView is single column in Qt4 (it's equal to QListBox from Qt3). An equivalent of Q3ListView is QTreeView.