added icon for gpg key checkbox

clean up and removed not needed icons

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2291 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-02-12 12:11:59 +00:00
parent 143bad8ee5
commit 4d1e48e63e
28 changed files with 27 additions and 25 deletions

View file

@ -19,7 +19,6 @@
* Boston, MA 02110-1301, USA.
****************************************************************/
#include <rshare.h>
#include <rsiface/rsinit.h>
#include "GenCertDialog.h"
@ -30,7 +29,6 @@
#include <QMovie>
#include <time.h>
#include <util/WidgetBackgroundImage.h>
/* Define the format used for displaying the date and time */
#define DATETIME_FMT "MMM dd hh:mm:ss"
@ -44,9 +42,6 @@ GenCertDialog::GenCertDialog(QWidget *parent, Qt::WFlags flags)
ui.setupUi(this);
connect(ui.new_gpg_key_checkbox, SIGNAL(clicked()), this, SLOT(newGPGKeyGenUiSetup()));
//WidgetBackgroundImage::setBackgroundImage(ui.loginLabel, ":images/new-account.png", WidgetBackgroundImage::AdjustSize);
connect(ui.genButton, SIGNAL(clicked()), this, SLOT(genPerson()));
connect(ui.infopushButton,SIGNAL(clicked()), this, SLOT(infodlg()));