summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorMartin Talarczyk <talarczyk.martin@fh-swf.de>2015-09-30 17:55:07 +0200
committerMartin Talarczyk <talarczyk.martin@fh-swf.de>2015-09-30 17:55:07 +0200
commit7c5f2a30d16f5cf0f4ebcb906f72c4cf2c15bfd1 (patch)
tree0acb363d1f130ae056624bb8e069e76623313dcb /mainwindow.h
parent22c8b3cf70f7930a7a4342f95b8b85d6b04c44c3 (diff)
downloadsrc-7c5f2a30d16f5cf0f4ebcb906f72c4cf2c15bfd1.tar.gz
src-7c5f2a30d16f5cf0f4ebcb906f72c4cf2c15bfd1.zip
Zeige Statusmeldungen und überarbeite Decryptverhalten
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index b11881f..ec0d882 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -6,6 +6,8 @@
#include <QDebug>
#include <QDir>
#include <QMessageBox>
+#include <QStatusBar>
+#include <QLabel>
#include "crypt/hybridcrypt.h"
#include "passworddialog.h"
@@ -40,8 +42,12 @@ private slots:
void on_actionExportMyPublicKey_triggered();
+ void on_lineEditFilePath_textChanged(const QString &text);
+
private:
+ static const int messageTimeout = 20000;
+
HybridCrypt hybridcrypt;
Ui::MainWindow *ui;