码迷,mamicode.com
首页 >  
搜索关键字:castle    ( 291个结果
Qt5官方demo解析集26——Extending QML - Grouped Properties Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集25——Extending QML - Methods Example 如果之前看过了我前面介绍粒子系统的朋友,应该对 velocity: AngleDirection {angleVariation: 3...
分类:其他好文   时间:2014-07-08 20:51:48    阅读次数:243
Qt5官方demo解析集27——Extending QML - Attached Properties Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集26——Extending QML - Grouped Properties Example 该例子继续在上一个例子的基础上进行扩展,并向我们展示了向一个类型中添加附加属性的方法。 原工程不变,我们再添加一...
分类:其他好文   时间:2014-07-08 18:49:47    阅读次数:236
Qt5官方demo解析集28——Extending QML - Signal Support Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集27——Extending QML - Attached Properties Example 这个demo演示了为QML自定义类型添加信号的方法,这与Qt5官方demo解析集16——Chapter 2:...
分类:其他好文   时间:2014-07-08 18:04:44    阅读次数:293
Qt5官方demo解析集29——Extending QML - Property Value Source Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集28——Extending QML - Signal Support Example 我们经常会在QML代码中使用Animation和bindings,以使得我们的程序具有更好的动态性能。那么,类似Numbe...
分类:其他好文   时间:2014-07-08 16:52:25    阅读次数:243
Qt5官方demo解析集30——Extending QML - Binding Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集29——Extending QML - Property Value Source Example 还记得我们曾经在Qt5官方demo解析集17——Chapter 3: Adding Property B...
分类:其他好文   时间:2014-07-08 15:01:35    阅读次数:429
Qt5官方demo解析集19——Chapter 5: Using List Property Types
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集18——Chapter 4: Using Custom Property Types 上个例子向我们展示了如何为QML调用的C++类型添加自定义类型的属性,在这个例子中我们更进一步,将这个类型更换为一个Pie...
分类:其他好文   时间:2014-07-06 11:37:26    阅读次数:291
Qt5官方demo解析集18——Chapter 4: Using Custom Property Types
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集17——Chapter 3: Adding Property Bindings 在前面的“饼状图”Demo中,我们为这个自定义类型定义了"name"和"color"属性,他们都是基于Qt内置类型"QStrin...
分类:其他好文   时间:2014-07-06 09:34:26    阅读次数:187
Qt5官方demo解析集16——Chapter 2: Connecting to C++ Methods and Signals
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集15——Chapter 1: Creating a New Type 在上篇博文我们了解到如何在C++代码中将一个C++类注册为一个QML类型,并供QML文件使用。接下来这个Demo中进一步向这个PieCha...
分类:编程语言   时间:2014-07-06 08:55:04    阅读次数:257
Qt5官方demo解析集15——Chapter 1: Creating a New Type
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 前面我们说到了QML的粒子系统,它可以创造丰富多彩的粒子特效。但是更多的情况下,我们的QML界面是配合C++进行工作的:QML负责界面渲染,C++负责逻辑事务。甚至有时,我们还会利用QML来绘制C++代码中定义的可视化组件,或者使用C++代码来...
分类:其他好文   时间:2014-07-06 08:01:21    阅读次数:346
Qt5官方demo解析集17——Chapter 3: Adding Property Bindings
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集16——Chapter 2: Connecting to C++ Methods and Signals 在C++中我们通常将用户的交互与处理函数用信号槽绑定起来,比如窗口尺寸的变化,颜色的变化等,但在QML...
分类:其他好文   时间:2014-07-05 22:59:28    阅读次数:335
291条   上一页 1 ... 26 27 28 29 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!