Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > f93881942bd3805980c2fe63aa853d78 > files > 230

qtdoc5-5.9.4-1.mga6.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qtmodules.qdoc -->
  <title>All Modules | Qt 5.9</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
    // loading style sheet breaks anchors that were jumped to before
    // so force jumping to anchor again
    setTimeout(function() {
        var anchor = location.hash;
        // need to jump to different anchor first (e.g. none)
        location.hash = "#";
        setTimeout(function() {
            location.hash = anchor;
        }, 0);
    }, 0);
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td ><a href="index.html">Qt 5.9</a></td><td >All Modules</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.9.4 Reference Documentation</td>
        </tr></table>
      </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="#qt-essentials">Qt Essentials</a></li>
<li class="level1"><a href="#qt-add-ons">Qt Add-Ons</a></li>
<li class="level1"><a href="#value-add-modules">Value-Add Modules</a></li>
<li class="level1"><a href="#technology-preview-modules">Technology Preview Modules</a></li>
<li class="level1"><a href="#qt-tools">Qt Tools</a></li>
<li class="level1"><a href="#where-to-go-from-here">Where to Go from Here</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">All Modules</h1>
<span class="subtitle"></span>
<!-- $$$qtmodules.html-description -->
<div class="descr"> <a name="details"></a>
<a name="qt-essentials"></a>
<h2 id="qt-essentials">Qt Essentials</h2>
<p>Qt essentials define the foundation of Qt on all platforms. They are available on all supported development platforms and on the tested target platforms. They will remain source and binary compatible during Qt 5.</p>
<p>Essential modules are general and useful for a majority of Qt applications. A module that is used for a special purpose is considered an add-on module even if it is available on all supported platforms.</p>
<p>The following table lists the Qt essentials:</p>
<div class="table"><table class="generic" width="80%">
 <thead><tr class="qt-style"><th >Module</th><th >Description</th></tr></thead>
<tr valign="top" class="odd"><td >Qt Core</td><td >Core non-graphical classes used by other modules.</td></tr>
<tr valign="top" class="even"><td >Qt GUI</td><td >Base classes for graphical user interface (GUI) components. Includes OpenGL.</td></tr>
<tr valign="top" class="odd"><td >Qt Multimedia</td><td >Classes for audio, video, radio and camera functionality.</td></tr>
<tr valign="top" class="even"><td >Qt Multimedia Widgets</td><td >Widget-based classes for implementing multimedia functionality.</td></tr>
<tr valign="top" class="odd"><td >Qt Network</td><td >Classes to make network programming easier and more portable.</td></tr>
<tr valign="top" class="even"><td >Qt QML</td><td >Classes for QML and JavaScript languages.</td></tr>
<tr valign="top" class="odd"><td >Qt Quick</td><td >A declarative framework for building highly dynamic applications with custom user interfaces.</td></tr>
<tr valign="top" class="even"><td >Qt Quick Controls</td><td >Reusable Qt Quick based UI controls to create classic desktop-style user interfaces.</td></tr>
<tr valign="top" class="odd"><td >Qt Quick Dialogs</td><td >Types for creating and interacting with system dialogs from a Qt Quick application.</td></tr>
<tr valign="top" class="even"><td >Qt Quick Layouts</td><td >Layouts are items that are used to arrange Qt Quick 2 based items in the user interface.</td></tr>
<tr valign="top" class="odd"><td >Qt SQL</td><td >Classes for database integration using SQL.</td></tr>
<tr valign="top" class="even"><td >Qt Test</td><td >Classes for unit testing Qt applications and libraries.</td></tr>
<tr valign="top" class="odd"><td >Qt Widgets</td><td >Classes to extend Qt GUI with C++ widgets.</td></tr>
</table></div>
<p>If you use qmake to build your projects, the Qt Core and Qt GUI modules are included by default. To link only against Qt Core, add the following line to your <code>.pro</code> file:</p>
<pre class="cpp">

  QT <span class="operator">-</span><span class="operator">=</span> gui

</pre>
<p>On Windows, if you do not use qmake or other build tools such as <a href="cmake-manual.html">CMake</a>, you also need to link against the <code>qtmain</code> library.</p>
<a name="qt-add-ons"></a>
<h2 id="qt-add-ons">Qt Add-Ons</h2>
<p><i>Qt Add-On</i> modules bring additional value for specific purposes. These modules may only be available on some development platform. Many add-on modules are either feature-complete and exist for backwards compatibility, or are only applicable to certain platforms. Each add-on module specifies its compatibility promise separately.</p>
<p>The Qt installers include the option of downloading the add-ons. For more information, visit the <a href="gettingstarted.html">Getting Started with Qt</a> page.</p>
<p>The following table lists the Qt add-ons:</p>
<div class="table"><table class="generic" width="80%">
 <thead><tr class="qt-style"><th >Module</th><th >Development Platforms</th><th >Target Platforms</th><th >Description</th></tr></thead>
