Added Export Cert to Contect menu

renamed View Button to Menu
Added Add Friend and Export Cert to Menu Button

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1384 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-07-16 14:36:03 +00:00
parent 063c4bb44f
commit a112c2d02a
5 changed files with 109 additions and 14 deletions

View file

@ -106,7 +106,7 @@ SearchDialog::SearchDialog(QWidget *parent)
ui.AdvancedSearchPanel->hide();
}*/
connect(ui.toggleAdvancedSearchBtn, SIGNAL(toggled(bool)), this, SLOT(toggleAdvancedSearchDialog(bool)));
connect(ui.toggleAdvancedSearchBtn, SIGNAL(clicked()), this, SLOT(showAdvSearchDialog()));
//connect(ui.focusAdvSearchDialogBtn, SIGNAL(clicked()), this, SLOT(showAdvSearchDialog()));
/* End Advanced Search Panel specifics */