- set items in TrustView to not editable

- don't show the own gpgid in FofPage in ConnectFriendWizard

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3238 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-06-30 14:52:41 +00:00
parent 852d82e287
commit 17723df2c8
2 changed files with 11 additions and 3 deletions

View file

@ -14,7 +14,11 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout" >
<item>
<widget class="QTableWidget" name="trustTableTW" />
<widget class="QTableWidget" name="trustTableTW">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout" >