A collection of tutorials and "walkthrough" guides are provided with Qt to help new users get started with Qt development. These documents cover a range of topics, from basic use of widgets to step-by-step tutorials that show how an application is put together.
This tutorial provides a very basic introduction to QML.
This tutorial walks through creating a complete application with QML, in this case a simple game. It is recommended that you complete the basic QML tutorial first.
This tutorial gives a short introduction to how to use some of the features of Qt's unit-testing framework, QTestLib. It is divided into four chapters.
This tutorial teaches you how to use qmake. We recommend that you read the qmake user guide after completing this tutorial.