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