passwordmanager/quickgui
Martchus a290294c25 Show password prompt in any error case in Qt Quick GUI
It might happen that an empty/incorrect password does not lead to
a crypto error. Then the data is nevertheless wrongly decrypted and
trying again with the correct password might help.

Not using PasswordFile::isEncryptionUsed() here like in the Qt Widgets
GUI for better/easier integration with Android's storage access
framework.
2020-03-29 00:55:57 +01:00
..
android.cpp Add "Save as" option in Quick GUI 2019-07-06 17:19:11 +02:00
android.h Add "Save as" option in Quick GUI 2019-07-06 17:19:11 +02:00
controller.cpp Show password prompt in any error case in Qt Quick GUI 2020-03-29 00:55:57 +01:00
controller.h Use Q_SIGNALS instead of signals 2020-03-09 18:46:47 +01:00
initiatequick.cpp Use aboutToQuit() signal for cleanup-code 2019-09-14 19:38:06 +02:00
initiatequick.h Adapt to changes in c++utilities 2019-06-10 22:44:59 +02:00