A guide for porting Symbian C++ applications to Qt
This section describes how a new Qt application should be implemented on the Symbian platform and how an existing Symbian GUI could be replaced with a Qt GUI.
The overall Qt for Symbian architecture is described in Qt in the Symbian environment
The Symbian build system has been integrated into the Qt build system.
In some cases you might want to keep some parts of your old application in a separate dll so you will need to manage the build order of the sub projects.
There is a description of the UI building blocks including lists, menus, notifications dialogs and queries.
Symbian data types such as descriptors, bitmap images and SVG images need to be converted to Qt data types so they can be used in Qt code.
Qt has alternatives to Active Objects, but sometimes you still need to use them.
The Qt localisation system has been used.