Qt and Windows Phone Toolchain Overview
This article provides a high level comparative overview of the Windows Phone 7 and Qt SDKs and development toolchains. It is intended for Qt developers getting started with Windows Phone 7: it compares the WP7 and Qt development toolchain in order to gain a clear picture how to start WP7 development. Later it shows how to deploy apps on Windows Phone device, and demonstrates the usability of designing tools.
Article Metadata
Tested with
Compatibility
Article
See Also
Contents |
Windows Phone and Symbian Qt Development Tools
SDKs
All the tools you need for Qt (Symbian and MeeGo Harmattan development) and Windows Phone 7 are available in their respective SDKs (WP developers may also wish to download the Silverlight for Windows Phone Toolkit).
The current SDKs are listed below:
For more information about the release see Qt SDK 1.2. You can download Qt SDK from here:Qt SDK
Tool chain
The Qt and WP7 toolchains offer similar functionality; both deliver an IDE, simulator for desktop environment and other tools for UI design and development. The table below shows the main elements of each toolchain.
| Features | Symbian Qt | Windows Phone 7 |
|---|---|---|
| Developing Language | Qt C++/QML | C#/XAML |
| IDE | Qt Creator | Visual Studio 2010 Express for Windows Phone |
| Simulation | Qt Simulator | Windows Phone Emulator |
| UI Design | Qt Quick Designer, Qt Designer (in IDE) | Expression Blend |
| Other | XNA Game Studio for high performance games |
UI Design and Testing Tools
Qt developers create application UIs "graphically" in the Qt Creator IDE using the integrated Qt Quick Designer (or "manually" in text as QML is fairly human readable). Application business logic can often be developed within the Qt Quick QML files in JavaScript, or can be delivered as Qt C++ modules.
Windows Phone Silverlight application UIs are defined in a markup language called XAML. Most developers prefer to edit the XAML visually in Expression Blend then (seamlessly) edit the C# application logic in Visual Studio (anecdotally, while you can edit XAML in Visual Studio 2010 the tools are not as good). The tools are very good and you can do almost everything you need to "graphically" - which is a good thing because the XAML is not easy to read and there are huge numbers of configuration options. The toolchain also makes it very easy to create simulation data and to use it (only) while testing.
High performance games are created using XNA Game Studio, which provides less application framework than Silverlight's XAML, but more direct access to device hardware.
Both environments provide an effective Simulator which can access the Internet and provide simulation data to an application under test.
Deploying applications to Windows Phone device and API Documentation
Windows phone devices must be registered before apps can be deployed (using Developer Registration Tool). For that we need a Windows Live ID and a valid Dev Center developer account as a prerequisite. And make sure that Zune is installed and running in the host computer where we have connected the device. We can use Visual Studio for application deployment, but the device must be registered. To deploy application, just select target Windows Phone Device in Visual Studio Standard toolbar and then press F5 to start deployment.
See Deploying and testing on your Windows Phone for more information about deploying applications to device. Like Qt Assistant in Symbian Qt, WP7 has MSDN for API documentation.
Related Topic on Qt to WP7
- Introducing Windows Phone Platform to Symbian Qt Application Developers
- Windows Phone Application Design Guidelines
- Windows Phone Developer and Designer Tools
- C# programming
- Introducing Windows Phone Application Life Cycle
- Porting Applications to Windows Phone
- Windows Phone Example Applications
- Using the API Mapping Tool


Getting started with WP7 from Qt for Symbian background.
Name of this article should be changed.
Hamishwillee - Agreed - I have renamed ....
Renamed to "Qt and Windows Phone Toolchain Overview". I have also done a basic subedit. It needs more work, particularly towards the end where I ran out of puff.hamishwillee 03:49, 12 December 2011 (EET)