mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 13:19:07 -04:00
Attempt to improved consistency of HomePage
This commit is contained in:
parent
6cd1bdd8e8
commit
9d4042c401
3 changed files with 265 additions and 274 deletions
|
@ -49,7 +49,8 @@ public:
|
|||
private slots:
|
||||
void certContextMenu(QPoint);
|
||||
void updateOwnCert();
|
||||
void updateOwnId();
|
||||
void updateCertificate();
|
||||
void updateOwnId();
|
||||
void runEmailClient();
|
||||
void copyCert();
|
||||
void copyId();
|
||||
|
@ -58,16 +59,17 @@ private slots:
|
|||
void webMail();
|
||||
//void loadCert();
|
||||
void openWebHelp() ;
|
||||
void recommendFriends();
|
||||
void toggleUseOldFormat() ;
|
||||
void recommendFriends();
|
||||
void toggleIncludeAllIPs();
|
||||
void toggleUseShortFormat();
|
||||
void doExpand();
|
||||
|
||||
private:
|
||||
Ui::HomePage *ui;
|
||||
|
||||
bool mIncludeAllIPs;
|
||||
bool mUseShortFormat;
|
||||
bool mUseBackwardCompatibleCert;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue