aboutsummaryrefslogtreecommitdiffstats
path: root/keydetailsdialog.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-15 14:20:04 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-15 14:20:04 +0000
commitba29e3245d916022ebe36bc9070ee616d39e6b1d (patch)
tree6e3f8529cd4a131bc05a3039a88c529b05fc967f /keydetailsdialog.h
parentadd attachmnet-view to view-menu (diff)
downloadgpg4usb-ba29e3245d916022ebe36bc9070ee616d39e6b1d.tar.gz
gpg4usb-ba29e3245d916022ebe36bc9070ee616d39e6b1d.zip
astyle code beautyfying
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@336 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keydetailsdialog.h')
-rw-r--r--keydetailsdialog.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/keydetailsdialog.h b/keydetailsdialog.h
index cb452db..f15df48 100644
--- a/keydetailsdialog.h
+++ b/keydetailsdialog.h
@@ -38,26 +38,26 @@ class QPushButton;
class KeyDetailsDialog : public QDialog
{
Q_OBJECT
-
+
public:
KeyDetailsDialog(GpgME::Context* ctx, gpgme_key_t key);
-private slots:
- void exportPrivateKey();
-
+private slots:
+ void exportPrivateKey();
+
private:
QString *keyid;
GpgME::Context *mCtx;
- QGroupBox *ownerBox;
- QGroupBox *keyBox;
- QGroupBox *fingerprintBox;
- QDialogButtonBox *buttonBox;
+ QGroupBox *ownerBox;
+ QGroupBox *keyBox;
+ QGroupBox *fingerprintBox;
+ QDialogButtonBox *buttonBox;
QVBoxLayout *mvbox;
QGridLayout *vboxKD;
QGridLayout *vboxOD;
- QVBoxLayout *vboxFP;
+ QVBoxLayout *vboxFP;
QLabel *nameLabel;
QLabel *emailLabel;
@@ -65,19 +65,19 @@ private:
QLabel *keySizeLabel;
QLabel *expireLabel;
QLabel *createdLabel;
- QLabel *algorithmLabel;
- QLabel *fingerPrintLabel;
-
+ QLabel *algorithmLabel;
+ QLabel *fingerPrintLabel;
+
QLabel *nameVarLabel;
QLabel *emailVarLabel;
QLabel *commentVarLabel;
QLabel *keySizeVarLabel;
QLabel *expireVarLabel;
QLabel *createdVarLabel;
- QLabel *algorithmVarLabel;
-
-
- QString beautifyFingerprint(QString fingerprint);
+ QLabel *algorithmVarLabel;
+
+
+ QString beautifyFingerprint(QString fingerprint);
};
#endif // __KEYDETAILSDIALOG_H__