/usr/share/qt5/doc/qtgraphicaleffects/qtgraphicaleffects-qmlmodule.html is in qtgraphicaleffects5-doc-html 5.5.1-1ubuntu1.
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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qtgraphicaleffects.qdoc -->
<title>Qt Graphical Effect QML Types | Qt Graphical Effects 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>Qt 5.5</li>
<li><a href="qtgraphicaleffects-index.html">Qt Graphical Effects</a></li>
<li>Qt Graphical Effect QML Types</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="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Qt Graphical Effect QML Types</h1>
<span class="subtitle"></span>
<!-- $$$QtGraphicalEffects-description -->
<div class="descr"> <a name="details"></a>
</p>
<p>The <a href="qtgraphicaleffects-index.html">Qt Graphical Effects</a> module provides a set of QML types for adding visually impressive and configurable effects to user interfaces. Effects are visual items that can be added to Qt Quick user interface as UI components.</p>
<p>To use the types in this module, import the module with the following line:</p>
<pre class="qml">import QtGraphicalEffects 1.0</pre>
</div>
<!-- @@@QtGraphicalEffects -->
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-blend.html">Blend</a></p></td><td class="tblDescr"><p>Merges two source items by using a blend mode</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-brightnesscontrast.html">BrightnessContrast</a></p></td><td class="tblDescr"><p>Adjusts brightness and contrast</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-coloroverlay.html">ColorOverlay</a></p></td><td class="tblDescr"><p>Alters the colors of the source item by applying an overlay color</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-colorize.html">Colorize</a></p></td><td class="tblDescr"><p>Sets the color in the HSL color space</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-conicalgradient.html">ConicalGradient</a></p></td><td class="tblDescr"><p>Draws a conical gradient</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-desaturate.html">Desaturate</a></p></td><td class="tblDescr"><p>Reduces the saturation of the colors</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-directionalblur.html">DirectionalBlur</a></p></td><td class="tblDescr"><p>Applies blur effect to the specified direction</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-displace.html">Displace</a></p></td><td class="tblDescr"><p>Moves the pixels of the source item according to the given displacement map</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-dropshadow.html">DropShadow</a></p></td><td class="tblDescr"><p>Generates a colorized and blurred shadow image of the source and places it behind the original, giving the impression that source item is raised from the background</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-fastblur.html">FastBlur</a></p></td><td class="tblDescr"><p>Applies a fast blur effect to one or more source items</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-gammaadjust.html">GammaAdjust</a></p></td><td class="tblDescr"><p>Alters the luminance of the source item</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-gaussianblur.html">GaussianBlur</a></p></td><td class="tblDescr"><p>Applies a higher quality blur effect</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-glow.html">Glow</a></p></td><td class="tblDescr"><p>Generates a blurred and colorized image of the source and places it behind the original, giving impression that the source is glowing</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-huesaturation.html">HueSaturation</a></p></td><td class="tblDescr"><p>Alters the source item colors in the HSL color space</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-innershadow.html">InnerShadow</a></p></td><td class="tblDescr"><p>Generates a colorized and blurred shadow inside the source</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-leveladjust.html">LevelAdjust</a></p></td><td class="tblDescr"><p>Adjusts color levels in the RGBA color space</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-lineargradient.html">LinearGradient</a></p></td><td class="tblDescr"><p>Draws a linear gradient</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-maskedblur.html">MaskedBlur</a></p></td><td class="tblDescr"><p>Applies a blur effect with a varying intesity</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-opacitymask.html">OpacityMask</a></p></td><td class="tblDescr"><p>Masks the source item with another item</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-radialblur.html">RadialBlur</a></p></td><td class="tblDescr"><p>Applies directional blur in a circular direction around the items center point</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-radialgradient.html">RadialGradient</a></p></td><td class="tblDescr"><p>Draws a radial gradient</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-rectangularglow.html">RectangularGlow</a></p></td><td class="tblDescr"><p>Generates a blurred and colorized rectangle, which gives the impression that the source is glowing</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-recursiveblur.html">RecursiveBlur</a></p></td><td class="tblDescr"><p>Blurs repeatedly, providing a strong blur effect</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-thresholdmask.html">ThresholdMask</a></p></td><td class="tblDescr"><p>Masks the source item with another item and applies a threshold value</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtgraphicaleffects-zoomblur.html">ZoomBlur</a></p></td><td class="tblDescr"><p>Applies directional blur effect towards source items center point</p></td></tr>
</table></div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</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>
|