Skip to content

Commit

Permalink
make table view non-editable (#10376)
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennesky committed May 29, 2014
1 parent 0ae53ae commit 3e10000
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/qgsidentifyresultsbase.ui
Expand Up @@ -66,6 +66,12 @@
</property>
<item>
<widget class="QTableWidget" name="tblResults">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="sortingEnabled">
<bool>false</bool>
</property>
<column>
<property name="text">
<string>Layer</string>
Expand Down

0 comments on commit 3e10000

Please sign in to comment.