mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
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:
parent
b50322cb3e
commit
892acd8ef8
7 changed files with 302 additions and 206 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue