From a06650e2d58e109b54c4d12d34aa633188cb4ecc Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Fri, 2 Oct 2015 14:23:44 +0200 Subject: Zeige Datei nach entschlüsseln an MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 4871676..a779614 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -34,6 +34,9 @@ void MainWindow::on_pushButtonDecrypt_clicked() hybridcrypt.decrypt(inFilename, outFilename); statusBar()->showMessage(tr("Entschlüsselung war erfolgreich."), messageTimeout); + + // Zeige entschlüsselte Datei + ui->lineEditFilePath->setText(outFilename); } catch (CryptException e) { -- cgit v1.2.3-70-g09d2