|
|
@@ -52,6 +52,9 @@
|
|
|
<property name="gridStyle">
|
|
|
<enum>Qt::DotLine</enum>
|
|
|
</property>
|
|
|
+ <property name="sortingEnabled">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
|
|
<bool>true</bool>
|
|
|
</attribute>
|
|
|
@@ -61,6 +64,9 @@
|
|
|
<attribute name="horizontalHeaderMinimumSectionSize">
|
|
|
<number>30</number>
|
|
|
</attribute>
|
|
|
+ <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
|
|
+ <bool>true</bool>
|
|
|
+ </attribute>
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
<bool>false</bool>
|
|
|
</attribute>
|