Fixed FocusPolicy for List and Tree Widget

This commit is contained in:
Marco Dalla Tiezza
2019-03-31 00:53:53 +01:00
parent f23f45bbb5
commit 03839ed0f5

View File

@@ -1771,6 +1771,9 @@ p, li { white-space: pre-wrap; }
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QTabWidget" name="all_filter_tabs">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
@@ -3538,6 +3541,9 @@ Inactive</string>
<bold>true</bold>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
@@ -3816,6 +3822,9 @@ Inactive</string>
<pointsize>12</pointsize>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::MultiSelection</enum>
</property>