tags:

views:

112

answers:

3

i want to understand how qt works under nokia symbian Os .

Regards

A: 

Then please check out some of the resources explaining QT.

http://qt.nokia.com/products/platform/symbian/

http://www.google.com/search?q=qt+nokia+symbian

Regards

James Santiago
A: 

The Symbian Platform has open sourced (http://developer.symbian.org/main/source/browse/index.php). There is a snapshot of Qt there as well. In addition to exploring the source, you'll find several books on the Symbian OS have been made available via the website as well as referenced manuals, etc.

-hth John

John
+1  A: 

First you need to download QT SDK for Symbian. Current stable version is 4.6.3. Then install it. The package contains QT Creator which is IDE. Then you need to install QT Framework to Symbian device and then try to build and deploy some example from the QT examples package.

Here is a documentation for QT 4.6.3 http://qt.nokia.com/doc/4.6/index.html.

Also there is a beta 4.7 which includes QT Quick and QT Creator 2.0.

Here you can find the official blogs http://labs.qt.nokia.com/blogs/.

If you need to use some Symbian APIs e.g. Network API, Multimedia e.t.c then you need to download also QTMobility.

There is also a Nokia QT SDK which inludes all that you need for development on Symbian platform using QT http://www.forum.nokia.com/Develop/Qt/Tools/

http://qt.nokia.com/developer - here you can find all that I described above.

Have a nice trip into QT world! ;)

Sergey