Don't enter edit mode in the treeview.

This commit is contained in:
dfighter1985 2014-08-10 15:25:59 +02:00
parent e4abdd69ad
commit 95c0bf3923

View file

@ -73,6 +73,9 @@
<height>0</height>
</size>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>