1 Star 2 Fork 0

justdoit-mqr/Captcha

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
widget.h 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
justdoit-mqr 提交于 2019-03-01 15:06 . Captcha初次提交
#ifndef WIDGET_H
#define WIDGET_H
#include <QWidget>
#include <QLineEdit>
#include <QLabel>
#include <QPushButton>
#include "captchabox.h"
namespace Ui {
class Widget;
}
class Widget : public QWidget
{
Q_OBJECT
public:
explicit Widget(QWidget *parent = 0);
~Widget();
public slots:
void checkCode();//展示验证码是否正确
private:
Ui::Widget *ui;
QLineEdit *lineEdit;
CaptchaBox *captchaBox;
QLabel *label;
QPushButton *yesBtn;
};
#endif // WIDGET_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/justdoit-mqr/Captcha.git
git@gitee.com:justdoit-mqr/Captcha.git
justdoit-mqr
Captcha
Captcha
master

搜索帮助