removed dual window in NetworkDialog. Changed checkbox name to something more accurate.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6509 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-07-16 21:08:09 +00:00
parent d215ca1af9
commit ed9b6e0784
2 changed files with 12 additions and 129 deletions

View file

@ -35,9 +35,9 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="showUnvalidKeys">
<widget class="QCheckBox" name="onlyTrustedKeys">
<property name="text">
<string>Show all accessible keys</string>
<string>Only show people you trusted</string>
</property>
</widget>
</item>
@ -131,56 +131,6 @@
</property>
</column>
</widget>
<widget class="QTreeWidget" name="unvalidGPGKeyWidget">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<attribute name="headerCascadingSectionResizes">
<bool>true</bool>
</attribute>
<attribute name="headerDefaultSectionSize">
<number>200</number>
</attribute>
<attribute name="headerShowSortIndicator" stdset="0">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string/>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
<column>
<property name="text">
<string>Did I authenticated peer</string>
</property>
</column>
<column>
<property name="text">
<string>Did peer authenticated me</string>
</property>
</column>
<column>
<property name="text">
<string>Cert Id</string>
</property>
</column>
<column>
<property name="text">
<string>Last used</string>
</property>
</column>
</widget>
</widget>
</item>
</layout>