-
15224
TOM猫动画易语言源码程序,结合易语言扩展界面支持库,使用动画框和动画物体组件实现TOM猫动画效果。(TOM cat animation easy language source program, combined with easy language support library expansion interface , the use of animation and animated objects frame components to achieve TOM cat animation.)
- 2015-06-25 16:33:14下载
- 积分:1
-
test3
explains how RL works
- 2014-02-20 00:37:56下载
- 积分:1
-
C++ Qt5 范例开发大全 [Longki] [中文版]
说明: 非常好的一本书,针对QT5开发规范的书籍,非常不错,值得入手,推荐!!(Learning Resources PDF)
- 2021-01-12 11:38:24下载
- 积分:1
-
322155
动画的实现易语言源码程序,结合易语言扩展界面支持库,在时钟周期下变换图形按钮上的图片,形成动画效果。(Animated easy language source program, combined with easy language support library expansion interface at clock cycle conversion picture graphical buttons on the form animation.)
- 2016-10-19 15:18:37下载
- 积分:1
-
BP算法大全
一个关于bp算法的大全,有matlab、c、c++的源代码都有,还有bp神经网络源程序,感兴趣的就看看吧(an algorithm on the Encyclopaedia bp, Matlab, c, c have the source code, there bp neural network source, interested to see it on)
- 2005-07-19 18:03:44下载
- 积分:1
-
ycmatlab
说明: 遗传算法程序是在 MATLAB环境下仿真的程序。可以在任何版本用的(genetic algorithm in MATLAB environment simulation procedures. In any version of)
- 2006-03-14 14:34:12下载
- 积分:1
-
vba_meunl
vba script drop-down menu
- 2011-04-28 14:33:31下载
- 积分:1
-
rabbitIM
C#2008初学者观摩代码,,之防QQ界面,按钮切换功能,
C#2008初学者观摩代码会不定期更新(CSharp beginning)
- 2010-03-10 10:26:46下载
- 积分:1
-
C8
说明: 孙鑫VC++深入详解第八章vc++基于对话框的程序设计(sunxin VC++ shen ru xiang jie chapter8 dialogue program VC++)
- 2012-05-15 22:12:54下载
- 积分:1
-
ZNodes
说明: 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.)
- 2020-06-16 20:20:01下载
- 积分:1