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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- modules.qdoc -->
<title>Qt 4.8: All Modules</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
<div class="content">
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
</div>
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
Modules </ul>
</div>
</div>
<div class="content mainContent">
<link rel="next" href="qtcore.html" />
<link rel="start" href="index.html" />
<p class="naviNextPrevious headerNavi">
<a class="nextPage" href="qtcore.html">QtCore Module</a>
</p><p/>
<h1 class="title">All Modules</h1>
<span class="subtitle"></span>
<!-- $$$modules-description -->
<div class="descr"> <a name="details"></a>
<table class="generic" width="80%">
<thead><tr class="qt-style"><th colspan="2"><b>Modules for general software development</b></th></tr></thead>
<tr valign="top" class="odd"><td ><a href="qtcore.html">QtCore</a></td><td >Core non-graphical classes used by other modules</td></tr>
<tr valign="top" class="even"><td ><a href="qtgui.html">QtGui</a></td><td >Graphical user interface (GUI) components</td></tr>
<tr valign="top" class="odd"><td ><a href="qtmultimedia.html">QtMultimedia</a></td><td >Classes for low-level multimedia functionality</td></tr>
<tr valign="top" class="even"><td ><a href="qtnetwork.html">QtNetwork</a></td><td >Classes for network programming</td></tr>
<tr valign="top" class="odd"><td ><a href="qtopengl.html">QtOpenGL</a></td><td >OpenGL support classes</td></tr>
<tr valign="top" class="even"><td ><a href="qtopenvg.html">QtOpenVG</a></td><td >OpenVG support classes</td></tr>
<tr valign="top" class="odd"><td ><a href="qtscript.html">QtScript</a></td><td >Classes for evaluating Qt Scripts</td></tr>
<tr valign="top" class="even"><td ><a href="qtscripttools.html">QtScriptTools</a></td><td >Additional Qt Script components</td></tr>
<tr valign="top" class="odd"><td ><a href="qtsql.html">QtSql</a></td><td >Classes for database integration using SQL</td></tr>
<tr valign="top" class="even"><td ><a href="qtsvg.html">QtSvg</a></td><td >Classes for displaying the contents of SVG files</td></tr>
<tr valign="top" class="odd"><td ><a href="qtwebkit.html">QtWebKit</a></td><td >Classes for displaying and editing Web content</td></tr>
<tr valign="top" class="even"><td ><a href="qtxml.html">QtXml</a></td><td >Classes for handling XML</td></tr>
<tr valign="top" class="odd"><td ><a href="qtxmlpatterns.html">QtXmlPatterns</a></td><td >An <a href="xmlprocessing.html">XQuery</a> & XPath engine for XML and custom data models</td></tr>
<tr valign="top" class="even"><td ><a href="qtdeclarative.html">QtDeclarative</a></td><td >An engine for declaratively building fluid user interfaces.</td></tr>
<tr valign="top" class="odd"><td ><a href="phonon-module.html">Phonon</a></td><td >Multimedia framework classes</td></tr>
<tr valign="top" class="even"><td ><a href="qt3support.html">Qt3Support</a></td><td >Qt 3 compatibility classes</td></tr>
<thead><tr class="qt-style"><th colspan="2"><b>Modules for working with Qt's tools</b></th></tr></thead>
<tr valign="top" class="odd"><td ><a href="qtdesigner.html">QtDesigner</a></td><td >Classes for extending <i>Qt Designer</i></td></tr>
<tr valign="top" class="even"><td ><a href="qtuitools.html">QtUiTools</a></td><td >Classes for handling <i>Qt Designer</i> forms in applications</td></tr>
<tr valign="top" class="odd"><td ><a href="qthelp.html">QtHelp</a></td><td >Classes for online help</td></tr>
<tr valign="top" class="even"><td ><a href="qttest.html">QtTest</a></td><td >Tool classes for unit testing</td></tr>
<thead><tr class="qt-style"><th colspan="2"><b>Modules for Windows developers</b></th></tr></thead>
<tr valign="top" class="odd"><td ><a href="qaxcontainer.html">QAxContainer</a></td><td >Extension for accessing ActiveX controls</td></tr>
<tr valign="top" class="even"><td ><a href="qaxserver.html">QAxServer</a></td><td >Extension for writing ActiveX servers</td></tr>
<thead><tr class="qt-style"><th colspan="2"><b>Modules for Unix developers</b></th></tr></thead>
<tr valign="top" class="odd"><td ><a href="qtdbus.html">QtDBus</a></td><td >Classes for Inter-Process Communication using the D-Bus</td></tr>
</table>
<p>If you use <a href="qmake-manual.html#qmake">qmake</a> to build your projects, the <a href="qtcore.html">QtCore</a> and <a href="qtgui.html">QtGui</a> modules are included by default. To link only against <a href="qtcore.html">QtCore</a>, add the following line to your <tt>.pro</tt> file:</p>
<pre class="cpp"> QT -= gui</pre>
<p>On Windows, if you do not use <a href="qmake-manual.html#qmake">qmake</a> or other build tools such as CMake, you also need to link against the <tt>qtmain</tt> library.</p>
</div>
<p><b>See also </b><a href="classlists.html">Class and Function Documentation</a>.</p>
<!-- @@@modules -->
<table class="annotated">
</table>
<p class="naviNextPrevious footerNavi">
<a class="nextPage" href="qtcore.html">QtCore Module</a>
</p>
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2012 Nokia Corporation and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.</p>
<br />
<p>
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.</p>
<p>
Documentation sources may be obtained from <a href="http://www.qt-project.org">
www.qt-project.org</a>.</p>
<br />
<p>
Nokia, Qt and their respective logos are trademarks of Nokia Corporation
in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. <a title="Privacy Policy"
href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
</body>
</html>
|