This action will force synchronization from 陈炳煌/sqlitebrowser, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
#ifndef CIPHERDIALOG_H#define CIPHERDIALOG_H#include <QDialog>#include "CipherSettings.h"class QRegExpValidator;namespace Ui {class CipherDialog;}class CipherDialog : public QDialog{Q_OBJECTpublic:// Set the encrypt parameter to true when the dialog is used to encrypt a database;// set it to false if the dialog is used to ask the user for the key to decrypt a file.explicit CipherDialog(QWidget* parent, bool encrypt);~CipherDialog() override;CipherSettings getCipherSettings() const;private:Ui::CipherDialog* ui;bool encryptMode;QRegExpValidator* rawKeyValidator;private slots:void checkInputFields();void toggleEncryptionSettings();};#endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。