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:
defnax 2010-11-01 13:20:29 +00:00
parent 6265f3d48b
commit a1f9d2a607

View File

@ -486,6 +486,9 @@ subcontrol-position: bottom right;
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="headerCascadingSectionResizes">
<bool>true</bool>
</attribute>