Hi,
I subclassed QTreeView and QAbstractItemModel. The editing of different datatype is implemted via QItemEditorFactory.
It works, but now I want, that the rows in the QTreeView resizes to the appropriate editor or the appropriate content. When editing row 1, just row1 should be resized...

Does somebody know a solution?