Don't enter edit mode in the treeview.

--HG--
branch : gsoc2014-dfighter
This commit is contained in:
dfighter1985 2014-08-10 15:25:59 +02:00
parent 0f7e1c022a
commit 9315b7229e

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>