12 Star 48 Fork 15

幽灵代码 / 跳一跳辅助qt版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cheatdlg.h 530 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef CHEATDLG_H
#define CHEATDLG_H
#include <QDialog>
#include <QThread>
#include <cworkthread.h>
namespace Ui {
class CheatDlg;
}
class CheatDlg : public QDialog
{
Q_OBJECT
public:
explicit CheatDlg(QWidget *parent = 0);
~CheatDlg();
private slots:
void on_startbtn_clicked();
void on_stopbtn_2_clicked();
private:
Ui::CheatDlg *ui;
// QThread interface
protected:
void run();
private:
CWorkThread* m_workThread;
};
#endif // CHEATDLG_H
C++
1
https://gitee.com/ghostcode/TiaoYiTiaoFuZhuqtBan.git
git@gitee.com:ghostcode/TiaoYiTiaoFuZhuqtBan.git
ghostcode
TiaoYiTiaoFuZhuqtBan
跳一跳辅助qt版
master

搜索帮助