Qt Quick 范例和教程

此页面列表 Qt QML and Qt Quick 范例,不管怎样,许多其它 Qt 模块 包含与 QML API 相关的范例。

运行范例和演示

范例被打包在 Qt 安装程序 并透过 Qt Creator 进行访问。有关以 Qt Creator 运行范例的更多信息,拜访 构建和运行范例 页面。

打开和运行范例在 Qt Creator 欢迎 模式。大多数范例可在各平台上运行且可搜索特定平台范例,在搜索字段中键入平台名称 (或任何关键字)。例如,键入 mobile 在搜索字段中,列表的范例完全兼容 mobile 平台。

要查看其它范例和教程,拜访 Qt 范例和教程 页面。

Qt Quick 演示

这里是功能齐全的演示应用程序的列表。它们是完整的应用程序,展示如何构建和结构可部署的 Qt 应用程序。许多演示可部署到移动和桌面平台。

Qt Quick 演示 - Calqlatr

使用自定义组件为肖像设备设计的 QML 应用程序,动画采用 AnimationController 和 JavaScript 用于应用程序逻辑

Qt Quick 演示 - 时钟

QML 时钟应用程序演示使用 ListView 类型来显示生成数据通过 ListModel 和 SpringAnimation 类型来动画图像

Qt Quick Demo - Maroon in Trouble

A Qt Quick game for touch devices that uses SpriteSequence, ParticleSystem, Emitter, and Wander types to animate objects and the SoundEffect type to play sound effects

Qt Quick 演示 - 照片表面

用于触摸设备的 QML APP 使用中继器,采用 FolderListModel 以访问文件夹中的内容,和 PinchArea 包含 MouseArea 以处理抓取内容时的捏合手势

Qt Quick 演示 - 照片查看器

A QML photo viewer that that uses XmlListModel and XmlRole to download Flickr feeds, and Package to display the photos in different views

Qt Quick 演示 - RSS 新闻

A QML RSS news reader that uses XmlListModel and XmlRole to download XML data, ListModel and ListElement to create a category list, and ListView to display the data

Qt Quick 演示 - 相同游戏

A QML implementation of the popular puzzle game by Kuniaki Moribe

Qt Quick 演示 - StocQt

A configurable stock chart for the NASDAQ-100

Qt Quick 演示 - Tweet 搜索

A Twitter search client with 3D effects

开发 Qt Quick 应用程序

以下页面展示如何开发 Qt 应用程序使用 Qt Creator 和 Qt Quick。页面演示各步骤 (譬如:用例和介绍材料)。有关 Qt Quick 应用程序和相关模块的更多信息,拜访 QML 应用程序 页面。