<tr valign="top" class="odd"><td >Active Qt</td><td ><a href="windows-support.html">Windows</a></td><td ></td><td >Classes for applications which use ActiveX and COM</td></tr>
<tr valign="top" class="even"><td ><a href="whatsnew56.html#qt-3d">Qt 3D</a></td><td >All</td><td ></td><td >Functionality for near-realtime simulation systems with support for 2D and 3D rendering.</td></tr>
<tr valign="top" class="odd"><td ><a href="http://doc.qt.io/archives/qt-5.3/enginio-index.html">Enginio</a> (Deprecated)</td><td >All</td><td >All</td><td >A Backend-as-a-Service solution to ease the backend development for connected and data-driven applications.</td></tr>
<tr valign="top" class="even"><td >Qt Android Extras</td><td >All</td><td ><a href="android-support.html">Android</a></td><td >Provides platform-specific APIs for Android.</td></tr>
<tr valign="top" class="odd"><td >Qt Bluetooth</td><td >All</td><td ><a href="android-support.html">Android</a>, <a href="ios-support.html">iOS</a>, <a href="linux.html">Linux</a> and <a href="osx.html">macOS</a></td><td >Provides access to Bluetooth hardware.</td></tr>
<tr valign="top" class="even"><td >Qt Canvas 3D</td><td >All</td><td ></td><td >Enables OpenGL-like 3D drawing calls from Qt Quick applications using JavaScript.</td></tr>
<tr valign="top" class="odd"><td >Qt Concurrent</td><td ></td><td ></td><td >Classes for writing multi-threaded programs without using low-level threading primitives.</td></tr>
<tr valign="top" class="even"><td >Qt D-Bus</td><td >All</td><td ></td><td >Classes for inter-process communication over the D-Bus protocol.</td></tr>
<tr valign="top" class="odd"><td >Qt Gamepad</td><td >All</td><td ><a href="android-support.html">Android</a>, <a href="ios-support.html">iOS</a>, <a href="osx.html">macOS</a>, tvOS (including the tvOS remote), <a href="linux.html">Linux</a>, <a href="windows-support.html">Windows</a></td><td >Enables Qt applications to support the use of gamepad hardware.</td></tr>
<tr valign="top" class="even"><td >Qt Graphical Effects</td><td >All</td><td ></td><td >Graphical effects for use with Qt Quick 2.</td></tr>
<tr valign="top" class="odd"><td >Qt Image Formats</td><td >All</td><td ></td><td >Plugins for additional image formats: TIFF, MNG, TGA, WBMP.</td></tr>
<tr valign="top" class="even"><td >Qt Location</td><td >All</td><td >All</td><td >Displays map, navigation, and place content in a QML application.</td></tr>
<tr valign="top" class="odd"><td >Qt Mac Extras</td><td >All</td><td ><a href="osx.html">macOS</a></td><td >Provides platform-specific APIs for macOS.</td></tr>
<tr valign="top" class="even"><td >Qt NFC</td><td >All</td><td ><a href="android-support.html">Android</a> and <a href="linux.html">Linux</a></td><td >Provides access to Near-Field communication (NFC) hardware.</td></tr>
<tr valign="top" class="odd"><td >Qt OpenGL (Deprecated)</td><td ></td><td ></td><td >OpenGL support classes. Deprecated in favor of the <code>QOpenGL*</code> classes in the Qt GUI module.</td></tr>
<tr valign="top" class="even"><td >Qt Platform Headers</td><td ></td><td ></td><td >Provides classes that encapsulate platform-specific information, tied to a given runtime configuration of a <a href="qpa.html">platform plugin</a>.</td></tr>
<tr valign="top" class="odd"><td >Qt Positioning</td><td >All</td><td ><a href="android-support.html">Android</a>, <a href="ios-support.html">iOS</a>, <a href="osx.html">macOS</a>, <a href="linux.html">Linux</a>, <a href="winrt-support.html">WinRT</a>.</td><td >Provides access to position, satellite and area monitoring classes.</td></tr>
<tr valign="top" class="even"><td >Qt Print Support</td><td >All</td><td ></td><td >Classes to make printing easier and more portable.</td></tr>
<tr valign="top" class="odd"><td >Qt Purchasing</td><td >All</td><td ><a href="android-support.html">Android</a>, <a href="ios-support.html">iOS</a>, and <a href="osx.html">macOS</a>.</td><td >Enables in-app purchase of products in Qt applications.</td></tr>
<tr valign="top" class="even"><td >Qt Quick Controls 2</td><td >All</td><td ></td><td >Provides lightweight QML types for creating performant user interfaces for embedded and mobile devices. These controls achieve improved efficiency by employing a simplified styling architecture when compared to Qt Quick Controls. These types work in conjunction with Qt Quick and Qt Quick Layouts.</td></tr>
<tr valign="top" class="odd"><td >Qt Quick Extras</td><td >All</td><td ></td><td >Provides a specialized set of controls that can be used to build interfaces in Qt Quick.</td></tr>
<tr valign="top" class="even"><td >Qt Quick Widgets</td><td >All</td><td ></td><td >Provides a C++ widget class for displaying a Qt Quick user interface.</td></tr>
<tr valign="top" class="odd"><td >Qt Script (Deprecated)</td><td >All</td><td ></td><td >Classes for making Qt applications scriptable. Deprecated in favor of the <code>QJS*</code> classes in the Qt QML module.</td></tr>
<tr valign="top" class="even"><td >Qt SCXML</td><td >All</td><td >All</td><td >Provides classes and tools for creating state machines from SCXML files and embedding them in applications.</td></tr>
<tr valign="top" class="odd"><td >Qt Script Tools (Deprecated)</td><td >All</td><td ></td><td >Additional components for applications that use Qt Script.</td></tr>
<tr valign="top" class="even"><td >Qt Sensors</td><td >All</td><td ><a href="android-support.html">Android</a>, <a href="ios-support.html">Qt for iOS</a>, <a href="winrt-support.html">WinRT</a> and Mer.</td><td >Provides access to sensor hardware and motion gesture recognition.</td></tr>
<tr valign="top" class="odd"><td >Qt Serial Bus</td><td ><a href="linux.html">Linux</a></td><td ><a href="linux.html">Linux</a> and <a href="http://doc.qt.io/QtForDeviceCreation/qtee-about-b2qt.html">Boot to Qt</a> targets.</td><td >Provides access to serial industrial bus interface. Currently the module supports the CAN bus and Modbus protocols.</td></tr>
<tr valign="top" class="even"><td >Qt Serial Port</td><td >All</td><td ><a href="windows-support.html">Windows</a>, <a href="linux.html">Linux</a>, and <a href="osx.html">macOS</a>.</td><td >Provides access to hardware and virtual serial ports.</td></tr>
<tr valign="top" class="odd"><td >Qt SVG</td><td >All</td><td ></td><td >Classes for displaying the contents of SVG files. Supports a subset of the <a href="http://www.w3.org/TR/SVGTiny12/">SVG 1.2 Tiny</a> standard.</td></tr>
<tr valign="top" class="even"><td >Qt WebChannel</td><td >All</td><td >All</td><td >Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients.</td></tr>
<tr valign="top" class="odd"><td >Qt WebEngine</td><td >All</td><td ><a href="windows-support.html">Windows</a>, <a href="linux.html">Linux</a>, and <a href="osx.html">macOS</a>.</td><td >Classes and functions for embedding web content in applications using the <a href="http://www.chromium.org/Home">Chromium browser project</a>.</td></tr>
<tr valign="top" class="even"><td >Qt WebSockets</td><td >All</td><td >All</td><td >Provides WebSocket communication compliant with <a href="http://tools.ietf.org/html/rfc6455">RFC 6455</a>.</td></tr>
<tr valign="top" class="odd"><td >Qt WebView</td><td >All</td><td >Platforms with a native web engine.</td><td >Displays web content in a QML application by using APIs native to the platform, without the need to include a full web browser stack.</td></tr>
<tr valign="top" class="even"><td >Qt Windows Extras</td><td >All</td><td ><a href="windows-support.html">Windows</a></td><td >Provides platform-specific APIs for Windows.</td></tr>
<tr valign="top" class="odd"><td >Qt X11 Extras</td><td >All</td><td ><a href="linux.html">Linux/X11</a></td><td >Provides platform-specific APIs for X11.</td></tr>
<tr valign="top" class="even"><td >Qt XML</td><td ></td><td ></td><td >C++ implementations of SAX and DOM.<p><b>Note: </b>This module is not required to use QXmlStreamReader and QXmlStreamWriter. They are already part of Qt Core.</p></td></tr>
<tr valign="top" class="odd"><td >Qt XML Patterns</td><td ></td><td ></td><td >Support for XPath, XQuery, XSLT and XML schema validation.</td></tr>
<tr valign="top" class="even"><td >Qt Wayland Compositor</td><td ><a href="linux.html">Linux</a></td><td ><a href="linux.html">Linux</a> and <a href="http://doc.qt.io/QtForDeviceCreation/qtee-about-b2qt.html">Boot to Qt</a> targets.</td><td >Provides a framework to develop a Wayland compositor.</td></tr>
<tr valign="top" class="odd"></tr>
<thead><tr class="qt-style"><th  colspan="4"><a name="gpl-licensed-addons"></a><p>Add-ons available under Commercial Licenses, or GNU General Public License v3</p>
</th></tr></thead>
<tr valign="top" class="even"><td >Qt Charts</td><td >All</td><td ></td><td >UI Components for displaying visually pleasing charts, driven by static or dynamic data models.</td></tr>
<tr valign="top" class="odd"><td >Qt Data Visualization</td><td >All</td><td >All</td><td >UI Components for creating stunning 3D data visualizations.</td></tr>
<tr valign="top" class="even"><td >Qt Virtual Keyboard</td><td >All</td><td ><a href="linux.html">Linux</a> and <a href="windows-support.html">Windows</a> desktop, and <a href="http://doc.qt.io/QtForDeviceCreation/qtee-about-b2qt.html">Boot to Qt</a> targets.</td><td >A framework for implementing different input methods as well as a QML virtual keyboard. Supports localized keyboard layouts and custom visual themes.</td></tr>
</table></div>
<a name="value-add-modules"></a>
<h2 id="value-add-modules">Value-Add Modules</h2>
<p>In addition to the modules released as part of Qt 5, the following modules and tooling build on top of the Qt libraries to provide additional value. They have their own release schedule, and are available under the commercial license.</p>
<div class="table"><table class="generic" width="80%">
 <thead><tr class="qt-style"><th >Feature</th><th >Description</th></tr></thead>
