* Hide the import/export button, and set the new identity CheckBox set checked, when start a new Profile generation from Profile Manager.

* Set PluginItem icon size to 24

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5423 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-08-15 09:34:24 +00:00
parent cfe72859bf
commit 26109d88c4
4 changed files with 24 additions and 6 deletions

View file

@ -38,6 +38,9 @@ public:
GenCertDialog(QWidget *parent = 0, Qt::WFlags flags = 0);
/** Default destructor */
void hideButtons();
private slots:
void genPerson();
//void loadPerson();
@ -45,11 +48,11 @@ private slots:
void importIdentity();
void exportIdentity();
void checkChanged(int i);
void newGPGKeyGenUiSetup();
void newGPGKeyGenUiSetup();
private:
void init() ;
void init() ;
/** Loads the saved connectidialog settings */
// void loadSettings();