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> <height>0</height>
</size> </size>
</property> </property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="alternatingRowColors"> <property name="alternatingRowColors">
<bool>true</bool> <bool>true</bool>
</property> </property>