博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Qt 4.7:QML Examples and Demos(转)
阅读量:5217 次
发布时间:2019-06-14

本文共 1318 字,大约阅读时间需要 4 分钟。

Qt includes a set of examples and demos that show how to use various aspects of QML. The examples are small demonstrations of particular QML components, while the demos contain more complete and functional applications.

To run the examples and demos, open them in Qt Creator or use the included  tool. The  can be run from the command line:

qmlviewer $QTDIR/demos/declarative/samegame/samegame.qml

On Mac OS X, you can run the included "QMLViewer" application from the Finder, or use the command line:

QMLViewer.app/Contents/MacOS/QMLViewer $QTDIR/demos/declarative/samegame/samegame.qml

Demos

The QML demos integrate a variety of features to demonstrate how QML can be used to produce sophisticated interfaces and applications:

 

 

 

 

 

 

 

 

 

The demos can be found in Qt's demos/declarative directory.

Examples

The QML examples are small, simple applications that show how to use a particular QML component or feature. If you are new to QML, you may also find the  and  tutorials useful.

The examples can be found in Qt's examples/declarative directory.

Animation

 Elements

Text

Positioners

Key Interaction

Touch Interaction

UI Components

Toys

Models and Views

XML

Internationalization (i18n)

Threading

Screen orientation

SQL Local Storage

C++ Extensions

Labs

  •  - a C++ model plugin

  

转自:

转载于:https://www.cnblogs.com/veins/p/3250948.html

你可能感兴趣的文章
桥接模式-Bridge(Java实现)
查看>>
svn客户端清空账号信息的两种方法
查看>>
springboot添加servlet的两种方法
查看>>
java的Array和List相互转换
查看>>
java的byte[]与String相互转换
查看>>
layui父页面执行子页面方法
查看>>
如何破解域管理员密码
查看>>
Windows Server 2008 R2忘记管理员密码后的解决方法
查看>>
IE11兼容IE8的设置
查看>>
windows server 2008 R2 怎么集成USB3.0驱动
查看>>
Foxmail:导入联系人
查看>>
JavaScript AJAX原生写法
查看>>
vue:axios二次封装,接口统一存放
查看>>
Js三大特性--封装、继承以及多态
查看>>
2019年8月2日07:51:10 马上要撤
查看>>
vue中router与route的区别
查看>>
js 时间对象方法
查看>>
网络请求返回HTTP状态码(404,400,500)
查看>>
Spring的JdbcTemplate、NamedParameterJdbcTemplate、SimpleJdbcTemplate
查看>>
Mac下使用crontab来实现定时任务
查看>>