1 Star 0 Fork 0

NJUPT-B523/Intelligent Traffic Violation Detection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
myrect.cpp 378 Bytes
一键复制 编辑 原始数据 按行查看 历史
江斌 提交于 2021-08-22 15:41 . YDS 2019
/*********************************
* 矩形框类
* @ray
* date:2019/9/24
* *******************************/
#include "myrect.h"
extern float rect_x; //设定画框区域
extern float rect_y;
extern float rect_width;
extern float rect_height;
MyRect::MyRect()
{
}
void MyRect::paint(QPainter &painter)
{
painter.drawRect(rect_x, rect_y, rect_width,rect_height);
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/njupt-b523/intelligent-traffic-violation-detection.git
git@gitee.com:njupt-b523/intelligent-traffic-violation-detection.git
njupt-b523
intelligent-traffic-violation-detection
Intelligent Traffic Violation Detection
master

搜索帮助