add a check button to hide unconnected friends

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2088 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-01-19 21:43:40 +00:00
parent 2f13d31725
commit f8d2fb5de3
2 changed files with 17 additions and 2 deletions

View file

@ -544,7 +544,7 @@ p, li { white-space: pre-wrap; }
</item>
</layout>
</item>
<item row="0" column="1">
<item row="0" column="2">
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
@ -557,7 +557,7 @@ p, li { white-space: pre-wrap; }
</property>
</spacer>
</item>
<item row="0" column="2">
<item row="0" column="3">
<widget class="QPushButton" name="menupushButton">
<property name="toolTip">
<string>Add</string>
@ -598,6 +598,13 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="hide_unconnected">
<property name="text">
<string>hide unconnected</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>