source: trunk/doc/html/examples.html@ 190

Last change on this file since 190 was 190, checked in by rudi, 14 years ago

reference documentation added

File size: 8.5 KB
Line 
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/indices.doc:341 -->
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>Examples</title>
7<style type="text/css"><!--
8fn { margin-left: 1cm; text-indent: -1cm; }
9a:link { color: #004faf; text-decoration: none }
10a:visited { color: #672967; text-decoration: none }
11body { 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&nbsp;Classes</font></a>
23 | <a href="mainclasses.html">
24<font color="#004faf">Main&nbsp;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&nbsp;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>Examples</h1>
33
34
35<p> Qt ships with lots of small and some medium-sized example programs
36that teach you how to implement various tasks with Qt. Most of them will show how to
37use a certain class or module, others aim at programming techniques
38and Qt basics, and some of them simply want to show you what's possible.
39<p> Note that most of the examples assume that you have some experience with C++
40and Qt and therefore are not commented extensively. If you are interested
41in a line-by-line coverage please refer to the tutorials
42<a href="tutorial.html">Tutorial #1</a>, and
43<a href="tutorial2.html">Tutorial #2</a>, and also the
44<a href="step-by-step-examples.html">step-by-step examples</a>.
45<p> <h2> Qt Base Classes: Assorted Examples
46</h2>
47<a name="1"></a><p> <ul>
48<li> <a href="qaction-examples.html">QAction and QActionGroup</a>
49<li> <a href="qfont-examples.html">QFont, QFontMetrics, QFontInfo and QFontDatabase</a>
50<li> <a href="qprocess-examples.html">QProcess</a>
51</ul>
52<p> <h2> Qt Modules: Assorted Examples
53</h2>
54<a name="2"></a><p> <ul>
55<li> <a href="xml-examples.html">XML examples</a>
56<li> <a href="network-examples.html">Network examples</a>
57<li> <a href="opengl-examples.html">OpenGL examples</a>
58<li> <a href="table-examples.html">Table examples</a>
59<li> <a href="sql-examples.html">SQL examples</a>
60</ul>
61<p> <h2> Qt Extensions: Assorted Examples
62</h2>
63<a name="3"></a><p> <ul>
64<li> <a href="activeqt-examples.html">ActiveX support extension</a>
65<li> <a href="motif-examples.html">QMotif support extension</a>
66
67<li> <a href="nsplugin-examples.html">Qt-based plugins for web browsers</a>
68</ul>
69<p> <h2> Miscellaneous Examples
70</h2>
71<a name="4"></a><p>
72<p><table width="100%">
73<tr bgcolor=#f0f0f0><td><b><a href="aclock-example.html">Analog Clock</a></b>
74<tr bgcolor=#f0f0f0><td><b><a href="addressbook-example.html">Simple Addressbook</a></b>
75<tr bgcolor=#f0f0f0><td><b><a href="biff-example.html">Biff (UNIX only)</a></b>
76<tr bgcolor=#f0f0f0><td><b><a href="buttongroups-example.html">Buttons and Groupboxes</a></b>
77<tr bgcolor=#f0f0f0><td><b><a href="canvas-example.html">Canvas Example</a></b>
78<tr bgcolor=#f0f0f0><td><b><a href="checklists-example.html">Listviews with Checkable Items</a></b>
79<tr bgcolor=#f0f0f0><td><b><a href="cursor-example.html">Cursors</a></b>
80<tr bgcolor=#f0f0f0><td><b><a href="customlayout-example.html">Customized Layoutmanager</a></b>
81<tr bgcolor=#f0f0f0><td><b><a href="dclock-example.html">Digital Clock</a></b>
82<tr bgcolor=#f0f0f0><td><b><a href="demo-example.html">Qt Demo</a></b>
83<tr bgcolor=#f0f0f0><td><b><a href="desktop-example.html">Painting on the Desktop</a></b>
84<tr bgcolor=#f0f0f0><td><b><a href="dirview-example.html">A Directory Browser</a></b>
85<tr bgcolor=#f0f0f0><td><b><a href="distributor-example.html">Qt Distribution Example</a></b>
86<tr bgcolor=#f0f0f0><td><b><a href="dragdrop-example.html">Drag and Drop</a></b>
87<tr bgcolor=#f0f0f0><td><b><a href="drawdemo-example.html">Draw Demo</a></b>
88<tr bgcolor=#f0f0f0><td><b><a href="drawlines-example.html">Connect the Points</a></b>
89<tr bgcolor=#f0f0f0><td><b><a href="fileiconview-example.html">Simple Filemanager</a></b>
90<tr bgcolor=#f0f0f0><td><b><a href="forever-example.html">A Rectangle Draw "Benchmark"</a></b>
91<tr bgcolor=#f0f0f0><td><b><a href="hello-example.html">Hello, World</a></b>
92<tr bgcolor=#f0f0f0><td><b><a href="helpsystem-example.html">Helpsystem</a></b>
93<tr bgcolor=#f0f0f0><td><b><a href="helpviewer-example.html">Simple HTML Help Browser</a></b>
94<tr bgcolor=#f0f0f0><td><b><a href="i18n-example.html">Internationalization</a></b>
95<tr bgcolor=#f0f0f0><td><b><a href="iconview-example.html">Iconview</a></b>
96<tr bgcolor=#f0f0f0><td><b><a href="layout-example.html">Layout Managers</a></b>
97<tr bgcolor=#f0f0f0><td><b><a href="life-example.html">Conway's Game of Life</a></b>
98<tr bgcolor=#f0f0f0><td><b><a href="lineedits-example.html">Line Edits</a></b>
99<tr bgcolor=#f0f0f0><td><b><a href="listbox-example.html">Listbox Example</a></b>
100<tr bgcolor=#f0f0f0><td><b><a href="listboxcombo-example.html">Listboxes and Comboboxes</a></b>
101<tr bgcolor=#f0f0f0><td><b><a href="listviews-example.html">Listviews</a></b>
102<tr bgcolor=#f0f0f0><td><b><a href="mdi-example.html">An MDI Application</a></b>
103<tr bgcolor=#f0f0f0><td><b><a href="menu-example.html">Using menus</a></b>
104<tr bgcolor=#f0f0f0><td><b><a href="movies-example.html">Movies or the Story of the Animated GIF file</a></b>
105<tr bgcolor=#f0f0f0><td><b><a href="picture-example.html">Picture</a></b>
106<tr bgcolor=#f0f0f0><td><b><a href="popup-example.html">Popup Widgets</a></b>
107<tr bgcolor=#f0f0f0><td><b><a href="progress-example.html">Progress Bar and Dialog Example</a></b>
108<tr bgcolor=#f0f0f0><td><b><a href="progressbar-example.html">Progress Bar</a></b>
109<tr bgcolor=#f0f0f0><td><b><a href="qdir-example.html">QDir</a></b>
110<tr bgcolor=#f0f0f0><td><b><a href="qfd-example.html">Font Displayer</a></b>
111<tr bgcolor=#f0f0f0><td><b><a href="qmag-example.html">QMag</a></b>
112<tr bgcolor=#f0f0f0><td><b><a href="qtl-qvaluelist-example.html">A Tiny QTL Example</a></b>
113<tr bgcolor=#f0f0f0><td><b><a href="qwerty-example.html">Simple editor that can load encodings</a></b>
114<tr bgcolor=#f0f0f0><td><b><a href="rangecontrols-example.html">Range controls</a></b>
115<tr bgcolor=#f0f0f0><td><b><a href="regexptester-example.html">A Small Application for Testing Regular Expressions</a></b>
116<tr bgcolor=#f0f0f0><td><b><a href="richtext-example.html">Richtext</a></b>
117<tr bgcolor=#f0f0f0><td><b><a href="rot-example.html">Rot13</a></b>
118<tr bgcolor=#f0f0f0><td><b><a href="scribble-example.html">Simple Painting Application</a></b>
119<tr bgcolor=#f0f0f0><td><b><a href="scrollview-example.html">Scrollview</a></b>
120<tr bgcolor=#f0f0f0><td><b><a href="showimg-example.html">Show Image</a></b>
121<tr bgcolor=#f0f0f0><td><b><a href="simple-application-example.html">A Complete Application Window</a></b>
122<tr bgcolor=#f0f0f0><td><b><a href="simple_dd-example.html">Drag and Drop (Simple)</a></b>
123<tr bgcolor=#f0f0f0><td><b><a href="sound-example.html">Sound Example</a></b>
124<tr bgcolor=#f0f0f0><td><b><a href="splitter-example.html">Splitter</a></b>
125<tr bgcolor=#f0f0f0><td><b><a href="tabdialog-example.html">Tabdialog</a></b>
126<tr bgcolor=#f0f0f0><td><b><a href="tablet-example.html">Tablet Example</a></b>
127<tr bgcolor=#f0f0f0><td><b><a href="tetrix-example.html">Tetrix</a></b>
128<tr bgcolor=#f0f0f0><td><b><a href="textedit-example.html">Text Edit Example</a></b>
129<tr bgcolor=#f0f0f0><td><b><a href="themes-example.html">Themes (Styles)</a></b>
130<tr bgcolor=#f0f0f0><td><b><a href="tictac-example.html">Tic Tac Toe</a></b>
131<tr bgcolor=#f0f0f0><td><b><a href="tooltip-example.html">Advanced use of tool tips</a></b>
132<tr bgcolor=#f0f0f0><td><b><a href="toplevel-example.html">Toplevel Widgets</a></b>
133<tr bgcolor=#f0f0f0><td><b><a href="widgets-example.html">Widgets Example</a></b>
134<tr bgcolor=#f0f0f0><td><b><a href="wizard-example.html">Wizard</a></b>
135<tr bgcolor=#f0f0f0><td><b><a href="xform-example.html">Transformed Graphics Demo</a></b>
136</table>
137<!-- eof -->
138<p><address><hr><div align=center>
139<table width=100% cellspacing=0 border=0><tr>
140<td>Copyright &copy; 2007
141<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
142<td align=right><div align=right>Qt 3.3.8</div>
143</table></div></address></body>
144</html>
Note: See TracBrowser for help on using the repository browser.