All Qt Examples
A tutorial for Qt Quick based on an alarms application. | |
A QML app designed for portrait devices that uses custom components, animated with AnimationController, and JavaScript for the application logic. | |
A QML clock application that demonstrates using a ListView type to display data generated by a ListModel and a SpringAnimation type to animate images. | |
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. | |
A QML app for touch devices that uses a Repeater with a FolderListModel to access content in a folder, and a PinchArea that contains a MouseArea to handle pinch gestures on the fetched content. | |
A QML photo viewer that that uses XmlListModel and XmlRole to download Flickr feeds, and Package to display the photos in different views. | |
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. | |
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. |
Qt Quick Controls 1
Demonstrates the use of Calendar control | |
An example for the TreeView control | |
A collection of components for a classic desktop-style UI | |
Demonstrates custom styles | |
An example for the TableView control | |
A QML app using Qt Quick Controls and a C++ class to provide a fully-functional rich-text editor application | |
Demonstrates UI controls for a touch interface | |
Demonstrates how to separate the application logic from the UI |
Qt Quick Dialogs
This example demonstrates the system dialog types in QML |
Qt Quick Extras
A car dashboard created using several CircularGauge controls | |
An interactive showcase of the flat style | |
An interactive showcase of the various controls |
Qt Script
Qt Sensors
AccelBubble example demonstrates the Accelerometer QML type | |
Sensor gesture example demonstrates the steps for creating a C++ application that uses sensor gestures and the included shake sensor | |
Demonstrates how to read the meta-data of available sensors | |
Qt Sensors - Grue sensor example demonstrates all the steps from creating a new sensor to using it | |
Maze example demonstrates the TiltSensor QML type | |
QtSensors - QML example demonstrates the QML sensors types in the QtSensors 5 import | |
Demonstrates the use of SensorGesture QML type | |
Sensor gesture example demonstrates the steps for creating a QML application that uses sensor gestures and the included shake sensor |