Tuned the matrix to show sub-networks

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@851 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2008-11-29 17:55:13 +00:00
parent 02583ad232
commit 84e12fd1e7
3 changed files with 67 additions and 18 deletions

View file

@ -18,13 +18,6 @@
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout" >
<item>
<widget class="QCheckBox" name="trustInconsistencyCB" >
<property name="text" >
<string>Show trust inconsistencies</string>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line" >
<property name="orientation" >
@ -32,13 +25,6 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="updatePB" >
<property name="text" >
<string>Update</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label" >
<property name="text" >
@ -56,6 +42,20 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="updatePB" >
<property name="text" >
<string>Update</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="showingLabel" >
<property name="text" >
<string>Showing: whole network</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>