kevinSharp | 25 November, 2011 19:05
Two new Developer Guides provide step-by-step instructions, including full source code, to build applications from scratch using Qt Quick. Qt Quick Application Developer Guide for Desktop steps the developer through the creation of a simple application that helps users manage daily notes. Programming with Qt Quick for Symbian^3 Devices builds an app to record
a list of daily and upcoming tasks to be completed, sort them into several categories, and manage them.
Both developer guides begin with rapid prototyping, proceed through details of UI design, data modeling, and end with a list of additional resources.
Both developer guides are available as a Qt help file (for integration with Qt Creator) and in PDF and eReader formats.
Accompanying source code is organized in chapter sequence to aid in learning. Beginning developers can start from Chapter 1, load the appropriate project in Qt Creator, and follow along with the guide's text. Each chapter includes a new reference project that includes all code discussed earlier in the tutorial. This allows developers to "step in" to the guide at any point they choose and still have fully functioning code in their development environment.