Redesigned GenCertDialog for the usage in Profile Manager.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5738 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-10-29 11:02:03 +00:00
parent a7c29c0f24
commit e99b30d015
6 changed files with 173 additions and 197 deletions

View file

@ -35,12 +35,9 @@ class GenCertDialog : public QDialog
public:
/** Default constructor */
GenCertDialog(QWidget *parent = 0, Qt::WFlags flags = 0);
GenCertDialog(bool onlyGenerateIdentity, QWidget *parent = 0, Qt::WFlags flags = 0);
/** Default destructor */
void hideButtons();
private slots:
void genPerson();
//void loadPerson();
@ -65,6 +62,7 @@ private:
Ui::GenCertDialog ui;
bool genNewGPGKey;
bool mOnlyGenerateIdentity;
};
#endif