Qt Quick Code Samples
Here is a list of fully-functional demo applications. To run the sample applications, open them in Qt Creator or use the included qmlscene tool.
A simple calculator app, designed for portrait devices. | |
An app that shows the current time in different cities. | |
A cute game designed for touchscreens. | |
A touch-based app for shuffling photos around a virtual surface. | |
An online photo viewer that displays Flickr feeds. | |
An RSS news reader. | |
A QML implementation of the popular puzzle game by Kuniaki Moribe. | |
A configurable stock chart for the NASDAQ-100. | |
A Twitter search client with 3D effects. |
Some of these code samples below have a corresponding tutorial. The Qt Quick features are covered in the main page. This set of code samples are part of the collection of Qt Examples.
This example has accessible buttons. | |
This is a collection of QML Animation examples. | |
This is a collection of QML Canvas examples. | |
This is a collection of QML drag and drop examples | |
This is a collection of QML examples relating to image types. | |
This is a collection of QML keyboard interaction examples. | |
This is an example of the MouseArea type in QML | |
Shows how to implement QPainter-based custom scenegraph items. | |
This is a collection of QML Positioner examples. | |
This is a collection of QML Right to Left examples. | |
Shows how to implement a custom geometry in the Qt Quick Scene Graph. | |
Demonstrates how one can combine custom materials and geometries under a single QQuickItem. | |
Shows how to render OpenGL under a Qt Quick scene. | |
Shows how to define a scene graph material to fill a shape. | |
Shows how to use FramebufferObjects with Qt Quick. | |
Shows how to use FramebufferObjects in a thread together with Qt Quick. | |
This is a shader effects example | |
This is a collection of QML examples relating to text | |
This is a collection of QML Multithreading examples. | |
A reusable switch component made in QML | |
This is a collection of QML model/view examples | |
This example demonstrates the Window and Screen types in QML |
The following examples show how a QML-based user interface can be combined with C++ code using the Qt QML module.