Qt and Windows Phone Toolchain Overview
somnathbanik
(Talk | contribs) (Somnathbanik -) |
somnathbanik
(Talk | contribs) (Somnathbanik -) |
||
| Line 22: | Line 22: | ||
==Windows Phone and Symbian Qt Development Tools== | ==Windows Phone and Symbian Qt Development Tools== | ||
| − | Qt Creator is the IDE for Symbian Qt application development. The latest release of Qt SDK 1.1.3 includes | + | [http://qt.nokia.com/products/developer-tools/ Qt Creator] is the IDE for Symbian Qt application development. The latest release of Qt SDK 1.1.3 includes |
*Qt and Qt Mobility APIs for Symbian, MeeGo, desktop, and simulator targets | *Qt and Qt Mobility APIs for Symbian, MeeGo, desktop, and simulator targets | ||
*Qt Quick with the Qt Quick Components and Qt Creator to provide a complete solution for UI development. | *Qt Quick with the Qt Quick Components and Qt Creator to provide a complete solution for UI development. | ||
*Qt Creator, Qt Simulator for easy and fast development. And many more | *Qt Creator, Qt Simulator for easy and fast development. And many more | ||
| − | In WP7 Visual Studio 2010 Express for Windows Phone is the IDE that has the feature of designing, developing and debugging of Windows Phone applications. We can download the complete set of tools and SDK from here, which inclulds | + | In WP7 [http://msdn.microsoft.com/en-us/library/ff630878%28v=vs.92%29.aspx Visual Studio 2010 Express for Windows Phone] is the IDE that has the feature of designing, developing and debugging of Windows Phone applications. We can download the complete set of tools and SDK from here, which inclulds |
| − | Expression | + | *[http://msdn.microsoft.com/en-us/library/cc296227.aspx Expression Blend] |
| − | Both Symbian Qt and WP7 tools provides a similar kind of functionality in respective of development. | + | *[http://msdn.microsoft.com/en-us/library/bb200104.aspx XNA Game Studio] |
| + | *[http://msdn.microsoft.com/en-us/library/ff402563%28v=VS.92%29.aspx Windows Phone Emulator] | ||
| + | *Silverlight for Windows Phone Toolkit | ||
| + | Both Symbian Qt and WP7 tools provides a similar kind of functionality in respective of development. The table below shows the common functionality handled differently by the tools. | ||
| Line 49: | Line 52: | ||
| − | ==Windows Phone UI Design Tools== | + | ==Windows Phone UI Design and Testing Tools== |
| − | The UI design tools includes | + | The UI design tools includes Visual Studio UI Designer Expression Blend |
| − | Visual Studio UI | + | |
WP uses a specific XML markup language called XAML for the UI representation. Visual Studio UI Designer for WP has a similar features compared to the Qt Quick Designer. Expression Blend for WP is a visual UI design tool that is suitable for designers. Qt Quick Designer and Qt Designer are equivalents to Expression Blend. | WP uses a specific XML markup language called XAML for the UI representation. Visual Studio UI Designer for WP has a similar features compared to the Qt Quick Designer. Expression Blend for WP is a visual UI design tool that is suitable for designers. Qt Quick Designer and Qt Designer are equivalents to Expression Blend. | ||
| − | + | The WP Emulator provides a environment in which we can deploy, debug and test applications. | |
| − | The WP Emulator provides a | + | |
==Deploying applications to Windows Phone device== | ==Deploying applications to Windows Phone device== | ||
We need to register the windows phone device before we can deploy app on it using Developer Registration Tool. For that we need a Windows Live ID and a valid App Hub 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. | We need to register the windows phone device before we can deploy app on it using Developer Registration Tool. For that we need a Windows Live ID and a valid App Hub 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. | ||
Revision as of 14:53, 7 October 2011
This article demonstrates how to start with Windows Phone 7 development from Symbain Qt.
Article Metadata
Tested with
Compatibility
Article
Contents |
Introduction
In this article we will see how to start with Windows Phone 7 development tools, but this article is more helpful to those who are from Symbian Qt background. First we will compare both the tools and SDK of WP7 and Symbian Qt needed for development. This will give a clear picture how to start WP7 development from Symbian Qt. Later we will see how to deploy apps on WP device and usability of designing tools. We can say this article is a collection of information to start from Qt to WP7.
Windows Phone and Symbian Qt Development Tools
Qt Creator is the IDE for Symbian Qt application development. The latest release of Qt SDK 1.1.3 includes
- Qt and Qt Mobility APIs for Symbian, MeeGo, desktop, and simulator targets
- Qt Quick with the Qt Quick Components and Qt Creator to provide a complete solution for UI development.
- Qt Creator, Qt Simulator for easy and fast development. And many more
In WP7 Visual Studio 2010 Express for Windows Phone is the IDE that has the feature of designing, developing and debugging of Windows Phone applications. We can download the complete set of tools and SDK from here, which inclulds
- Expression Blend
- XNA Game Studio
- Windows Phone Emulator
- Silverlight for Windows Phone Toolkit
Both Symbian Qt and WP7 tools provides a similar kind of functionality in respective of development. The table below shows the common functionality handled differently by the tools.
| Features | Symbian Qt | Windows Phone 7 |
|---|---|---|
| Developing Language | Qt C++/QML | C#/XAML |
| IDE | Qt Creator | Visual Studio 2010 Express |
| Emulation | Qt Simulator | Windows Phone Emulator |
| UI Designer | Qt Quick Designer, Qt Designer | Expression Blend |
Windows Phone UI Design and Testing Tools
The UI design tools includes Visual Studio UI Designer Expression Blend WP uses a specific XML markup language called XAML for the UI representation. Visual Studio UI Designer for WP has a similar features compared to the Qt Quick Designer. Expression Blend for WP is a visual UI design tool that is suitable for designers. Qt Quick Designer and Qt Designer are equivalents to Expression Blend. The WP Emulator provides a environment in which we can deploy, debug and test applications.
Deploying applications to Windows Phone device
We need to register the windows phone device before we can deploy app on it using Developer Registration Tool. For that we need a Windows Live ID and a valid App Hub 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.
Like Qt Assistant in Symbian Qt WP7 has MSDN for API documentation.
Related Topic on Qt to WP7
Source Code
The full source code of the example is available here: File:StreamingVidoe.zip

