I have a QTreeView wich is alread connected to a Model (QStandardItemModel), so the Tree is filled and I can display it.
When I double click on the items, the item edit mode is opened, where I am able to modify the fields content.
I do not want to do that!
- I would like to have my fields fixed and not editable.
- Further on, a complete row should be selected, when clicking in that Tree.
I appreciate any help, Sincerly