Moved loadCertificate from main, StartDialog and GenCertDialog to Rshare.

Switched StartDialog from QMainWindow to QDialog.
Updated english translation file.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5752 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-11-01 01:07:36 +00:00
parent aadb408533
commit afa3248429
11 changed files with 551 additions and 694 deletions

View file

@ -24,13 +24,13 @@
#include "ui_StartDialog.h"
class StartDialog : public QMainWindow
class StartDialog : public QDialog
{
Q_OBJECT
public:
/** Default constructor */
StartDialog(QWidget *parent = 0, Qt::WFlags flags = 0);
StartDialog(QWidget *parent = 0);
bool requestedNewCert();
@ -48,9 +48,6 @@ private slots:
void on_labelProfile_linkActivated(QString link);
private:
/** Loads the saved connectidialog settings */
void loadCertificates();
/** Qt Designer generated object */
Ui::StartDialog ui;