登录
首页 » C/C++ » ZNodes

ZNodes

于 2020-06-16 发布 文件大小:114KB
0 85
下载积分: 1 下载次数: 0

代码说明:

  qt中提供了QGphicsView,QGraphicsScene,QGraphicsItem,QGraphicsPixmapItem是QGraphicsItem的子类 分辨创建它们的实例:view,scene,item,然后通过各自的方法scene->addItem(item);view->setScene(scene);就可以达到类似下图的效果,想要进一步定制,则要继承QGraphicsItem或QGraphicsPixmapItem,然后重写paint()、boundingRect()等方法,此外如果还想要获取鼠标事件,重写mousePressEvent等事件就好了,注意,一旦重写了mousePressEvent方法,就以为了qt不会再自动处理item的任何press事件了,可以在你重写的mousePressEvent方法中最后添加QGraphicsItem::mousePressEvent(event);解决这个问题,就是说你获取到了鼠标事件,但是依然让qt处理这个鼠标事件。(QGphics View, QGraphics Scene, QGraphics Item and QGraphics PixmapItem are provided in qt. They are subclasses of QGraphics Item. Resolve the instances of creating them: view, scene, item, and then use their respective methods scene - > addItem (item); view - > setScene (scene); you can achieve the effect similar to the figure below. If you want to further customize, you need to inherit QGraphics Item or QGraphics Pixmap Item, and then rewrite paint (), boundingRect () and other methods, and if you want to do so. If you want to get mouse events, rewrite events like mousePressEvent. Note that once you rewrite the mousePressEvent method, you think that QT will no longer automatically handle any press events of item. You can finally add QGraphics Item:: mousePressEvent (event) to your rewritten mousePressEvent method to solve this problem. That is, you get the mouse event, but still let QT handle the mouse event.)

文件列表:

ZNodes, 0 , 2018-01-05
ZNodes\images, 0 , 2017-08-25
ZNodes\images\application.png, 3287 , 2017-08-25
ZNodes\images\customize.png, 5463 , 2017-08-25
ZNodes\images\home.png, 3076 , 2017-08-25
ZNodes\images\network-2.png, 5453 , 2017-08-25
ZNodes\images\securitycamera.png, 4364 , 2017-08-25
ZNodes\images\smartphone.png, 4934 , 2017-08-25
ZNodes\images\wave.jpg, 78686 , 2017-08-25
ZNodes\main.cpp, 312 , 2017-08-25
ZNodes\mainwindow.cpp, 8346 , 2017-08-25
ZNodes\mainwindow.cpp.Ye6564, 8449 , 2017-08-25
ZNodes\mainwindow.h, 1362 , 2017-08-28
ZNodes\myscene.cpp, 698 , 2017-08-25
ZNodes\myscene.h, 522 , 2017-08-25
ZNodes\nodeui.cpp, 2127 , 2017-08-28
ZNodes\nodeui.h, 1030 , 2017-08-28
ZNodes\resource.qrc, 360 , 2017-08-25
ZNodes\ZNodes.pro, 1120 , 2017-08-25
ZNodes\ZNodes.pro.user, 19052 , 2018-01-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 696524资源总数
  • 103904会员总数
  • 44今日下载