-
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
-
code想要的就自己下载 功能不强
code想要的就自己下载 功能不强-code
- 2022-03-04 05:37:33下载
- 积分:1
-
VCnet编程实例源代码之视图,希望对大家有帮助
VCnet编程实例源代码之视图,希望对大家有帮助
- 2023-01-17 12:50:03下载
- 积分:1
-
单片器开发 采用C语言和汇编语言所结合的一个很好的CPU处理期...
单片器开发 采用C语言和汇编语言所结合的一个很好的CPU处理期-monolithic device development using C and Assembly Language by the combination of a very good period CPU
- 2023-05-07 21:50:03下载
- 积分:1
-
BoaiBBS源码下载
BoaiBBS源码下载 -BoaiBBS source download
- 2022-01-26 01:26:58下载
- 积分:1
-
mnbnmbnb nbnbnghghghjvbvbvghftfgfgvc
mnbnmbnb nbnbnghghghjvbvbvghftfgfgvc-mnbnmbnb nb nbnbnghghghjvbvbvghftfgfgvc
- 2022-01-25 16:12:20下载
- 积分:1
-
李小伟 软件应用工程经理 上海掌微电子技术有限公 讲解如何在Windows CE下进行电源管理...
李小伟 软件应用工程经理 上海掌微电子技术有限公 讲解如何在Windows CE下进行电源管理-Xiao-Wei Li Shanghai software applications engineering manager in charge of micro-electronics technology limited the public to explain how under the Windows CE Power Management
- 2023-07-10 10:55:04下载
- 积分:1
-
This is the sorce code in Visual Basic 6 for the GPS BOY.
This the sorce code in Visual Basic 6 for the GPS BOY.-This is the sorce code in Visual Basic 6 for the GPS BOY.
- 2022-01-25 21:08:23下载
- 积分:1
-
An open source program to create your own Portable Application.
An open source program to create your own Portable Application.
- 2022-01-22 15:16:29下载
- 积分:1
-
Motor
电机驱动监控系统电机驱动监控系统电机驱动监控系统电机驱动监控系统
- 2022-03-17 10:38:36下载
- 积分:1