mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 22:40:36 -04:00
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:
parent
643379aec7
commit
dad779cda4
2 changed files with 54 additions and 62 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue