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:
joss17 2009-08-02 14:11:54 +00:00
parent 6cb4b8e455
commit 83531eacdc

View File

@ -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()));