added Peer ID to Peer Info dialog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@643 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-07-10 12:34:30 +00:00
parent 6b88d80b5e
commit afeb93d0f3
2 changed files with 17 additions and 2 deletions

View File

@ -86,6 +86,7 @@ void ConfCertDialog::loadDialog()
ui.name->setText(QString::fromStdString(detail.name));
ui.orgloc->setText(QString::fromStdString(detail.org));
ui.country->setText(QString::fromStdString(detail.location));
ui.peerid->setText(QString::fromStdString(detail.id));
/* set local address */
ui.localAddress->setText(QString::fromStdString(detail.localAddr));

View File

@ -5,8 +5,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>510</width>
<height>445</height>
<width>516</width>
<height>472</height>
</rect>
</property>
<property name="sizePolicy" >
@ -575,6 +575,20 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="3" column="0" >
<widget class="QLabel" name="label_6" >
<property name="text" >
<string>Peer ID</string>
</property>
</widget>
</item>
<item row="3" column="1" >
<widget class="QLineEdit" name="peerid" >
<property name="readOnly" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>