[190] | 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/tutorial.doc:36 -->
|
---|
| 3 | <html>
|
---|
| 4 | <head>
|
---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
---|
| 6 | <title>Qt Tutorial #1 - The 14 Steps</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>Qt Tutorial #1 - The 14 Steps</h1>
|
---|
| 33 |
|
---|
| 34 |
|
---|
| 35 | <p> This tutorial gives an introduction to GUI programming using the Qt
|
---|
| 36 | toolkit. It doesn't cover everything: the emphasis is on teaching the
|
---|
| 37 | programming philosophy of GUI programming, and Qt's features are
|
---|
| 38 | introduced as needed. Some commonly used features are never used in
|
---|
| 39 | this tutorial.
|
---|
| 40 | <p> Chapter one starts with a ten-line hello-world and each subsequent
|
---|
| 41 | chapter introduces one or a few more concepts. By Chapter 14, the ten
|
---|
| 42 | lines from Chapter 1 have turned into a 650-line game.
|
---|
| 43 | <p> If you're completely new to Qt, please read <a href="how-to-learn-qt.html">How to Learn Qt</a> if you haven't already done so.
|
---|
| 44 | <p> Tutorial chapters:
|
---|
| 45 | <ol type=1>
|
---|
| 46 | <li> <a href="tutorial1-01.html">Hello, World!</a>
|
---|
| 47 | <li> <a href="tutorial1-02.html">Calling it Quits</a>
|
---|
| 48 | <li> <a href="tutorial1-03.html">Family Values</a>
|
---|
| 49 | <li> <a href="tutorial1-04.html">Let There Be Widgets</a>
|
---|
| 50 | <li> <a href="tutorial1-05.html">Building Blocks</a>
|
---|
| 51 | <li> <a href="tutorial1-06.html">Building Blocks Galore!</a>
|
---|
| 52 | <li> <a href="tutorial1-07.html">One Thing Leads to Another</a>
|
---|
| 53 | <li> <a href="tutorial1-08.html">Preparing for Battle</a>
|
---|
| 54 | <li> <a href="tutorial1-09.html">With Cannon You Can</a>
|
---|
| 55 | <li> <a href="tutorial1-10.html">Smooth as Silk</a>
|
---|
| 56 | <li> <a href="tutorial1-11.html">Giving It a Shot</a>
|
---|
| 57 | <li> <a href="tutorial1-12.html">Hanging in the Air the Way Bricks Don't</a>
|
---|
| 58 | <li> <a href="tutorial1-13.html">Game Over</a>
|
---|
| 59 | <li> <a href="tutorial1-14.html">Facing the Wall</a>
|
---|
| 60 | </ol>
|
---|
| 61 | <p> This little game doesn't look much like a modern GUI application. It
|
---|
| 62 | uses a good few of the GUI techniques, but after you've worked through
|
---|
| 63 | it, we recommend reading <a href="tutorial2.html">Tutorial #2</a>. The
|
---|
| 64 | second tutorial is a little more formal and covers the features of
|
---|
| 65 | typical application including menubars, toolbars, loading and saving,
|
---|
| 66 | dialogs, etc.
|
---|
| 67 | <p>
|
---|
| 68 | <!-- eof -->
|
---|
| 69 | <p><address><hr><div align=center>
|
---|
| 70 | <table width=100% cellspacing=0 border=0><tr>
|
---|
| 71 | <td>Copyright © 2007
|
---|
| 72 | <a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
|
---|
| 73 | <td align=right><div align=right>Qt 3.3.8</div>
|
---|
| 74 | </table></div></address></body>
|
---|
| 75 | </html>
|
---|