-users] Problem with usage of QmitkDataStorageTableModel
Hi Stefan,
Thank you very much! I was not familiar with the view/model concept. However,
when creating the table, it seems that the header data of the table cannot be
easily edited.. is there a way to show the node properties we want in the
Hi Albert,
you want to add a QTreeView and set its model to the QmitkDataStorageTableModel
instead. See [1] for an example, which also uses an additional proxy model for
filtering/sorting purposes. Also see [2] and [3] for more information on the
model/view concept of Qt.
Best,
Stefan
[1]
ht