This file is indexed.

/usr/share/qt5/doc/qtdoc/overviews.html is in qt5-doc-html 5.5.1-1.

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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- overviews.qdoc -->
  <title>All Overviews | Qt 5.5 </title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
    <div class="main">
    <div class="main-rounded">
        <div class="navigationbar">
        <ul>
<li><a href="index.html">Qt 5.5</a></li>
<li>All Overviews</li>
<li id="buildversion">Qt 5.5.1 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#overviews">Overviews</a></li>
<li class="level1"><a href="#modules">Modules</a></li>
<li class="level1"><a href="#qml-modules">QML Modules</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">All Overviews</h1>
<span class="subtitle"></span>
<!-- $$$overviews.html-description -->
<div class="descr"> <a name="details"></a>
<a name="overviews"></a>
<h2 id="overviews">Overviews</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="accessibility.html">Accessibility Classes</a></p></td><td class="tblDescr"><p>Functions ensuring communication between accessible applications and accessibility tools</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="modules.html">All C++ APIs per Module</a></p></td><td class="tblDescr"><p>A list of C++ modules</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qmlmodules.html">All QML Modules</a></p></td><td class="tblDescr"><p>Overview of available QML Modules</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/animation.html">Animation Framework</a></p></td><td class="tblDescr"><p>Provides an easy way for creating animated GUIs</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickcontrols/views.html">Application Navigation and Views</a></p></td><td class="tblDescr"><p>How to add views and navigation within an application</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquickcontrols/applicationwindow.html">Application Window</a></p></td><td class="tblDescr"><p>A window adding convenience for positioning items</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="best-practices.html">Best Practice Guides</a></p></td><td class="tblDescr"><p>How-To and Best Practice Guides</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquickcontrols/controls.html">Buttons and Controls</a></p></td><td class="tblDescr"><p>Buttons and UI Controls</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="string-processing.html">Classes for String Data</a></p></td><td class="tblDescr"><p>Classes for working with string data</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/database.html">Database Classes</a></p></td><td class="tblDescr"><p>Database related classes, e.g. for SQL databases</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/examples-desktop.html">Desktop Examples</a></p></td><td class="tblDescr"><p>Integrating your Qt application with your favorite desktop</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/examples-dialogs.html">Dialog Examples</a></p></td><td class="tblDescr"><p>Using Qt's standard dialogs and building and using custom dialogs</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickdialogs/dialogs.html">Dialogs</a></p></td><td class="tblDescr"><p>Dialog components</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/events.html">Event Classes</a></p></td><td class="tblDescr"><p>Classes used to create and handle events</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="groups.html">Groups Of Related Classes</a></p></td><td class="tblDescr"><p>If you know what kind of class you want (GUI, painting, I.O, etc), look here</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="examples-ipc.html">IPC Examples</a></p></td><td class="tblDescr"><p>Inter-Process Communication with Qt</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/shared.html">Implicitly Shared Classes</a></p></td><td class="tblDescr"><p>How to maximize resource usage by implicit data sharing</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/io.html">Input/Output and Networking</a></p></td><td class="tblDescr"><p>Classes providing file input and output along with directory and network handling</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="internationalization.html">Internationalization with Qt</a></p></td><td class="tblDescr"><p>Information about Qt's support for internationalization and multiple languages</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/examples-itemviews.html">Item Views Examples</a></p></td><td class="tblDescr"><p>Using the model/view framework</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/json.html">JSON Support in Qt</a></p></td><td class="tblDescr"><p>An overview of JSON support in Qt</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="all-examples.html">List of Qt Examples</a></p></td><td class="tblDescr"><p>Alphabetical listing of Qt Examples</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/examples-mainwindow.html">Main Window Examples</a></p></td><td class="tblDescr"><p>Building applications around a main window</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquickcontrols/menus.html">Menus</a></p></td><td class="tblDescr"><p>How to create a menu bar</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/examples-network.html">Network Examples</a></p></td><td class="tblDescr"><p>How to do network programming in Qt</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/network.html">Network Programming API</a></p></td><td class="tblDescr"><p>Classes for Network Programming</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtopengl/examples-widgets-opengl.html">OpenGL Examples from the Qt OpenGL module</a></p></td><td class="tblDescr"><p>Accessing OpenGL from Qt</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/painting.html">Painting Classes</a></p></td><td class="tblDescr"><p>Classes that provide support for painting</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/examples-painting.html">Painting Examples</a></p></td><td class="tblDescr"><p>How to use the Qt painting system</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/plugins.html">Plugin Classes</a></p></td><td class="tblDescr"><p>Plugin related classes</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtprintsupport/printing.html">Printer and Printing APIs</a></p></td><td class="tblDescr"><p>Classes for producing printed output</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qml-qtlocation5-maps.html">QML Maps Plugin</a></p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtassistant/examples-qtassistant.html">Qt Assistant Examples</a></p></td><td class="tblDescr"><p>Using Qt Assistant as a help viewer for Qt applications</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="i18n.html">Qt Classes for Internationalization</a></p></td><td class="tblDescr"><p>How to internationalize your Qt application</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qtconcurrentexamples.html">Qt Concurrent Examples</a></p></td><td class="tblDescr"><p>List of examples demonstrating the concurrent programming basics</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/examples-dbus.html">Qt D-Bus Examples</a></p></td><td class="tblDescr"><p>Using D-Bus from Qt applications</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/examples-designer.html">Qt Designer Examples</a></p></td><td class="tblDescr"><p>Using Qt Designer to build your UI</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qthelp/examples-qthelp.html">Qt Help Examples</a></p></td><td class="tblDescr"><p>Adding context-sensitive help to Qt applications</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="licensing.html">Qt Licensing</a></p></td><td class="tblDescr"><p>Information about licenses and licensing issues</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlinguist/examples-linguist.html">Qt Linguist Examples</a></p></td><td class="tblDescr"><p>Using Qt Linguist to internationalize your Qt application</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qtlocation-examples.html">Qt Location Examples</a></p></td><td class="tblDescr"><p>Examples for the Qt Location module</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/multimedia-examples.html">Qt Multimedia Examples</a></p></td><td class="tblDescr"><p>Demonstrates the multimedia functionality provided by Qt</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qtpositioning-examples.html">Qt Positioning Examples</a></p></td><td class="tblDescr"><p>Examples for the Qt Positioning module</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qmlextendingexamples.html">Qt QML Examples</a></p></td><td class="tblDescr"><p>List of Qt QML examples for reference</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickcontrols/qtquickcontrols-examples.html">Qt Quick Controls Examples</a></p></td><td class="tblDescr"><p>A Collection of examples for Qt Quick Controls, written in QML</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquickdialogs/qtquickdialog-examples.html">Qt Quick Examples - Dialogs</a></p></td><td class="tblDescr"><p>A Collection of examples for Qt Quick Dialogs, written in QML</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickextras/qtquickextras-examples.html">Qt Quick Extras Examples</a></p></td><td class="tblDescr"><p>A collection of examples for Qt Quick Extras</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-scenegraph-materials.html">Qt Quick Scene Graph Material Classes</a></p></td><td class="tblDescr"><p>Classes used to define materials in the Qt Quick Scene Graph</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-scenegraph-nodes.html">Qt Quick Scene Graph Node classes</a></p></td><td class="tblDescr"><p>Nodes that can be used as part of the scene graph</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="sql-examples.html">Qt SQL Examples</a></p></td><td class="tblDescr"><p>List of examples demonstrating the SQL use cases</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/sensors-backend-topics.html">Qt Sensors Backend</a></p></td><td class="tblDescr"><p>Describes how to use the Qt Sensors backend</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qtsensors-examples.html">Qt Sensors Examples</a></p></td><td class="tblDescr"><p>Examples for the Qt Sensors module</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtserialport/qtserialport-examples.html">Qt Serial Port Examples</a></p></td><td class="tblDescr"><p>List of serial port examples</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtuitools/examples-qtuitools.html">Qt UI Tools Examples</a></p></td><td class="tblDescr"><p>Using Qt UI Tools to process UI forms</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebkitexamples/webkit-qmlexamples.html">Qt WebKit Examples List</a></p></td><td class="tblDescr"><p>QML examples demonstrating Webkit features</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkitexamples/webkit-widgetexamples.html">Qt WebKit Widgets Examples</a></p></td><td class="tblDescr"><p>Examples demonstrating the webkit widgets usage</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebsockets/qtwebsockets-examples.html">Qt WebSockets Examples</a></p></td><td class="tblDescr"><p>List of Qt WebSocket examples</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/gallery.html">Qt Widget Gallery</a></p></td><td class="tblDescr"><p>Qt widgets shown in different styles on various platforms</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/examples-widgets.html">Qt Widgets Examples</a></p></td><td class="tblDescr"><p>Lots of examples of how to use different kinds of widgets</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="xml-examples.html">Qt XML Examples</a></p></td><td class="tblDescr"><p>List of examples demonstrating the XML processing use cases</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/xmlpattern-examples.html">Qt XML Patterns Examples</a></p></td><td class="tblDescr"><p>Examples in the Qt XML Patterns module</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtce.html">Qt for Windows CE</a></p></td><td class="tblDescr"><p>Documents related to Qt for Windows CE</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/painting-3d.html">Rendering in 3D</a></p></td><td class="tblDescr"><p>Classes that provide support for rendering in 3D</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/examples-richtext.html">Rich Text Examples</a></p></td><td class="tblDescr"><p>Using the document-oriented rich text engine</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/richtext-processing.html">Rich Text Processing APIs</a></p></td><td class="tblDescr"><p>How to use Rich Text Processing APIs</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/script.html">Scripting Classes and Overviews</a></p></td><td class="tblDescr"><p>Classes that add scripting capabilities to Qt applications</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/standard-dialogs.html">Standard Dialogs</a></p></td><td class="tblDescr"><p>A list of Qt classes for implementing standard dialogs</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/statemachine.html">State Machine Classes</a></p></td><td class="tblDescr"><p>How to create and execute state graphs</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickcontrols/controlsstyling.html">Styling Controls</a></p></td><td class="tblDescr"><p>Provides custom styling for Buttons and UI Controls</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquickcontrols/stylingtutorials.html">Styling Tutorials</a></p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickcontrols/viewsstyling.html">Styling Views</a></p></td><td class="tblDescr"><p>How to add custom styles for views</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="thread.html">Threading Classes</a></p></td><td class="tblDescr"><p>How to develop multithreaded applications</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="examples-widgets-tools.html">Tools Examples</a></p></td><td class="tblDescr"><p>Using Qt's containers, iterators, and other tool classes</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qt-gui-concepts.html">UI Design with Qt</a></p></td><td class="tblDescr"><p>Qt components for constructing native look and feel desktop UI's</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/xml-tools.html">XML Classes</a></p></td><td class="tblDescr"><p>Classes that support XML, via, for example DOM and SAX</p></td></tr>
</table></div>
<a name="modules"></a>
<h2 id="modules">Modules</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtbluetooth/qtbluetooth-module.html">QtBluetooth</a></p></td><td class="tblDescr"><p>Enables basic Bluetooth operations like scanning for devices and connecting them</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtconcurrent/qtconcurrent-module.html">QtConcurrent</a></p></td><td class="tblDescr"><p>Qt Concurrent module contains functionality to support concurrent execution of program code</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qtcore-module.html">QtCore</a></p></td><td class="tblDescr"><p>Provides core non-GUI functionality</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qtdbus-module.html">QtDBus</a></p></td><td class="tblDescr"><p>Qt D-Bus module is a Unix-only library that you can use to perform Inter-Process Communication using the D-Bus protocol</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qtdesigner-module.html">QtDesigner</a></p></td><td class="tblDescr"><p>Provides classes to create your own custom widget plugins for Qt Designer and classes to access Qt Designer components</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtgui-module.html">QtGui</a></p></td><td class="tblDescr"><p>Qt GUI module provides the basic enablers for graphical applications written with Qt</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qthelp/qthelp-module.html">QtHelp</a></p></td><td class="tblDescr"><p>Provides classes for integrating online documentation in applications</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qtlocation-module.html">QtLocation</a></p></td><td class="tblDescr"><p>Provides C++ interfaces to retrieve location and navigational information</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qtmultimedia-module.html">QtMultimedia</a></p></td><td class="tblDescr"><p>Qt Multimedia module provides audio, video, radio and camera functionality</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimediawidgets/qtmultimediawidgets-module.html">QtMultimediaWidgets</a></p></td><td class="tblDescr"><p>Classes provided by the Qt Multimedia Widgets module</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-module.html">QtNetwork</a></p></td><td class="tblDescr"><p>Provides classes to make network programming easier and portable</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnfc/qtnfc-module.html">QtNfc</a></p></td><td class="tblDescr"><p>An API for accessing NFC Forum Tags</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtopengl/qtopengl-module.html">QtOpenGL</a></p></td><td class="tblDescr"><p>Qt OpenGL module offers classes that make it easy to use OpenGL in Qt applications</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtplatformheaders/qtplatformheaders-module.html">QtPlatformHeaders</a></p></td><td class="tblDescr"><p>Qt Platform Headers module offers header-only inline classes that encapsulate platform-specific information that is tied to a given runtime configuration of a platform plugin</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qtpositioning-module.html">QtPositioning</a></p></td><td class="tblDescr"><p>Positioning module provides positioning information via QML and C++ interfaces</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtprintsupport/qtprintsupport-module.html">QtPrintSupport</a></p></td><td class="tblDescr"><p>Qt PrintSupport module provides classes to make printing easier and portable</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-module.html">QtQml</a></p></td><td class="tblDescr"><p>C++ API provided by the Qt QML module</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-module.html">QtQuick</a></p></td><td class="tblDescr"><p>Qt Quick module provides classes for embedding Qt Quick in Qt/C++ applications</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquickwidgets-module.html">QtQuickWidgets</a></p></td><td class="tblDescr"><p>C++ API provided by the Qt Quick Widgets module</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/qtscript-module.html">QtScript</a></p></td><td class="tblDescr"><p>Qt Script module provides classes for making Qt applications scriptable</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscripttools/qtscripttools-module.html">QtScriptTools</a></p></td><td class="tblDescr"><p>Provides additional components for applications that use Qt Script</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qtsensors-module.html">QtSensors</a></p></td><td class="tblDescr"><p>Provides classes for reading sensor data</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtserialport/qtserialport-module.html">QtSerialPort</a></p></td><td class="tblDescr"><p>List of C++ classes that enable access to a serial port</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qtsql-module.html">QtSql</a></p></td><td class="tblDescr"><p>Provides a driver layer, SQL API layer, and a user interface layer for SQL databases</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsvg/qtsvg-module.html">QtSvg</a></p></td><td class="tblDescr"><p>Qt SVG module provides functionality for handling SVG images</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qttestlib/qttest-module.html">QtTest</a></p></td><td class="tblDescr"><p>Provides classes for unit testing Qt applications and libraries</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtuitools/qtuitools-module.html">QtUiTools</a></p></td><td class="tblDescr"><p>Provides classes to handle forms created with Qt Designer</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkit/qtwebkit-module.html">QtWebKit</a></p></td><td class="tblDescr"><p>Provides a web browser engine as well as C++ classes to render and interact with web content</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebsockets/qtwebsockets-module.html">QtWebSockets</a></p></td><td class="tblDescr"><p>List of C++ classes that enable WebSocket-based communication</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-module.html">QtWidgets</a></p></td><td class="tblDescr"><p>Qt Widgets module extends Qt GUI with C++ widget functionality</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtx11extras/qtx11extras-module.html">QtX11Extras</a></p></td><td class="tblDescr"><p>Provides classes for developing for the X11 platform</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qtxml-module.html">QtXml</a></p></td><td class="tblDescr"><p>Qt XML module provides C++ implementations of the SAX and DOM standards for XML</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qtxmlpatterns-module.html">QtXmlPatterns</a></p></td><td class="tblDescr"><p>Qt XML Patterns module provides support for XPath, XQuery, XSLT and XML Schema validation</p></td></tr>
</table></div>
<a name="qml-modules"></a>
<h2 id="qml-modules">QML Modules</h2>
</div>
<!-- @@@overviews.html -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2015 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>