Qt进行矩形绘图填充颜色
程序员文章站
2022-06-06 16:42:49
...
- 需要使用到的类
QPen,QBrush,QGraphicsRectItem等 - 实现的效果如下:
具体代码如下:
QGraphicsRectItem *rect0 = new QGraphicsRectItem();
QGraphicsRectItem *rect2 = new QGraphicsRectItem();
QGraphicsLineItem *line0 = new
上一篇: 一个简单的服务端与客户端UDP通信