资源简介
通过旋转QPainter的绘图方向对QGraphicsItem的绘制实现旋转的效果。有兴趣或者有需要的同学可以看看。
代码片段和文件信息
#include
#include “mainwindow.h“
int main(int argc char *argv[])
{
QApplication a(argc argv);
MainWindow w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 193 2013-07-09 14:02 PaintterRotate\main.cpp
文件 949 2013-07-09 16:02 PaintterRotate\mainwindow.cpp
文件 470 2013-07-09 14:23 PaintterRotate\mainwindow.h
文件 1771 2013-07-09 15:08 PaintterRotate\mainwindow.ui
文件 2372 2013-07-09 15:57 PaintterRotate\MyItem.cpp
文件 581 2013-07-09 15:09 PaintterRotate\MyItem.h
文件 370 2013-07-09 14:04 PaintterRotate\PaintterRotate.pro
目录 0 2013-07-10 11:20 PaintterRotate
----------- --------- ---------- ----- ----
6706 8
- 上一篇:can转串口
- 下一篇:读秀封面封底版权页器
评论
共有 条评论