Skip to content

Commit 3e10000

Browse files
committed
make table view non-editable (#10376)
1 parent 0ae53ae commit 3e10000

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ui/qgsidentifyresultsbase.ui

+6
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
</property>
6767
<item>
6868
<widget class="QTableWidget" name="tblResults">
69+
<property name="editTriggers">
70+
<set>QAbstractItemView::NoEditTriggers</set>
71+
</property>
72+
<property name="sortingEnabled">
73+
<bool>false</bool>
74+
</property>
6975
<column>
7076
<property name="text">
7177
<string>Layer</string>

0 commit comments

Comments
 (0)