Home View changes for Retroshare ID

Added Label for Retroshare ID (short invites)
Show Optional the certificate with the Cert Button
This commit is contained in:
defnax 2019-09-27 20:21:40 +02:00
parent b50322cb3e
commit 892acd8ef8
7 changed files with 302 additions and 206 deletions

View file

@ -49,8 +49,10 @@ public:
private slots:
void certContextMenu(QPoint);
void updateOwnCert();
void updateOwnId();
void runEmailClient();
void copyCert();
void copyId();
void saveCert();
void addFriend();
void webMail();
@ -59,6 +61,7 @@ private slots:
void recommendFriends();
void toggleIncludeAllIPs();
void toggleUseShortFormat();
void doExpand();
private:
Ui::HomePage *ui;