mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-23 00:01:21 -04:00
- 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:
parent
852d82e287
commit
17723df2c8
2 changed files with 11 additions and 3 deletions
|
@ -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" >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue