aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-30 18:22:29 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-30 18:22:29 +0000
commit76023b9871ef8560b3a791d3c83683e2c4a66407 (patch)
tree09f2faa4fb30155fda44463c4f0685af0950ce70
parentput keygendialog to seperate files (diff)
downloadgpg4usb-76023b9871ef8560b3a791d3c83683e2c4a66407.tar.gz
gpg4usb-76023b9871ef8560b3a791d3c83683e2c4a66407.zip
cleaned up
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@590 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r--keygendialog.h5
-rwxr-xr-xkeymgmt.h30
2 files changed, 0 insertions, 35 deletions
diff --git a/keygendialog.h b/keygendialog.h
index 4e0841f..2c6292a 100644
--- a/keygendialog.h
+++ b/keygendialog.h
@@ -28,14 +28,9 @@
QT_BEGIN_NAMESPACE
class QDateTime;
-class QVBoxLayout;
-class QHBoxLayout;
class QDialogButtonBox;
class QDialog;
-class QGroupBox;
-class QLabel;
class QGridLayout;
-class QPushButton;
QT_END_NAMESPACE
class KeyGenDialog : public QDialog
diff --git a/keymgmt.h b/keymgmt.h
index 3ac312c..37b2428 100755
--- a/keymgmt.h
+++ b/keymgmt.h
@@ -31,17 +31,11 @@
QT_BEGIN_NAMESPACE
class QMainWindow;
-class QWidget;
class iostream;
-class QtGui;
-class QString;
class QFileDialog;
-class QStringList;
class QIcon;
class QAction;
-class QMenu;
class QApplication;
-class QSlider;
QT_END_NAMESPACE
class KeyMgmt : public QMainWindow
@@ -77,7 +71,6 @@ private:
QMenu *fileMenu;
QMenu *keyMenu;
QMenu *importKeyMenu;
- QDialog *genkeyDialog;
QAction *exportKeyToFileAct;
QAction *exportKeyToClipboardAct;
QAction *deleteCheckedKeysAct;
@@ -85,30 +78,7 @@ private:
QAction *generateKeyDialogAct;
QAction *closeAct;
QAction *showKeyDetailsAct;
- KeyGenThread *keyGenThread;
QMessageBox msgbox;
- /**
- * Variables For Key-Generation
- */
- QLabel *nameLabel;
- QLabel *emailLabel;
- QLabel *commentLabel;
- QLabel *keySizeLabel;
- QLabel *passwordLabel;
- QLabel *repeatpwLabel;
- QLabel *errorLabel;
- QLabel *dateLabel;
- QLabel *expireLabel;
- QLabel *pwStrengthLabel;
- QLineEdit *nameEdit;
- QLineEdit *emailEdit;
- QLineEdit *commentEdit;
- QLineEdit *passwordEdit;
- QLineEdit *repeatpwEdit;
- QSpinBox *keySizeSpinBox;
- QDateTimeEdit *dateEdit;
- QCheckBox *expireCheckBox;
- QSlider *pwStrengthSlider;
KeyServerImportDialog *importDialog;
protected: