Disable focus on QTableWidgets. No more annoying highlighted cell.

This commit is contained in:
Jim Evins
2019-03-22 20:06:57 -04:00
parent 3a425f932a
commit ff15eb1d7e
2 changed files with 11 additions and 1 deletions
+5 -1
View File
@@ -98,7 +98,11 @@
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<widget class="QTableWidget" name="recordsTable"/>
<widget class="QTableWidget" name="recordsTable">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
</widget>
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">