Revert "Disable inline editing with 'SelectedClicked'. Still available using F2. Fixes 3251 (once again)."

This reverts commit 4a1d3e2de6.
This commit is contained in:
Arnaud Bienner 2013-11-30 18:10:20 +01:00
parent 42d9a86ff0
commit 2a0f1266ce
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
<bool>true</bool>
</property>
<property name="editTriggers">
<set>QAbstractItemView::EditKeyPressed</set>
<set>QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
</property>
<property name="dragEnabled">
<bool>true</bool>