working gui version for peers dialog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2013 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-01-13 21:16:18 +00:00
parent 1ae1c9a98b
commit bb45fa3db5
13 changed files with 239 additions and 319 deletions

View file

@ -640,15 +640,33 @@ background: white;}</string>
<height>24</height>
</size>
</property>
<property name="autoExpandDelay">
<number>1</number>
</property>
<property name="indentation">
<number>20</number>
</property>
<property name="itemsExpandable">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<property name="expandsOnDoubleClick">
<bool>false</bool>
</property>
<attribute name="headerDefaultSectionSize">
<number>200</number>
</attribute>
<attribute name="headerDefaultSectionSize">
<number>200</number>
</attribute>
<column>
<property name="text">
<string>#</string>
<string>Person</string>
</property>
</column>
<column>
@ -656,11 +674,6 @@ background: white;}</string>
<string>Status</string>
</property>
</column>
<column>
<property name="text">
<string>Person</string>
</property>
</column>
</widget>
</item>
</layout>
@ -1140,8 +1153,6 @@ background: white;}</string>
</widget>
<resources>
<include location="images.qrc"/>
<include location="images.qrc"/>
<include location="images.qrc"/>
</resources>
<connections/>
</ui>