mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
add return button shorcut for pgp password field
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1475 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6cb4b8e455
commit
83531eacdc
@ -63,6 +63,7 @@ StartDialog::StartDialog(QWidget *parent, Qt::WFlags flags)
|
|||||||
//connect(ui.genButton, SIGNAL(clicked()), this, SLOT(genPerson()));
|
//connect(ui.genButton, SIGNAL(clicked()), this, SLOT(genPerson()));
|
||||||
connect(ui.loadButton, SIGNAL(clicked()), this, SLOT(loadPerson()));
|
connect(ui.loadButton, SIGNAL(clicked()), this, SLOT(loadPerson()));
|
||||||
connect(ui.loadPasswd, SIGNAL(returnPressed()), this, SLOT(loadPerson()));
|
connect(ui.loadPasswd, SIGNAL(returnPressed()), this, SLOT(loadPerson()));
|
||||||
|
connect(ui.loadGPGPasswd, SIGNAL(returnPressed()), this, SLOT(loadPerson()));
|
||||||
//connect(ui.selectButton, SIGNAL(clicked()), this, SLOT(selectFriend()));
|
//connect(ui.selectButton, SIGNAL(clicked()), this, SLOT(selectFriend()));
|
||||||
//connect(ui.friendBox, SIGNAL(stateChanged(int)), this, SLOT(checkChanged(int)));
|
//connect(ui.friendBox, SIGNAL(stateChanged(int)), this, SLOT(checkChanged(int)));
|
||||||
connect(ui.createaccountButton, SIGNAL(clicked()), this, SLOT(createnewaccount()));
|
connect(ui.createaccountButton, SIGNAL(clicked()), this, SLOT(createnewaccount()));
|
||||||
|
Loading…
Reference in New Issue
Block a user