mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
enabled sorting for the second TreeWidget in NetworkDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3737 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6265f3d48b
commit
a1f9d2a607
@ -486,6 +486,9 @@ subcontrol-position: bottom right;
|
|||||||
<property name="contextMenuPolicy">
|
<property name="contextMenuPolicy">
|
||||||
<enum>Qt::CustomContextMenu</enum>
|
<enum>Qt::CustomContextMenu</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sortingEnabled">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
<attribute name="headerCascadingSectionResizes">
|
<attribute name="headerCascadingSectionResizes">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
Loading…
Reference in New Issue
Block a user