4 Star 60 Fork 22

haodafa / face_signin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dialog.h 484 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef DIALOG_H
#define DIALOG_H
#include <QDialog>
namespace Ui {
class Dialog;
}
class Dialog : public QDialog
{
Q_OBJECT
public:
explicit Dialog(QWidget *parent = nullptr);
~Dialog();
QString name_cn;
QString name_eng;
QString id_num;
QString class_name;
QString pic_path;
private slots:
void on_btn_choice_clicked();
void on_btn_ok_clicked();
void on_btn_cancel_clicked();
private:
Ui::Dialog *ui;
};
#endif // DIALOG_H
C++
1
https://gitee.com/beak/face_signin.git
git@gitee.com:beak/face_signin.git
beak
face_signin
face_signin
master

搜索帮助