added a "Trusts me" text field to the peer details dialog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@940 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-01-23 14:45:15 +00:00
parent 643379aec7
commit dad779cda4
2 changed files with 54 additions and 62 deletions

View file

@ -115,6 +115,11 @@ void ConfCertDialog::loadDialog()
ui.trustLvl->setText(QString::fromStdString(RsPeerTrustString(detail.trustLvl)));
if(rsPeers->isOnline(detail.id) || rsPeers->isTrustingMe(detail.id))
ui._isTrustingMeTF->setText("Yes");
else
ui._isTrustingMeTF->setText("No");
if (detail.ownsign)
{
ui.signBox -> setCheckState(Qt::Checked);