diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-02 14:23:44 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-02 14:23:44 +0200 |
| commit | a06650e2d58e109b54c4d12d34aa633188cb4ecc (patch) | |
| tree | d327ab9b227f15211447c3a3cf79e1f4b926a848 | |
| parent | fbfb99dad9b42d11ad8bdf2ad859f5cb09ce0fa6 (diff) | |
| download | src-a06650e2d58e109b54c4d12d34aa633188cb4ecc.tar.gz src-a06650e2d58e109b54c4d12d34aa633188cb4ecc.zip | |
Zeige Datei nach entschlüsseln an
| -rw-r--r-- | mainwindow.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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) { |
