mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 15:50:38 -04:00
removed not needed info buttons for the infodialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5313 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dece8cc8b6
commit
b52fc7708f
6 changed files with 7 additions and 52 deletions
|
@ -24,7 +24,6 @@
|
|||
#include <retroshare/rsinit.h>
|
||||
#include <retroshare/rspeers.h>
|
||||
#include "GenCertDialog.h"
|
||||
#include "InfoDialog.h"
|
||||
#include <QAbstractEventDispatcher>
|
||||
#include <QFileDialog>
|
||||
#include <QMessageBox>
|
||||
|
@ -48,7 +47,6 @@ GenCertDialog::GenCertDialog(QWidget *parent, Qt::WFlags flags)
|
|||
connect(ui.genButton, SIGNAL(clicked()), this, SLOT(genPerson()));
|
||||
connect(ui.importIdentity_PB, SIGNAL(clicked()), this, SLOT(importIdentity()));
|
||||
connect(ui.exportIdentity_PB, SIGNAL(clicked()), this, SLOT(exportIdentity()));
|
||||
connect(ui.infopushButton,SIGNAL(clicked()), this, SLOT(infodlg()));
|
||||
//connect(ui.selectButton, SIGNAL(clicked()), this, SLOT(selectFriend()));
|
||||
//connect(ui.friendBox, SIGNAL(stateChanged(int)), this, SLOT(checkChanged(int)));
|
||||
|
||||
|
@ -238,7 +236,6 @@ void GenCertDialog::genPerson()
|
|||
ui.genPGPuser->hide();
|
||||
ui.location_label->hide();
|
||||
ui.location_input->hide();
|
||||
ui.infopushButton->hide();
|
||||
ui.genButton->hide();
|
||||
ui.label_location2->hide();
|
||||
// QMessageBox::StandardButton info = QMessageBox::information(this,
|
||||
|
@ -362,8 +359,3 @@ void GenCertDialog::loadCertificates()
|
|||
}
|
||||
}
|
||||
|
||||
void GenCertDialog::infodlg()
|
||||
{
|
||||
InfoDialog infodialog (this);
|
||||
infodialog.exec ();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue