摘要: 【转】Qt 积累 总结(-) 1> 定时器的使用 QTimer *timer = new QTimer(this); connect(timer, SIGNAL(timeout()), this, SLOT(update())); // 设置定时器回调函数 timer->start(1000); / 阅读全文
posted @ 2020-01-06 16:08 mugua250 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 【转】Qt绘图之QGraphicsScene QGraphicsView QGraphicsItem详解 Graphics View提供了一个界面,它既可以管理大数量的定制2D graphical items,又可与它们交互,有一个view widget可以把这些项绘制出来,并支持旋转与缩放。这个柜 阅读全文
posted @ 2020-01-06 16:08 mugua250 阅读(695) 评论(0) 推荐(0) 编辑