removing Qt selection display on the table view

This commit is contained in:
Clément Le Bihan
2020-04-06 02:11:27 +02:00
parent 8eef2dc865
commit 59841cdf0a
+1 -1
View File
@@ -64,7 +64,7 @@
<enum>QAbstractItemView::NoDragDrop</enum>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
<enum>QAbstractItemView::NoSelection</enum>
</property>
<property name="showGrid">
<bool>true</bool>