meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| qt:start [2010/09/28 20:22] – hevi | qt:start [2010/10/20 10:13] (current) – hevi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{ : | + | ~~NOTOC~~ |
| ====== Qt Coding ====== | ====== Qt Coding ====== | ||
| + | {{ : | ||
| - | ===== Software stack ====== | + | |
| + | ===== Finding out coding information ===== | ||
| + | - Use QtCreator internal help system: word completion, help pages and examples (also in http:// | ||
| + | - Check out Nokia Qt Development resources http:// | ||
| + | - 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:// | * Nokia Qt SDK 1.0, http:// | ||
| * Note: there is **Qt only** package at http:// | * Note: there is **Qt only** package at http:// | ||
| * Default selection | * Default selection | ||
| + | * This includes Qt libraries version 4.6 | ||
| + | * Qt libraries 4.7.0 for Windows VS 2008, http:// | ||
| + | * Optional, for [[wp> | ||
| + | * Nokia Ovi Suite, http:// | ||
| + | * Optional, for running developed software fast in real Phone | ||
| + | * windows only | ||
| + | |||