1 Star 2 Fork 1

yangjianmin999/PVZ-qt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
button.h 360 Bytes
一键复制 编辑 原始数据 按行查看 历史
yjmshl 提交于 2022-11-22 10:21 . add shop\card\shovel
#ifndef BUTTON_H
#define BUTTON_H
#include "other.h"
class Button : public Other
{
public:
Button();
QRectF boundingRect() const override;
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override;
void mousePressEvent(QGraphicsSceneMouseEvent *event) override;
bool flag;
};
#endif // BUTTON_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/yangjianmin999/pvz-qt.git
[email protected]:yangjianmin999/pvz-qt.git
yangjianmin999
pvz-qt
PVZ-qt
master

搜索帮助