码迷,mamicode.com
首页 >  
搜索关键字:extending qml    ( 679个结果
QML开发常用知识
小技巧: 1. QML的内部逻辑可以直接调试 2. ctrl+ alt + space,在写QML时,可以直接调出工具条 3. 属性以小写字母开发 4. 属性改变事件,基本都是on+Property+Changed 待续。。。 名词解释 1.QQuickView 提供了一个窗体用于显示UI 2. Q...
分类:其他好文   时间:2014-09-15 15:37:59    阅读次数:258
Porting QML Applications to Qt 5
When porting QML-related code from Qt 4.8 to Qt 5, application developers should be aware that the QML infrastructure has undergone considerable chang...
分类:移动开发   时间:2014-09-15 12:46:28    阅读次数:285
error: qrc_qml.obj: requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC解决办法
使用qtcreator加androidndk编译项目时报错:error: qrc_qml.obj: requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPICerror: undefined reference to '_...
分类:其他好文   时间:2014-09-14 16:39:27    阅读次数:415
Qt5官方demo解析集32——Qt Quick Examples - Threading
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873...
分类:其他好文   时间:2014-09-13 17:20:15    阅读次数:332
【Python笔记】如何用C语言实现Python第三方扩展包
Python支持C/C++实现的第3方扩展包,在性能要求高的场合,这种特性显得尤其重要。 本文以实例说明定制Python扩展包的基本步骤。 1. 扩展包源码 按照Python官网教程Extending Python with C or C++,扩展模块的源文件如下: #include // forward declaration void initpyext(void); // se...
分类:编程语言   时间:2014-09-12 20:48:44    阅读次数:309
Qt Quick之ListView下拉刷新数据
Qt Quick里的ListView,本身是Flickable的派生类,当你用鼠标拖曳或者手指触摸(触摸屏)时,会产生flickStarted和flickEnded两个信号,利用这两个信号,就可以实现下拉刷新数据,当然上拉刷新也是可以的。...
分类:其他好文   时间:2014-09-04 17:08:29    阅读次数:797
Qt Quick综合实例之文件查看器
使用ApplicationWindow、MediaPlayer、XMLHttpRequest、TextArea、MenuBar、ToolBar、Action、Image、动态创建组件等等特性的综合实例。...
分类:其他好文   时间:2014-09-02 17:57:25    阅读次数:432
MooTools 1.4 源码分析 - Class
/* --- name: Class description: Contains the Class Function for easily creating, extending, and implementing reusable Classes. license: MI...
分类:其他好文   时间:2014-09-01 15:29:13    阅读次数:208
qml部署ios播放声音的一些问题
要在qml中播放一段声音,比如游戏音效,非常简单,可以使用Audio或者SoundEffec 但是他们两者是有区别的,参考这个 https://www.ics.com/blog/qt-5-multimedia-qml-elements#.U-9RY9yaBvQ 我在mac上编译,Audio是不起作用的,换用了SoundEffec,测试没问题 使用qmake生成x...
分类:移动开发   时间:2014-08-26 00:34:35    阅读次数:253
Qt for Android开发总结
近段时间,本人使用Qt5.3.0开发了Android应用,由于官方资料较少,在此记录开发过程遇到的问题及解决方法1.Android平台的视频播放,只能使用qml的MediaPlayer2.qml中控件的路径必须加file:// 例如: Image{ source: "file...
分类:移动开发   时间:2014-08-25 09:52:04    阅读次数:483
679条   上一页 1 ... 58 59 60 61 62 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!