![]() |
Starting QT Development for Nokia N9
Hello together, i just bought me the great Nokia N9 mobile phone.
As i also have a N900 and like to provide some help to the so called ecosystem, i want to start my first application. As this will be the first QT ("desktop") application, i'm looking for some usefull hints or tutorials for the first steps. I'm working for a web company and I'm familiar with programming in generall i think this wont be that hard for me. So, do you have any links or information for me? I think this could be interesting for many "new" contributers. |
Re: Starting QT Development for Nokia N9
What is your programming background ? Do you know C/C++ ? Or Python ? Etc ?
|
Re: Starting QT Development for Nokia N9
Quote:
|
Re: Starting QT Development for Nokia N9
You can check my development resources list. :)
|
Re: Starting QT Development for Nokia N9
Thanks for your links. My background is PHP an a bit of Java at the moment. But I think Python with Qt will be my choice for the next time.
Do you know if there is a simple HelloWorld HowTo for the N9 MeeGo Harmattan using the "stylish" UI theme? |
Re: Starting QT Development for Nokia N9
Quote:
http://wiki.meego.com/SDK/Docs/1.1/Creating_Hello_World |
Re: Starting QT Development for Nokia N9
Quote:
|
Re: Starting QT Development for Nokia N9
Yes, install the Qt SDK from qt.nokia.com. It comes with plenty of examples and some tutorials.
The best Hello World example is simply creating a new Qt Quick Application project in Qt Creator, looking at the code, and playing around with it. |
Re: Starting QT Development for Nokia N9
Someone please correct me if I'm wrong. It is my understanding that if you want a Python/Qt app to work on both the N9 and the N900 you will have to use PySide (the version of PyQt created by Nokia). Although you can code your app in a way that it will use whichever of the two is installed:
Code:
try: Using PyQt you will only be able to write GPL (license) programs, unless you purchase a different license from them. Using PySide you are able to write proprietary programs, but PySide may not be as mature as PyQt, not sure about this. Any way, hope some of this helps a little. |
Re: Starting QT Development for Nokia N9
QML is supported on the N900 with PR 1.3. Qt version is 4.7.0.
The CSSU updates have the more recent version Qt 4.7.4 which is the same the N9 runs. However, QML on the N900 is not really performant. The hardware would be capable as it runs fine on Nemo, but the graphics driver of the Maemo OS is not. |
All times are GMT. The time now is 03:44. |
vBulletin® Version 3.8.8