source: trunk/doc/html/groups.html

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

reference documentation added

File size: 6.8 KB
RevLine 
[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/indices.doc:197 -->
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>Grouped Classes</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>Grouped Classes</h1>
33
34
35<p> This page provides a way of navigating Qt's classes by grouping
36related classes together. Some classes may appear in more than one group.
37<p> <center><table cellpadding="4" cellspacing="2" border="0">
38<tr bgcolor="#a2c511">
39<th valign="top">Group
40<th valign="top">Description
41<tr bgcolor="#f0f0f0">
42<td valign="top"><a href="abstractwidgets.html">Abstract Widgets</a>
43<td valign="top">Abstract widget classes usable through subclassing.
44<tr bgcolor="#d0d0d0">
45<td valign="top"><a href="advanced.html">Advanced Widgets</a>
46<td valign="top">Advanced GUI widgets such as listviews and progress bars.
47<tr bgcolor="#f0f0f0">
48<td valign="top"><a href="basic.html">Basic Widgets</a>
49<td valign="top">Basic GUI widgets such as buttons, comboboxes and scrollbars.
50<p>
51<tr bgcolor="#d0d0d0">
52<td valign="top"><a href="database.html">Database</a>
53<td valign="top">Database related classes, e.g. for SQL databases.
54<tr bgcolor="#f0f0f0">
55<td valign="top"><a href="time.html">Date and Time</a>
56<td valign="top">Classes for handling date and time.
57<tr bgcolor="#d0d0d0">
58<td valign="top"><a href="draganddrop.html">Drag and Drop</a>
59<td valign="top">Classes dealing with drag and drop and mime type
60encoding and decoding.
61<tr bgcolor="#f0f0f0">
62<td valign="top"><a href="environment.html">Environment</a>
63<td valign="top">Classes providing various global services such as
64event handling, access to system settings and <a href="i18n.html#internationalization">internationalization</a>.
65<tr bgcolor="#d0d0d0">
66<td valign="top"><a href="events.html">Events</a>
67<td valign="top">Classes used to create and handle events.
68<tr bgcolor="#f0f0f0">
69<td valign="top"><a href="tools.html">Utility Classes</a>
70<td valign="top"><a href="collection.html#collection-classes">Collection classes</a> such as list, queue, stack and string, along
71with other classes that can be used without needing <a href="qapplication.html">QApplication</a>.
72<tr bgcolor="#d0d0d0">
73<td valign="top"><a href="graphics.html">Graphics and Printing</a>
74<td valign="top">Classes providing drawing (and printing) primitives, including
75OpenGL. (See also <a href="images.html">Image Processing</a> and <a href="multimedia.html">Multimedia</a>)
76<tr bgcolor="#f0f0f0">
77<td valign="top"><a href="helpsystem.html">Help System</a>
78<td valign="top">Classes used to provide online-help for applications.
79<tr bgcolor="#d0d0d0">
80<td valign="top"><a href="images.html">Image Processing</a>
81<td valign="top">Digital image encoding, decoding and manipulation.
82(See also <a href="graphics.html">Graphics and Printing</a> and <a href="multimedia.html">Multimedia</a>)
83<tr bgcolor="#f0f0f0">
84<td valign="top"><a href="geomanagement.html">Layout Management</a>
85<td valign="top">Classes handling automatic resizing and moving of widgets, for
86composing complex dialogs.
87<tr bgcolor="#d0d0d0">
88<td valign="top"><a href="shared.html">Implicitly and Explicitly Shared
89Classes</a>
90<td valign="top">Classes that use <a href="shclass.html#reference-counting">reference counting</a> for fast copying.
91<tr bgcolor="#f0f0f0">
92<td valign="top"><a href="io.html">Input/Output and Networking</a>
93<td valign="top">Classes providing file input and output along with directory and
94network handling.
95<tr bgcolor="#d0d0d0">
96<td valign="top"><a href="application.html">MainWindow and Related Classes</a>
97<td valign="top">Everything you need for a typical modern main application window,
98including menus, toolbars, workspace, etc.
99<tr bgcolor="#f0f0f0">
100<td valign="top"><a href="misc.html">Miscellaneous</a>
101<td valign="top">Various other useful classes
102<tr bgcolor="#d0d0d0">
103<td valign="top"><a href="multimedia.html">Multimedia</a>
104<td valign="top">Classes that provide support for graphics, sound, animation, etc.
105(See also <a href="graphics.html">Graphics and Printing</a> and <a href="images.html">Image Processing</a>)
106<tr bgcolor="#f0f0f0">
107<td valign="top"><a href="objectmodel.html">Object Model</a>
108<td valign="top">The Qt GUI toolkit's underlying object model.
109<tr bgcolor="#d0d0d0">
110<td valign="top"><a href="organizers.html">Organizers</a>
111<td valign="top">User interface organizers such as splitters, tab bars, button groups, etc.
112<tr bgcolor="#f0f0f0">
113<td valign="top"><a href="plugins.html">Plugin Classes</a>
114<td valign="top">Plugin related classes.
115<tr bgcolor="#d0d0d0">
116<td valign="top"><a href="dialogs.html">Standard Dialogs</a>
117<td valign="top">Ready-made dialogs for file, font, color selection and more.
118<tr bgcolor="#f0f0f0">
119<td valign="top"><a href="qtl.html">Template Library</a>
120<td valign="top">Qt's template library container classes.
121<tr bgcolor="#d0d0d0">
122<td valign="top"><a href="text.html">Text Related Classes</a>
123<td valign="top">Classes for text
124processing. (See also <a href="xml-tools.html">XML Classes</a>.)
125<tr bgcolor="#f0f0f0">
126<td valign="top"><a href="thread.html">Threading Classes</a>
127<td valign="top">Classes that provide threading support.
128<tr bgcolor="#d0d0d0">
129<td valign="top"><a href="appearance.html">Widget Appearance</a>
130<td valign="top">Appearance customization with styles, fonts, colors etc.
131<tr bgcolor="#f0f0f0">
132<td valign="top"><a href="xml-tools.html">XML Classes</a>
133<td valign="top">Classes that support XML, via, for example DOM and SAX.
134<p> </table></center>
135<p>
136<!-- eof -->
137<p><address><hr><div align=center>
138<table width=100% cellspacing=0 border=0><tr>
139<td>Copyright &copy; 2007
140<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
141<td align=right><div align=right>Qt 3.3.8</div>
142</table></div></address></body>
143</html>
Note: See TracBrowser for help on using the repository browser.