• 大小: 9KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-29
  • 语言: 其他
  • 标签:

资源简介

通过重写QGraphicItem实现了绘制,拖动、旋转、缩放矩形和椭圆,避免了绘制过程中的重影,避免了缩放之后旋转偏移的问题,避免了旋转椭圆之后无法缩放的问题

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MainWindow w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        183  2020-06-30 08:56  moveGraphicItem\main.cpp

     文件       1445  2020-07-03 10:56  moveGraphicItem\mainwindow.cpp

     文件        647  2020-07-03 10:56  moveGraphicItem\mainwindow.h

     文件       2565  2020-07-02 13:59  moveGraphicItem\mainwindow.ui

     文件        444  2020-06-29 17:15  moveGraphicItem\moveGraphicItem.pro

     文件      24028  2020-07-02 18:03  moveGraphicItem\moveGraphicItem.pro.user

     文件      20508  2020-07-03 10:57  moveGraphicItem\mygraphicrectitem.cpp

     文件       3128  2020-07-03 10:57  moveGraphicItem\mygraphicrectitem.h

     目录          0  2020-07-03 10:57  moveGraphicItem

----------- ---------  ---------- -----  ----

                52948                    9


评论

共有 条评论

相关资源