<tr valign="top" class="odd"><td ><a href="http://doc.qt.io/QtForDeviceCreation">Qt for Device Creation</a></td><td >Tools for fast, easy, and fully-integrated embedded device application development. Includes most other Value-Add features.</td></tr>
<tr valign="top" class="even"><td ><a href="http://doc.qt.io/QtQuickCompiler">Qt Quick Compiler</a></td><td >Enables compiling .qml source files into application binaries, improving load times and security for code assets.</td></tr>
</table></div>
<a name="technology-preview-modules"></a>
<h2 id="technology-preview-modules">Technology Preview Modules</h2>
<p>The following modules are still in development but are available as technology previews.</p>
<div class="table"><table class="generic" width="80%">
 <thead><tr class="qt-style"><th >Module</th><th >Description</th></tr></thead>
<tr valign="top" class="odd"><td >Qt Network Authorization</td><td >Provides support for OAuth-based authorization to online services.</td></tr>
<tr valign="top" class="even"><td >Qt Speech</td><td >Provides support for accessibility features such as text-to-speech.</td></tr>
<tr valign="top" class="odd"><td >Qt Remote Objects</td><td >Provides an easy to use mechanism for sharing a QObject's API (Properties/Signals/Slots) between processes or devices.</td></tr>
</table></div>
<a name="qt-tools"></a>
<h2 id="qt-tools">Qt Tools</h2>
<p><i>Qt Tools</i> run on all the supported development platforms and facilitate the development and design of applications.</p>
<p>The following table lists the Qt tools:</p>
<div class="table"><table class="generic" width="80%">
 <thead><tr class="qt-style"><th >Tool</th><th >Description</th></tr></thead>
<tr valign="top" class="odd"><td >Qt Designer</td><td >Classes for extending <i>Qt Designer</i>.</td></tr>
<tr valign="top" class="even"><td >Qt Help</td><td >Classes for integrating online documentation into applications, similar to Qt Assistant.</td></tr>
<tr valign="top" class="odd"><td >Qt UI Tools</td><td >Classes to handle the forms created in <i>Qt Designer</i>.</td></tr>
</table></div>
<a name="where-to-go-from-here"></a>
<h2 id="where-to-go-from-here">Where to Go from Here</h2>
<p>We invite you to explore the rest of Qt. We prepared overviews which help you decide which APIs to use and our examples demonstrate how to use our API.</p>
<ul>
<li><a href="overviews-main.html">Qt Overviews</a> - list of topics about application development</li>
<li><a href="qtexamplesandtutorials.html">Examples and Tutorials</a> - code samples and tutorials</li>
<li><a href="reference-overview.html">Qt Reference Pages</a> - a listing of C++ and QML APIs</li>
</ul>
</div>
<!-- @@@qtmodules.html -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2017 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>