finished new profile creation window

This commit is contained in:
csoler 2017-02-01 23:08:57 +01:00
parent 2a36d6bad0
commit 89a27aef8a
3 changed files with 133 additions and 151 deletions

View file

@ -39,13 +39,14 @@ public:
QString getGXSNickname() {return mGXSNickname;}
private slots:
void genPerson();
void importIdentity();
bool importIdentity();
void exportIdentity();
void setupState();
void switchReuseExistingNode();
void grabMouse();
private:
void init();
void initKeyList();
/** Qt Designer generated object */
Ui::GenCertDialog ui;