-
QT编写的C++贪吃蛇小游戏
游戏通过按键控制
部分代码:
#include "gamewidget.h"
#define ROW 13
#define COL 16
#define UP 0
#define DOWN 1
#define LEFT 2
#define RIGHT 3
GameWidget::GameWidget(QWidget *parent)
:QWidget(parent)
{
this->setAutoFillBackground(true);//覆盖
this->resize(480,270);
this->setWindowIcon(QIcon("img/icon.jpg"));
this->setWindowTitle("贪吃蛇");
QPalette palette;
palette.setBrush(QPalette::Background,QBrush((QPixmap)"img/bjt.png"));
this->setPalette(palette);
//按扭区
leftbtn=new QPushButton(this);
leftbtn->setIcon((QIcon)"img/zuo.png");
leftbtn->setIconSize(QSize(40,40));
leftbtn->setGeometry(QRect(340,180,40,40));
leftbtn->setFlat(true);
rightbtn=new QPushButton(this);
rightbtn->setIcon((QIcon)"img/you.png");
rightbtn->setIconSize(QSize(40,40));
rightbtn->setGeometry(QRect(430,180,40,40));
rightbtn->setFlat(true
- 2022-03-21 19:09:00下载
- 积分:1
-
modeless dialog details
无模式对话框详细信息
- 2023-03-22 19:20:03下载
- 积分:1
-
MSC 的快速屏幕更新
MSC 的快速屏幕更新 -MSC" s rapid screen updates MSC" s rapid screen updates
- 2022-01-25 23:24:54下载
- 积分:1
-
- 2022-03-19 05:38:34下载
- 积分:1
-
Based on the WinCE operating system, SMDK2410 hardware development platform for...
基于WinCE操作系统、SMDK2410硬件开发平台下的键盘程序――通过串口传输键值-Based on the WinCE operating system, SMDK2410 hardware development platform for keyboard under the program- through the serial transmission key
- 2022-07-04 14:57:30下载
- 积分:1
-
This book would not have introduced, I believe many people have heard so much ab...
这本书就不用介绍了,相信很多人都对它久闻大名。这是第三版第一卷中文版。字体非常清晰,适合收藏。我搜了一下本站里也有,但从大小上判断应该不会有这个质量好。-This book would not have introduced, I believe many people have heard so much about it daimyo. This is the third edition of the first volume in Chinese. The font is very clear, suitable for collection. Site where I found a bit there, but the size of the judgments should not have this quality.
- 2023-02-16 00:05:13下载
- 积分:1
-
Web 浏览器项目
这是用于 web 浏览器中你可以下载和执行作为工具使用 JVM 的 java 项目的实现。
- 2022-12-16 13:20:04下载
- 积分:1
-
如何获得十亿分之一秒的时钟精度
如何获得十亿分之一秒的时钟精度-how to obtain a billionth of a second precision clock
- 2022-03-14 06:00:27下载
- 积分:1
-
包含数十个经典算法的C语言实现,绝对经典!
包含数十个经典算法的C语言实现,绝对经典!-Contains dozens of classic algorithm for the realization of the C language, an absolute classic!
- 2022-05-07 01:03:32下载
- 积分:1
-
在数据库存储中生成一个对话框,实现数据的存储界面,为方便编程,代码仅供参考!...
在数据库存储中生成一个对话框,实现数据的存储界面,为方便编程,代码仅供参考!-stored in the database generates a dialog box, the data storage interface to facilitate programming code is for reference only!
- 2022-04-22 07:55:52下载
- 积分:1