mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 00:25:16 -04:00
* 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:
parent
cfe72859bf
commit
26109d88c4
4 changed files with 24 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue