码迷,mamicode.com
首页 >  
搜索关键字:extending qml    ( 679个结果
Qt官方教程翻译——Qt QML
附网址:http://qt-project.org/doc/qt-5/qtqml-index.html Qt QML Qt QML模块为基于QML language开发应用程序和库提供了语言和基础建设。它定义并实现了QML的语法和基础框架,并提供API使得应用程序开发者可以使用定制的类型扩展QML,或者将QML与JavaScript、C++集成起来。Qt QML模块同时提供了一个QML...
分类:其他好文   时间:2014-06-20 12:23:18    阅读次数:686
Qt官方教程翻译——QML Applications
QML Applications QML是一种声明式语言,它提供了一组接口用来描述视觉组件以及他们的互动和相关性。它是一个高度可读的语言,并且被设计成使组件以一个动态的方式相互连接。同时它使组件很容易被复用以及创建定制的用户界面。使用QtQuick模块,设计者和开发者可以很容易使用QML建立流体动画的用户界面,并将这些界面连接到后端的C++库上面。 What is QML? QML是...
分类:移动开发   时间:2014-06-20 11:16:40    阅读次数:492
Qt官方教程翻译——First Steps with QML
附网址:http://qt-project.org/doc/qt-5/qmlfirststeps.html Creating a QML Document 一个QML文件定义了对象的层次结构:具有高度可读的,结构化的布局。每个QML文件由两部分组成:一个引入(import)部分,以及一个对象声明(declaration)部分。用户界面中最常用的的类型(types)和功能由引入QtQui...
分类:其他好文   时间:2014-06-20 11:12:30    阅读次数:254
Qt官方教程翻译——Glossary Of QML Terms
附网址:http://qt-project.org/doc/qt-5/qml-glossary.html Glossary...
分类:其他好文   时间:2014-06-08 18:03:33    阅读次数:240
Qt on Android:QML 语言基础
在《Qt on Android:Qt Quick 简介》中我们提到 QML 语法和 Json 类似,请参考《Qt on Android: http下载与Json解析》查看 Json 语法。当然这里我们是期望从零开始也能学会 QML ,所以呢,你也可以直接往下看。...
分类:移动开发   时间:2014-06-08 16:15:43    阅读次数:436
Qt on Android: Qt Quick 之 Hello World 图文详解
在上一篇文章,《Qt on Android:QML 语言基础》中,我们介绍了 QML 语言的语法,在最后我们遗留了一些问题没有展开,这篇呢,我们就正式开始撰写 Qt Quick 程序,而那些问题,随着本系列文章的展开也会一一被干掉。...
分类:移动开发   时间:2014-06-08 10:48:54    阅读次数:396
Android自定义View(一)
一、自定义视图类继承View或者View的子类 All of the view classes defined in the Android framework extend View. Your custom view can also extend Viewdirectly, or you can save time by extending one of the exist...
分类:移动开发   时间:2014-06-08 10:11:27    阅读次数:342
Qt官方教程翻译——QML Coding Conventions
附网址:http://qt-project.org/doc/qt-5/qml-codingconventions.html QML Coding Conventions 这个文档包含了QML的编码规范,我们将这个规范应用在全部文档和例程当中并推荐大家遵守。 QML Object Declarations 在我们的文档和例子中,QML object attributes总是像...
分类:其他好文   时间:2014-06-08 08:20:42    阅读次数:226
装饰模式
意图Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.动态...
分类:其他好文   时间:2014-05-26 02:22:04    阅读次数:256
MAC 平台 QT编写iphone程序,“error loading iPhoneSimulatorRemoteClientRun ended unexpectedly”
本日这么多年一直做C++开发,最近要做QT项目,被QT做界面的新特性所吸引。QSS QML的确是亮点。还有一个就是跨平台这方面,自己玩了玩。用的QT 的开发包是在官网上下载qt-opensource-mac-x64-android-ios-5.2.1.dmg在使用Qt creator写一个hellw...
分类:其他好文   时间:2014-05-19 20:02:12    阅读次数:342
679条   上一页 1 ... 65 66 67 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!