码迷,mamicode.com
首页 >  
搜索关键字:property    ( 8449个结果
登陆验证前对用户名和密码加密之后传输数据---base64加密
以下这种方法是加密传输的简单实现1,base64.js/** * * Base64 encode / decode * * */function Base64() { // private property _keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZ...
分类:其他好文   时间:2014-07-09 22:08:28    阅读次数:219
Qt5官方demo解析集24——Extending QML - Default Property Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集22——Extending QML - Object and List Property Types Example 有时我们看到某个QML类型的声明中,某些数据并没有放在属性 + :后面,它们实际上属于这个...
分类:其他好文   时间:2014-07-08 21:08:51    阅读次数:279
Qt5官方demo解析集25——Extending QML - Methods Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集24——Extending QML - Default Property Example 这个例子主要向我们介绍了在QML类型中定义函数的方法。 person.h: #ifndef PERSON_H #d...
分类:其他好文   时间:2014-07-08 17:32:08    阅读次数:269
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解析集23——Extending QML - Inheritance and Coercion Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集22——Extending QML - Object and List Property Types Example 在上一个例子中,我们为BirthdayParty类创建了带有一个列表参数的属性guests...
分类:其他好文   时间:2014-07-08 16:47:51    阅读次数:240
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解析集20——Chapter 6: Writing an Extension Plugin
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集19——Chapter 5: Using List Property Types 在前文中我们定义的PieChart和PieSlice这两个自定义QML类型只用来供app.qml文件使用,如果希望我们所定义的...
分类:其他好文   时间:2014-07-06 09:55:31    阅读次数:373
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解析集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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!