Don't enter edit mode in the treeview.
This commit is contained in:
parent
04095561cb
commit
340684e1d6
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@
|
|||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="alternatingRowColors">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue