aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2009-09-19 15:50:33 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2009-09-19 15:50:33 +0000
commita68b9055347759ba71db77559047c44db02e8f46 (patch)
treef96a063617f24ddd3c568e89206cf17ebc24a474 /gpgwin.h
parentnew version number and smaller changes (diff)
downloadgpg4usb-a68b9055347759ba71db77559047c44db02e8f46.tar.gz
gpg4usb-a68b9055347759ba71db77559047c44db02e8f46.zip
cosmetic changes(indention)
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@217 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.h')
-rw-r--r--gpgwin.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/gpgwin.h b/gpgwin.h
index c9adcf3..fe8b314 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -64,7 +64,7 @@ public slots:
void importKeyFromClipboard();
void importKeyDialog();
void deleteSelectedKeys();
- void appendSelectedKeys();
+ void appendSelectedKeys();
void openKeyManagement();
void print();
void about();
@@ -72,7 +72,7 @@ public slots:
bool saveAs();
void open();
void fileEncryption();
-
+
private:
void createActions();
void createMenus();
@@ -85,7 +85,7 @@ private:
bool maybeSave();
void preventNoDataErr(QByteArray *in);
QString strippedName(const QString &fullFileName);
-
+
QPlainTextEdit *edit;
QMenu *fileMenu;
QMenu *editMenu;
@@ -110,7 +110,7 @@ private:
QAction *importKeyFromEditAct;
QAction *importKeyFromClipboardAct;
QAction *deleteSelectedKeysAct;
- QAction *appendSelectedKeysAct;
+ QAction *appendSelectedKeysAct;
QAction *openKeyManagementAct;
QAction *copyAct;
QAction *cutAct;
@@ -118,26 +118,26 @@ private:
QAction *selectallAct;
QAction *aboutAct;
QAction *fileEncryptionAct;
-
- QLineEdit *nameEdit;
- QLineEdit *emailEdit;
- QLineEdit *commentEdit;
- QLineEdit *passwordEdit;
- QLineEdit *repeatpwEdit;
- QSpinBox *keysizeSpinBox;
- QLabel *nameLabel;
- QLabel *emailLabel;
- QLabel *commentLabel;
- QLabel *keysizeLabel;
- QLabel *passwordLabel;
- QLabel *repeatpwLabel;
- QLabel *errorLabel;
-
+
+ QLineEdit *nameEdit;
+ QLineEdit *emailEdit;
+ QLineEdit *commentEdit;
+ QLineEdit *passwordEdit;
+ QLineEdit *repeatpwEdit;
+ QSpinBox *keysizeSpinBox;
+ QLabel *nameLabel;
+ QLabel *emailLabel;
+ QLabel *commentLabel;
+ QLabel *keysizeLabel;
+ QLabel *passwordLabel;
+ QLabel *repeatpwLabel;
+ QLabel *errorLabel;
+
QString curFile;
KeyList *mKeyList;
Attachments *mAttachments;
GpgME::Context *mCtx;
QString iconPath;
- KeyMgmt *keyMgmt;
+ KeyMgmt *keyMgmt;
};