Attempt to improved consistency of HomePage

This commit is contained in:
csoler 2020-10-18 21:20:22 +02:00
parent 6cd1bdd8e8
commit 9d4042c401
3 changed files with 265 additions and 274 deletions

View file

@ -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;
};