| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | 
|---|
| 2 | <!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/how-to-learn-qt.doc:36 --> | 
|---|
| 3 | <html> | 
|---|
| 4 | <head> | 
|---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | 
|---|
| 6 | <title>How to Learn Qt</title> | 
|---|
| 7 | <style type="text/css"><!-- | 
|---|
| 8 | fn { margin-left: 1cm; text-indent: -1cm; } | 
|---|
| 9 | a:link { color: #004faf; text-decoration: none } | 
|---|
| 10 | a:visited { color: #672967; text-decoration: none } | 
|---|
| 11 | body { background: #ffffff; color: black; } | 
|---|
| 12 | --></style> | 
|---|
| 13 | </head> | 
|---|
| 14 | <body> | 
|---|
| 15 |  | 
|---|
| 16 | <table border="0" cellpadding="0" cellspacing="0" width="100%"> | 
|---|
| 17 | <tr bgcolor="#E5E5E5"> | 
|---|
| 18 | <td valign=center> | 
|---|
| 19 | <a href="index.html"> | 
|---|
| 20 | <font color="#004faf">Home</font></a> | 
|---|
| 21 | | <a href="classes.html"> | 
|---|
| 22 | <font color="#004faf">All Classes</font></a> | 
|---|
| 23 | | <a href="mainclasses.html"> | 
|---|
| 24 | <font color="#004faf">Main Classes</font></a> | 
|---|
| 25 | | <a href="annotated.html"> | 
|---|
| 26 | <font color="#004faf">Annotated</font></a> | 
|---|
| 27 | | <a href="groups.html"> | 
|---|
| 28 | <font color="#004faf">Grouped Classes</font></a> | 
|---|
| 29 | | <a href="functions.html"> | 
|---|
| 30 | <font color="#004faf">Functions</font></a> | 
|---|
| 31 | </td> | 
|---|
| 32 | <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>How to Learn Qt</h1> | 
|---|
| 33 |  | 
|---|
| 34 |  | 
|---|
| 35 |  | 
|---|
| 36 | <p> We assume that you already know C++! | 
|---|
| 37 | <p> The best way to learn Qt is to read the official Qt book, <a | 
|---|
| 38 | href="http://www.amazon.com/exec/obidos/ASIN/0131240722/trolltech/"> | 
|---|
| 39 | C++ GUI Programming with Qt 3 (ISBN 0-13-124072-2)</a>. | 
|---|
| 40 |  | 
|---|
| 41 | This book provides comprehensive coverage of Qt programming all the | 
|---|
| 42 | way from "Hello Qt" to advanced features like multithreading, 2D and | 
|---|
| 43 | 3D graphics, networking, and XML. | 
|---|
| 44 | <p> <a href="http://www.trolltech.com/training/">http://www.trolltech.com/training/</a>{Qt and Qtopia training} is also | 
|---|
| 45 | available. This takes the form of open enrollment courses for the | 
|---|
| 46 | public and on-site training for you and your colleagues. | 
|---|
| 47 | <p> If you can't get hold of the official book, or if you can't wait for | 
|---|
| 48 | it to arrive then here is our suggested learning programme. | 
|---|
| 49 | <p> Read the <a href="http://www.trolltech.com/products/qt/whitepaper.html">Qt Whitepaper</a> first. This provides an overview of Qt's | 
|---|
| 50 | facilities and has snippets of code which demonstrate the Qt approach | 
|---|
| 51 | to programming. It gives you the 'big picture'. | 
|---|
| 52 | <p> If you want to program purely in C++, designing your interfaces in | 
|---|
| 53 | code without the aid of any design tools, read the tutorials. <a href="tutorial.html">Tutorial #1</a> is designed to get you into Qt | 
|---|
| 54 | programming, with the emphasis on working code rather than being a | 
|---|
| 55 | tour of features. <a href="tutorial2.html">Tutorial #2</a> presents a | 
|---|
| 56 | more realistic example, demonstrating how to code menus, toolbars, | 
|---|
| 57 | file loading and saving, dialogs, etc. | 
|---|
| 58 | <p> If you want to design your user interfaces using a design tool, then | 
|---|
| 59 | read at least the first few chapters of the <a href="designer-manual.html">Qt Designer manual</a>. After this, it is still worthwhile trying | 
|---|
| 60 | the pure C++ Tutorials (<a href="tutorial.html">Tutorial #1</a> and | 
|---|
| 61 | <a href="tutorial2.html">Tutorial #2</a>) mentioned above. | 
|---|
| 62 | <p> By now you'll have produced some small working applications and have a | 
|---|
| 63 | broad feel for Qt programming. You could start work on your own | 
|---|
| 64 | projects straight away, but we recommend reading a couple of key | 
|---|
| 65 | overviews to deepen your understanding of Qt: the <a href="object.html">Qt Object Model</a> and <a href="signalsandslots.html">Signals and Slots</a>. | 
|---|
| 66 | <p> At this point we recommend looking at the <a href="overviews-list.html">overviews</a> and reading those that are relevant to your | 
|---|
| 67 | projects. You may also find it useful to browse the source code of the | 
|---|
| 68 | <a href="examples.html">examples</a> that have things in common with | 
|---|
| 69 | your projects. You can also read Qt's source code since this is | 
|---|
| 70 | supplied. | 
|---|
| 71 | <p> If you run the <tt>demo</tt> application (in <tt>$QTDIR/examples/demo</tt>) | 
|---|
| 72 | you'll see many of Qt's widgets in action. | 
|---|
| 73 | <p> Qt comes with extensive documentation, with hypertext cross-references | 
|---|
| 74 | throughout, so you can easily click your way to whatever interests | 
|---|
| 75 | you. The part of the documentation that you'll probably use the most | 
|---|
| 76 | is the <a href="index.html">API Reference</a>. Each link provides a | 
|---|
| 77 | different way of navigating the API Reference; try them all to see | 
|---|
| 78 | which work best for you. You might also like to try <a href="assistant.html">Qt Assistant</a>: this tool is supplied with Qt and | 
|---|
| 79 | provides access to the entire Qt API, and it provides a full text | 
|---|
| 80 | search facility. There are also a growing number of <a href="http://www.trolltech.com/developer/books.html">Qt | 
|---|
| 81 | books</a>. | 
|---|
| 82 | <p> You should now be ready to ground-break: good luck, and have fun! | 
|---|
| 83 | <p> | 
|---|
| 84 | <!-- eof --> | 
|---|
| 85 | <p><address><hr><div align=center> | 
|---|
| 86 | <table width=100% cellspacing=0 border=0><tr> | 
|---|
| 87 | <td>Copyright © 2007 | 
|---|
| 88 | <a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> | 
|---|
| 89 | <td align=right><div align=right>Qt 3.3.8</div> | 
|---|
| 90 | </table></div></address></body> | 
|---|
| 91 | </html> | 
|---|