mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-24 08:41:26 -04:00
* minor changes required to get the gui working with PGP,
* improved NetworkView to show signatures, and friends. I expect these will be cleaned up later - these were purely functional so i could test pgp. Enable using RS_USE_PGPSSL in rsiface/rsinit.h git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1266 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5f28f76b07
commit
100cf75439
19 changed files with 695 additions and 208 deletions
|
@ -156,6 +156,7 @@ TextPage::TextPage(QWidget *parent)
|
|||
userCertLabel = new QLabel(tr("The text below is your XPGP certificate. "
|
||||
"You have to provide it to your friend "));
|
||||
|
||||
std::cerr << "TextPage() getting Invite" << std::endl;
|
||||
userCertEdit = new QTextEdit;
|
||||
std::string invite = rsPeers->GetRetroshareInvite();
|
||||
|
||||
|
@ -178,6 +179,8 @@ TextPage::TextPage(QWidget *parent)
|
|||
userCertEdit->setReadOnly(true);
|
||||
userCertEdit->setMinimumHeight(200);
|
||||
|
||||
std::cerr << "TextPage() getting Invite: " << invite << std::endl;
|
||||
|
||||
userCertHelpButton = new QPushButton;
|
||||
userCertHelpButton->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
||||
userCertHelpButton->setFixedSize(20,20);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue