added fingerprint to cryptopage

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6813 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-10-07 21:01:05 +00:00
parent e4e28c733c
commit 9b8d597c0d
2 changed files with 22 additions and 1 deletions

View File

@ -76,6 +76,7 @@ void CryptoPage::showEvent ( QShowEvent * /*event*/ )
ui.peerid->setText(QString::fromStdString(detail.id)); ui.peerid->setText(QString::fromStdString(detail.id));
ui.pgpid->setText(QString::fromStdString(detail.gpg_id)); ui.pgpid->setText(QString::fromStdString(detail.gpg_id));
ui.pgpfingerprint->setText(QString::fromStdString(detail.fpr));
/* set retroshare version */ /* set retroshare version */
std::map<std::string, std::string>::iterator vit; std::map<std::string, std::string>::iterator vit;

View File

@ -233,7 +233,7 @@
</size> </size>
</property> </property>
<property name="text"> <property name="text">
<string>Identity ID:</string> <string>Identity ID</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -256,6 +256,26 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="1">
<widget class="QLabel" name="pgpfingerprint">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>PGP fingerprint:</string>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>