meta data for this page
  •  

Qt Coding

Finding out coding information

  1. Use QtCreator internal help system: word completion, help pages and examples (also in http://doc.qt.nokia.com/)
  2. Check out Nokia Qt Development resources http://www.forum.nokia.com/Develop/Qt/
  3. Google as usual

Finding out solutions to problems

  1. Check error messages, usual it is as it says (although always not so obvious in C++ compilation environment).
  2. Search help
  3. Google as usual
  4. Ask from other groups if they have encountered the alike problems and have some solution.
  5. Write the problem into Problems and Solutions page.

Software stack for install