1 Star 0 Fork 15

wuyibing1/文件软硬件加解密平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DESwidget.h 707 Bytes
一键复制 编辑 原始数据 按行查看 历史
qingfengfumeng 提交于 2024-08-11 14:49 . update DESwidget.h.
#ifndef DESWIDGET_H
#define DESWIDGET_H
#include "mainwindow.h"
#include "DES.h"
using namespace std;
namespace Ui { class DESwidget; }
class DESwidget : public QWidget
{
Q_OBJECT
public:
explicit DESwidget(QWidget *parent = 0);
~DESwidget();
private slots:
void on_genpushButton_clicked();
void on_filepushButton_clicked();
void on_keypushButton_clicked();
void on_encryptpushButton_clicked();
void on_decryptpushButton_clicked();
void on_backpushButton_clicked();
signals:
void sendsignal();
private:
string infile_path;
string key_path;
DES des;
Ui::DESwidget *ui;
};
#endif // DESWIDGET_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wuyibing1/cryptography_file_protection.git
git@gitee.com:wuyibing1/cryptography_file_protection.git
wuyibing1
cryptography_file_protection
文件软硬件加解密平台
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385