9 Star 111 Fork 48

光明顶魔教工程师 / linux_spy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
send_file.h 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef SEND_FILE_H
#define SEND_FILE_H
#include <QDialog>
namespace Ui {
class send_file;
}
class send_file : public QDialog
{
Q_OBJECT
public:
explicit send_file(QWidget *parent = 0);
~send_file();
struct _file_mark{
bool enabled_md5;
int file_type;
QString str_file_type;
};
struct _file_mark file_mark;
private slots:
void on_pushButton_ok_clicked();
private:
Ui::send_file *ui;
};
#endif // SEND_FILE_H
C++
1
https://gitee.com/zhaojun_chao/linux_spy.git
git@gitee.com:zhaojun_chao/linux_spy.git
zhaojun_chao
linux_spy
linux_spy
linux_spy_hp

搜索帮助

53164aa7 5694891 3bd8fe86 5694891