aboutsummaryrefslogtreecommitdiffstats
path: root/verifynotification.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-07-23 00:57:35 +0200
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-07-23 00:57:35 +0200
commita354065dd390bed674538b68bbbb23c7ce80eb51 (patch)
tree2c7dcc8b47179cd4147486965f0dcd39f4073a0c /verifynotification.h
parentverify returns gpgme_op_verify_result (diff)
downloadgpg4usb-a354065dd390bed674538b68bbbb23c7ce80eb51.tar.gz
gpg4usb-a354065dd390bed674538b68bbbb23c7ce80eb51.zip
independent notifcation area
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@503 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'verifynotification.h')
-rw-r--r--verifynotification.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/verifynotification.h b/verifynotification.h
new file mode 100644
index 0000000..13c5fd0
--- /dev/null
+++ b/verifynotification.h
@@ -0,0 +1,23 @@
+#ifndef VERIFYNOTIFICATION_H
+#define VERIFYNOTIFICATION_H
+
+#include <QLabel>
+#include <QHBoxLayout>
+#include <QMenu>
+#include <QPushButton>
+
+#include <QWidget>
+
+class VerifyNotification : public QWidget
+{
+ Q_OBJECT
+public:
+ explicit VerifyNotification(QWidget *parent = 0);
+
+signals:
+
+public slots:
+
+};
+
+#endif // VERIFYNOTIFICATION_H