I have decided to write a list of my tutorials for Qt for MeeGo and Symbian^3 phones. This way everything will be in one place I will update this list when I create more tutorials so you can maybe add the page to your favorites. Hit Read more to see the list
where to download Qt SDK? How to install it on your computer?
This is step by step guide how to create your first Qt app for Nokia phones. Qt SKD 1.4.4 is used for this video tutorial, but it should work on 1.2.1 also.
Explanation of the hello world app. What is a project file? What is native code? What is declarative code? Explanation of the main.cpp file. Created using Qt SDK 1.4.4.
Explanation of the code behind the main.qml and MainPage.qml. What is the relation between main.qml and MainPage.qml? Created using Qt SDK 1.4.4.
How to create a button? How to detect when it is pushed? We will also create a Text element, write statements to the console log and explain parent child relationship in QML. Position elements for landscape and for portrait orientation. Created using Qt SDK 1.4.4. Should also work on Qt SDK 1.2.1
How to use PNG images inside Symbian^3 and MeeGo App? How to rotate the image? Rotation animation element explained. How to create and use custom properties?
How to remove ToolBar from Qt Quick project? Preventing Screen orientation in the app. What is SpringAnimation and how to use it?
comming soon!!! How to read GPS data from within QML? What is PositionSource element? Creating JavaScript functions and using JavaScript Math methods
Not my guides but definitely worth checking out:
This is Nokia Qt official tutorial/document. It will cover the app creation from scratch. This tutorial creates ToDo List type of the app. It will cover adding multiple pages to an app. storing data to offline storage. Creating list, input forms and many other stuff. Definitely check it out!
No comments:
Post a Comment