All examples in Qt show that one should use delegate classes to provide editors that reside within QTreeView
(QListView
, etc). I want to have a separate non-modal dialog to edit item's attributes. Should I use delegate classes to do so?
That is, no editing or special behavior is required within QTreeView
.