Force contiguous selection in ExtendedTableWidget

This commit is contained in:
Vladislav Tronko
2016-08-12 08:04:41 +03:00
parent d12fd1bf13
commit e607b8836a
2 changed files with 3 additions and 22 deletions

View File

@@ -198,6 +198,9 @@
<property name="defaultDropAction">
<enum>Qt::CopyAction</enum>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ContiguousSelection</enum>
</property>
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
<bool>true</bool>
</attribute>