meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
qt:start [2010/09/28 19:56]
hevi
qt:start [2010/10/19 17:18]
hevi
Line 1: Line 1:
-{{ :qt:qt-logo.jpg?100}}+{{ :qt:qt-logo.png?100}}
 ====== Qt Coding ====== ====== Qt Coding ======
  
-===== Software stack ====== +===== Finding out coding information ===== 
-  * Nokia Qt SDK LGPL +  - Use QtCreator internal help system: word completion, help pages and examples (also in http://doc.qt.nokia.com/
-    * Qt Creator +  - Check out Nokia Qt Development resources http://www.forum.nokia.com/Develop/Qt/ 
-    * Qt Development Libraries+  - Google as usual 
 + 
 +===== Finding out solutions to problems ===== 
 +  - Check error messages, usual it is as it says (although always not so obvious in C++ compilation environment). 
 +  - Search help  
 +  - Google as usual 
 +  - Ask from other groups if they have encountered the alike problems and have some solution. 
 +  - Write the problem into [[Problems and Solutions]] page. 
 +    * Also contribute the [[Problems and Solutions]] page if you have solutions. 
 + 
 + 
 +===== Software stack for install ====== 
 +  * Nokia Qt SDK 1.0, http://www.forum.nokia.com/Develop/Qt/ (offline package recommended) 
 +    * Note: there is **Qt only** package at http://qt.nokia.com/downloads, but that has no mobile support, so select **Nokia** Qt SDK 1.0. 
 +    * Default selection 
 +    * This includes Qt libraries version 4.6 
 +  * Qt libraries 4.7.0 for Windows VS 2008, http://qt.nokia.com/downloads => LGPL 
 +    * Optional, for [[wp>QML]] development 
 +  * Nokia Ovi Suite, http://europe.nokia.com/support/download-software/nokia-ovi-suite 
 +    * Optional, for running developed software fast in real Phone 
 +    * windows only