Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 112b0974ad288f6cd55bf971ee6026a9 > files > 711

libqt3-devel-3.0.2-2mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- /tmp/qt-3.0-reggie-28534/qt-x11-free-3.0.2/doc/indices.doc:328 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Examples</title>
<style type="text/css"><!--
h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }
body { background: #ffffff; color: black; }
--></style>
</head>
<body>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr bgcolor="#E5E5E5">
<td valign=center>
 <a href="index.html">
<font color="#004faf">Home</font></a>
 | <a href="classes.html">
<font color="#004faf">All&nbsp;Classes</font></a>
 | <a href="mainclasses.html">
<font color="#004faf">Main&nbsp;Classes</font></a>
 | <a href="annotated.html">
<font color="#004faf">Annotated</font></a>
 | <a href="groups.html">
<font color="#004faf">Grouped&nbsp;Classes</font></a>
 | <a href="functions.html">
<font color="#004faf">Functions</font></a>
</td>
<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>

 
<p> Qt ships with lots of small and some medium-sized example programs
that teach you how to implement various tasks with Qt. Most of them will show how to
use a certain class or module, others aim at programming techniques
and Qt basics, and some of them simply want to show you what's possible.
<p> Note that most of the examples assume that you have some experience with C++ 
and Qt and therefore are not commented extensively. If you are interested
in a line-by-line coverage please refer to the
<a href="step-by-step-examples.html">step-by-step examples</a>.
<p> <h2> Qt Base Classes: Assorted Examples
</h2>
<a name="1"></a><p> <ul>
<li> <a href="qaction-examples.html">QAction and QActionGroup</a>
<li> <a href="qfont-examples.html">QFont, QFontMetrics, QFontInfo and QFontDatabase</a>
<li> <a href="qprocess-examples.html">QProcess</a>
</ul>
<p> <h2> Qt Modules: Assorted Examples
</h2>
<a name="2"></a><p> <ul>
<li> <a href="xml-examples.html">XML examples</a>
<li> <a href="network-examples.html">Network examples</a>
<li> <a href="opengl-examples.html">OpenGL examples</a>
<li> <a href="table-examples.html">Table examples</a>
<li> <a href="sql-examples.html">SQL examples</a>
</ul>
<p> <h2> Qt Extensions: Assorted Examples
</h2>
<a name="3"></a><p> <ul>
<li> <a href="nsplugin-examples.html">Qt-based plugins for web browsers</a>
<li> <a href="xt-motif-examples.html">Xt/Motif support extension</a>
</ul>
<p> <h2> Miscellaneous Examples
</h2>
<a name="4"></a><p> 
<p><table width="100%">
<tr bgcolor=#f0f0f0><td><b><a href="aclock-example.html">Analog Clock</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="addressbook-example.html">Simple Addressbook</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="biff-example.html">Biff (UNIX only)</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="buttongroups-example.html">Buttons and Groupboxes</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="canvas-example.html">Canvas Example</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="checklists-example.html">Listviews with Checkable Items</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="cursor-example.html">Cursors</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="customlayout-example.html">Customized Layoutmanager</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="dclock-example.html">Digital Clock</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="demo-example.html">Qt Demo</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="desktop-example.html">Painting on the Desktop</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="dirview-example.html">A Directory Browser</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="dragdrop-example.html">Drag and Drop</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="drawdemo-example.html">Draw Demo</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="drawlines-example.html">Connect the Points</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="fileiconview-example.html">Simple Filemanager</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="forever-example.html">A Rectangle Draw "Benchmark"</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="hello-example.html">Hello, World</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="helpviewer-example.html">Simple HTML Help Browser</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="i18n-example.html">Internationalization</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="iconview-example.html">Iconview</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="layout-example.html">Layout Managers</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="life-example.html">Conway's Game of Life</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="lineedits-example.html">Line Edits</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="listbox-example.html">Listbox Example</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="listboxcombo-example.html">Listboxes and Comboboxes</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="listviews-example.html">Listviews</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="mdi-example.html">A MDI Application</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="menu-example.html">Using menus</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="movies-example.html">Movies or the Story of the Animated GIF file</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="picture-example.html">Picture</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="popup-example.html">Popup Widgets</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="progress-example.html">Progress Bar and Dialog Example</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="progressbar-example.html">Progress Bar</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="qdir-example.html">QDir</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="qfd-example.html">Font Displayer</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="qmag-example.html">QMag</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="qtl-qvaluelist-example.html">A Tiny QTL Example</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="qwerty-example.html">Simple HTML Browser</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="rangecontrols-example.html">Range controls</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="richtext-example.html">Richtext</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="rot-example.html">Rot13</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="scribble-example.html">Simple Painting Application</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="scrollview-example.html">Scrollview</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="showimg-example.html">Show Image</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="simple-application-example.html">A Complete Application Window</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="simple_dd-example.html">Drag and Drop (Simple)</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="sound-example.html">Sound Example</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="splitter-example.html">Splitter</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="tabdialog-example.html">Tabdialog</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="tablet-example.html">Tablet Example</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="tetrix-example.html">Tetrix</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="textedit-example.html">Text Edit Example</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="themes-example.html">Themes (Styles)</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="tictac-example.html">Tic Tac Toe</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="tooltip-example.html">Advanced use of tool tips</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="widgets-example.html">Widgets Example</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="wizard-example.html">Wizard</a></b>
<tr bgcolor=#f0f0f0><td><b><a href="xform-example.html">Transformed Graphics Demo</a></b>
</table>
<!-- eof -->
<p><address><hr><div align=center>
<table width=100% cellspacing=0 border=0><tr>
<td>Copyright &copy; 2001 
<a href="http://www.trolltech.com">Trolltech</a><td><a href="http://www.trolltech.com/trademarks.html">Trademarks</a>
<td align=right><div align=right>Qt version 3.0.2</div>
</table></div></address></body>
</html>