|
|
@ -125,7 +125,10 @@ p, li { white-space: pre-wrap; } |
|
|
|
<enum>Qt::CustomContextMenu</enum> |
|
|
|
<enum>Qt::CustomContextMenu</enum> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="selectionMode"> |
|
|
|
<property name="selectionMode"> |
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum> |
|
|
|
<enum>QAbstractItemView::SingleSelection</enum> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="selectionBehavior"> |
|
|
|
|
|
|
|
<enum>QAbstractItemView::SelectItems</enum> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="rootIsDecorated"> |
|
|
|
<property name="rootIsDecorated"> |
|
|
|
<bool>false</bool> |
|
|
|
<bool>false</bool> |
|
|
@ -136,6 +139,15 @@ p, li { white-space: pre-wrap; } |
|
|
|
<property name="allColumnsShowFocus"> |
|
|
|
<property name="allColumnsShowFocus"> |
|
|
|
<bool>true</bool> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="expandsOnDoubleClick"> |
|
|
|
|
|
|
|
<bool>false</bool> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<attribute name="headerVisible"> |
|
|
|
|
|
|
|
<bool>false</bool> |
|
|
|
|
|
|
|
</attribute> |
|
|
|
|
|
|
|
<attribute name="headerStretchLastSection"> |
|
|
|
|
|
|
|
<bool>true</bool> |
|
|
|
|
|
|
|
</attribute> |
|
|
|
<attribute name="headerVisible"> |
|
|
|
<attribute name="headerVisible"> |
|
|
|
<bool>false</bool> |
|
|
|
<bool>false</bool> |
|
|
|
</attribute> |
|
|
|
</attribute> |
|
|
|