1 Star 0 Fork 16

shellwalker / 跳一跳辅助qt版

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

搜索帮助