Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > fd681f265797997b298a8c14da450bfd > files > 3

qtgraphicaleffects5-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" />
<!-- overview-graphicaleffects.qdoc -->
  <title>Graphical Effects | Qt Graphical Effects 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 ><a href="qtgraphicaleffects-index.html">Qt Graphical Effects</a></td><td >Graphical Effects</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right"><a href="qtgraphicaleffects-index.html">Qt 5.12.6 Reference Documentation</a></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="#blend">Blend</a></li>
<li class="level1"><a href="#color">Color</a></li>
<li class="level1"><a href="#gradient">Gradient</a></li>
<li class="level1"><a href="#distortion">Distortion</a></li>
<li class="level1"><a href="#drop-shadow">Drop Shadow</a></li>
<li class="level1"><a href="#blur">Blur</a></li>
<li class="level1"><a href="#motion-blur">Motion Blur</a></li>
<li class="level1"><a href="#glow">Glow</a></li>
<li class="level1"><a href="#mask">Mask</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Graphical Effects</h1>
<span class="subtitle"></span>
<!-- $$$graphicaleffects.html-description -->
<div class="descr"> <a name="details"></a>
<p>Effects are visual items that can be added to Qt Quick user interface as UI components. To import the Qt Graphical Effects types, include the Qt Graphical Effects module by adding the following statement to the QML file:</p>
<pre class="qml">



</pre>
<p>To use the effects, simply add a specific effect declaration to the QML scene and configure the effects properties. The source item type can be any QML type, even video or another effect. Pipelining multiple effects together is a simple way to create even more impressive output.</p>
<p>The following list presents the functional division of types that are part of Qt Graphical Effects:</p>
<a name="blend"></a>
<h2 id="blend">Blend</h2>
<a name="color"></a>
<h2 id="color">Color</h2>
<a name="gradient"></a>
<h2 id="gradient">Gradient</h2>
<a name="distortion"></a>
<h2 id="distortion">Distortion</h2>
<a name="drop-shadow"></a>
<h2 id="drop-shadow">Drop Shadow</h2>
<a name="blur"></a>
<h2 id="blur">Blur</h2>
<a name="motion-blur"></a>
<h2 id="motion-blur">Motion Blur</h2>
<a name="glow"></a>
<h2 id="glow">Glow</h2>
<a name="mask"></a>
<h2 id="mask">Mask</h2>
</div>
<!-- @@@graphicaleffects.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>