Hello! Anyone have any experience with implementing a QTreeModel with several columns? It seems possible to override the columnCount(QModelIndex) method to return 2, but I can't seem to find a way to control the text shown in column nr. 2 which I really would like to. It seems to replicate the text in both columns pr. default.
Do I need to implement the QAbstractTableModel to do this, or can I use the QTreeModel in some way? Helge _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
