Disable focus on QTableWidgets. No more annoying highlighted cell.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user