Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 845e36bb3ecce380666d628d88446962 > files > 250

qtdatavis3d5-doc-5.12.6-1.mga7.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" />
<!-- qtdatavisualization-index.qdoc -->
  <title>Qt Data Visualization 5.12.6</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 >Qt 5.12</td><td >Qt Data Visualization</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt Data Visualization | Commercial or GPLv3</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="#getting-started">Getting Started</a></li>
<li class="level1"><a href="#licenses">Licenses</a></li>
<li class="level1"><a href="#articles">Articles</a></li>
<li class="level1"><a href="#examples">Examples</a></li>
<li class="level1"><a href="#api-reference">API Reference</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Qt Data Visualization</h1>
<span class="subtitle"></span>
<!-- $$$qtdatavisualization-index.html-description -->
<div class="descr"> <a name="details"></a>
<p>Qt Data Visualization module provides a way to visualize data in 3D as bar, scatter, and surface graphs. It is especially useful for visualizing depth maps and large quantities of rapidly changing data, such as data received from multiple sensors. The look and feel of graphs can be customized by using themes or by adding custom items and labels to them.</p>
<p>Qt Data Visualization is built on Qt 5 and OpenGL to take advantage of hardware acceleration and Qt Quick 2.</p>
<a name="getting-started"></a>
<h2 id="getting-started">Getting Started</h2>
<p>To import Qt Data Visualization QML types, add the following import statement to your <code>.qml</code> file:</p>
<pre class="cpp">

  import <span class="type"><a href="qtdatavisualization-qmlmodule.html">QtDataVisualization</a></span> <span class="number">1.2</span>

</pre>
<p>If you intend to use Qt Data Visualization C++ classes in your application, use the following include and using directives:</p>
<pre class="cpp">

  <span class="preprocessor">#include &lt;QtDataVisualization&gt;</span>

  <span class="keyword">using</span> <span class="keyword">namespace</span> <span class="type"><a href="qtdatavisualization-qmlmodule.html">QtDataVisualization</a></span>;

</pre>
<p><b>Note: </b>If you are only using a few classes from this module, we recommend including only those specific classes instead of the whole module.</p><p>To link against the Qt Data Visualization module, add this line to your <code>qmake</code> project file:</p>
<pre class="cpp">

  QT += datavisualization

</pre>
<a name="licenses"></a>
<h2 id="licenses">Licenses</h2>
<p>Qt Data Visualization is available under commercial licenses from The Qt Company. In addition, it is available under the GNU General Public License, version 3. See Qt Licensing for further details.</p>
<a name="articles"></a>
<h2 id="articles">Articles</h2>
<ul>
<li><a href="qtdatavisualization-overview.html">Overview</a></li>
<li><a href="qtdatavisualization-data-handling.html">Data Handling</a></li>
<li><a href="qtdatavisualization-interacting-with-data.html">Interacting with Data</a></li>
<li><a href="qtdatavisualization-known-issues.html">Known Issues</a></li>
</ul>
<a name="examples"></a>
<h2 id="examples">Examples</h2>
<ul>
<li><a href="datavisualization-examples.html">Qt Data Visualization Examples</a></li>
</ul>
<a name="api-reference"></a>
<h2 id="api-reference">API Reference</h2>
<ul>
<li><a href="qtdatavisualization-module.html">Qt Data Visualization C++ Classes</a></li>
<li><a href="qtdatavisualization-qmlmodule.html">Qt Data Visualization QML Types</a></li>
</ul>
</div>
<!-- @@@qtdatavisualization-index.html -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2019 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>