36 Q_PROPERTY(
QString file MEMBER m_file NOTIFY fileChanged)
37 Q_PROPERTY(
bool isEmpty READ isEmpty NOTIFY isEmptyChanged)
42#
if defined(USE_EMSCRIPTEN)
60 Q_INVOKABLE
bool setDataString(
QString plainText,
QString password);
62 Q_INVOKABLE
bool checkPassword(
QString password)
const;
70 void isEmptyChanged();
75 void setIsEmpty(
bool isEmpty)
77 if (isEmpty != m_isEmpty)
80 emit isEmptyChanged();
93 EVP_CIPHER_CTX *m_ctx;