/usr/share/qt5/doc/qtquick/qtquick-qmlmodule.html is in qtdeclarative5-doc-html 5.2.1-3ubuntu15.
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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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" />
<!-- qmltypereference.qdoc -->
<title> | QtQuick 5.2</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.2</li>
<li><a href="qtquick-index.html">Qt Quick</a></li>
<li></li>
<li id="buildversion">
Qt 5.2.1 Reference Documentation</li>
</ul>
</div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<span class="subtitle"></span>
<!-- $$$QtQuick-description -->
<div class="descr"> <a name="details"></a>
<p>The <a href="qtquick-index.html">Qt Quick</a> module provides graphical primitive types. They can be used with the following import</p>
<pre class="cpp">import <span class="type"><a href="qtquick-module.html">QtQuick</a></span> <span class="number">2.2</span></pre>
<p>For a more detailed listing of types in the <tt>QtQuick</tt> import, see the <a href="qtquick-qmltypereference.html">Qt Quick QML Types</a> page. For more details about the module itself, see the <a href="qtquick-index.html">Qt Quick</a> module page.</p>
</div>
<!-- @@@QtQuick -->
<table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-canvas.html">Canvas</a></p></td><td class="tblDescr"><p>Provides a 2D canvas item enabling drawing via JavaScript</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-context2d.html">Context2D</a></p></td><td class="tblDescr"><p>Provides 2D context for shapes on a Canvas item</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-textmetrics.html">TextMetrics</a></p></td><td class="tblDescr"><p>Provides a Context2D TextMetrics interface</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-canvasimagedata.html">CanvasImageData</a></p></td><td class="tblDescr"><p>Contains image pixel data in RGBA order</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-canvaspixelarray.html">CanvasPixelArray</a></p></td><td class="tblDescr"><p>Provides ordered and indexed access to the components of each pixel in image data</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-canvasgradient.html">CanvasGradient</a></p></td><td class="tblDescr"><p>Provides an opaque CanvasGradient interface</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-accessible.html">Accessible</a></p></td><td class="tblDescr"><p>Enables accessibility of QML items</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-animatedimage.html">AnimatedImage</a></p></td><td class="tblDescr"><p>Plays animations stored as a series of images</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-animatedsprite.html">AnimatedSprite</a></p></td><td class="tblDescr"><p>Draws a sprite animation</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-borderimage.html">BorderImage</a></p></td><td class="tblDescr"><p>Paints a border based on an image</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-drag.html">Drag</a></p></td><td class="tblDescr"><p>For specifying drag and drop events for moved Items</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-droparea.html">DropArea</a></p></td><td class="tblDescr"><p>For specifying drag and drop handling in an area</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-dragevent.html">DragEvent</a></p></td><td class="tblDescr"><p>Provides information about a drag event</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-keyevent.html">KeyEvent</a></p></td><td class="tblDescr"><p>Provides information about a key event</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-mouseevent.html">MouseEvent</a></p></td><td class="tblDescr"><p>Provides information about a mouse event</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-wheelevent.html">WheelEvent</a></p></td><td class="tblDescr"><p>Provides information about a mouse wheel event</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-flickable.html">Flickable</a></p></td><td class="tblDescr"><p>Provides a surface that can be "flicked"</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-flipable.html">Flipable</a></p></td><td class="tblDescr"><p>Provides a surface that can be flipped</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-focusscope.html">FocusScope</a></p></td><td class="tblDescr"><p>Explicitly creates a focus scope</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-gridview.html">GridView</a></p></td><td class="tblDescr"><p>For specifying a grid view of items provided by a model</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-image.html">Image</a></p></td><td class="tblDescr"><p>Displays an image</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-transform.html">Transform</a></p></td><td class="tblDescr"><p>For specifying advanced transformations on Items</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-keynavigation.html">KeyNavigation</a></p></td><td class="tblDescr"><p>Supports key navigation by arrow keys</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-keys.html">Keys</a></p></td><td class="tblDescr"><p>Provides key handling to Items</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-layoutmirroring.html">LayoutMirroring</a></p></td><td class="tblDescr"><p>Property used to mirror layout behavior</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-item.html">Item</a></p></td><td class="tblDescr"><p>A basic visual QML type</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-parentanimation.html">ParentAnimation</a></p></td><td class="tblDescr"><p>Animates changes in parent values</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-anchoranimation.html">AnchorAnimation</a></p></td><td class="tblDescr"><p>Animates changes in anchor values</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-pathanimation.html">PathAnimation</a></p></td><td class="tblDescr"><p>Animates an item along a path</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-viewtransition.html">ViewTransition</a></p></td><td class="tblDescr"><p>Specifies items under transition in a view</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-listview.html">ListView</a></p></td><td class="tblDescr"><p>Provides a list view of items provided by a model</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-loader.html">Loader</a></p></td><td class="tblDescr"><p>Allows dynamic loading of a subtree from a URL or Component</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-mousearea.html">MouseArea</a></p></td><td class="tblDescr"><p>Enables simple mouse handling</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-touchpoint.html">TouchPoint</a></p></td><td class="tblDescr"><p>Describes a touch point in a MultiPointTouchArea</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-multipointtoucharea.html">MultiPointTouchArea</a></p></td><td class="tblDescr"><p>Enables handling of multiple touch points</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-pathview.html">PathView</a></p></td><td class="tblDescr"><p>Lays out model-provided items on a path</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-pinchevent.html">PinchEvent</a></p></td><td class="tblDescr"><p>For specifying information about a pinch event</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-pincharea.html">PinchArea</a></p></td><td class="tblDescr"><p>Enables simple pinch gesture handling</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-positioner.html">Positioner</a></p></td><td class="tblDescr"><p>Provides attached properties that contain details on where an item exists in a positioner</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-column.html">Column</a></p></td><td class="tblDescr"><p>Positions its children in a column</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-row.html">Row</a></p></td><td class="tblDescr"><p>Positions its children in a row</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-grid.html">Grid</a></p></td><td class="tblDescr"><p>Positions its children in grid formation</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-flow.html">Flow</a></p></td><td class="tblDescr"><p>Positions its children side by side, wrapping as necessary</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-gradientstop.html">GradientStop</a></p></td><td class="tblDescr"><p>Defines the color at a position in a Gradient</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-gradient.html">Gradient</a></p></td><td class="tblDescr"><p>Defines a gradient fill</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-rectangle.html">Rectangle</a></p></td><td class="tblDescr"><p>Paints a filled rectangle with an optional border</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-repeater.html">Repeater</a></p></td><td class="tblDescr"><p>Instantiates a number of Item-based components using a provided model</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-shadereffect.html">ShaderEffect</a></p></td><td class="tblDescr"><p>Applies custom shaders to a rectangle</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-gridmesh.html">GridMesh</a></p></td><td class="tblDescr"><p>Defines a mesh with vertices arranged in a grid</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-shadereffectsource.html">ShaderEffectSource</a></p></td><td class="tblDescr"><p>Renders a Qt Quick item into a texture and displays it</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-sprite.html">Sprite</a></p></td><td class="tblDescr"><p>Specifies sprite animations</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-spritesequence.html">SpriteSequence</a></p></td><td class="tblDescr"><p>Draws a sprite animation</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-parentchange.html">ParentChange</a></p></td><td class="tblDescr"><p>Specifies how to reparent an Item in a state change</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-anchorchanges.html">AnchorChanges</a></p></td><td class="tblDescr"><p>Specifies how to change the anchors of an item in a state</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-text.html">Text</a></p></td><td class="tblDescr"><p>Specifies how to add formatted text to a scene</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-textedit.html">TextEdit</a></p></td><td class="tblDescr"><p>Displays multiple lines of editable formatted text</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-textinput.html">TextInput</a></p></td><td class="tblDescr"><p>Displays an editable line of text</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-intvalidator.html">IntValidator</a></p></td><td class="tblDescr"><p>Defines a validator for integer values</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-doublevalidator.html">DoubleValidator</a></p></td><td class="tblDescr"><p>Defines a validator for non-integer numbers</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-regexpvalidator.html">RegExpValidator</a></p></td><td class="tblDescr"><p>Provides a string validator</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-translate.html">Translate</a></p></td><td class="tblDescr"><p>Provides a way to move an Item without changing its x or y properties</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-scale.html">Scale</a></p></td><td class="tblDescr"><p>Provides a way to scale an Item</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-rotation.html">Rotation</a></p></td><td class="tblDescr"><p>Provides a way to rotate an Item</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-animation.html">Animation</a></p></td><td class="tblDescr"><p>Is the base of all QML animations</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-pauseanimation.html">PauseAnimation</a></p></td><td class="tblDescr"><p>Provides a pause for an animation</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-coloranimation.html">ColorAnimation</a></p></td><td class="tblDescr"><p>Animates changes in color values</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-scriptaction.html">ScriptAction</a></p></td><td class="tblDescr"><p>Defines scripts to be run during an animation</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-propertyaction.html">PropertyAction</a></p></td><td class="tblDescr"><p>Specifies immediate property changes during animation</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-numberanimation.html">NumberAnimation</a></p></td><td class="tblDescr"><p>Animates changes in qreal-type values</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-vector3danimation.html">Vector3dAnimation</a></p></td><td class="tblDescr"><p>Animates changes in QVector3d values</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-rotationanimation.html">RotationAnimation</a></p></td><td class="tblDescr"><p>Animates changes in rotation values</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-sequentialanimation.html">SequentialAnimation</a></p></td><td class="tblDescr"><p>Allows animations to be run sequentially</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-parallelanimation.html">ParallelAnimation</a></p></td><td class="tblDescr"><p>Enables animations to be run in parallel</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-propertyanimation.html">PropertyAnimation</a></p></td><td class="tblDescr"><p>Animates changes in property values</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-animationcontroller.html">AnimationController</a></p></td><td class="tblDescr"><p>Enables manual control of animations</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-animator.html">Animator</a></p></td><td class="tblDescr"><p>Is the base of all QML animators.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-xanimator.html">XAnimator</a></p></td><td class="tblDescr"><p>The XAnimator type animates the x position of an Item.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-yanimator.html">YAnimator</a></p></td><td class="tblDescr"><p>The YAnimator type animates the y position of an Item.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-scaleanimator.html">ScaleAnimator</a></p></td><td class="tblDescr"><p>The ScaleAnimator type animates the scale factor of an Item.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-opacityanimator.html">OpacityAnimator</a></p></td><td class="tblDescr"><p>The OpacityAnimator type animates the opacity of an Item.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-rotationanimator.html">RotationAnimator</a></p></td><td class="tblDescr"><p>The RotationAnimator type animates the rotation of an Item.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-uniformanimator.html">UniformAnimator</a></p></td><td class="tblDescr"><p>The UniformAnimator type animates a uniform of a ShaderEffect.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-behavior.html">Behavior</a></p></td><td class="tblDescr"><p>Defines a default animation for a property change</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-fontloader.html">FontLoader</a></p></td><td class="tblDescr"><p>Allows fonts to be loaded by name or URL</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-pathelement.html">PathElement</a></p></td><td class="tblDescr"><p>PathElement is the base path type</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-path.html">Path</a></p></td><td class="tblDescr"><p>Defines a path for use by PathView</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-pathattribute.html">PathAttribute</a></p></td><td class="tblDescr"><p>Specifies how to set an attribute at a given position in a Path</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-pathline.html">PathLine</a></p></td><td class="tblDescr"><p>Defines a straight line</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-pathquad.html">PathQuad</a></p></td><td class="tblDescr"><p>Defines a quadratic Bezier curve with a control point</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-pathcubic.html">PathCubic</a></p></td><td class="tblDescr"><p>Defines a cubic Bezier curve with two control points</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-pathcurve.html">PathCurve</a></p></td><td class="tblDescr"><p>Defines a point on a Catmull-Rom curve</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-patharc.html">PathArc</a></p></td><td class="tblDescr"><p>Defines an arc with the given radius</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-pathsvg.html">PathSvg</a></p></td><td class="tblDescr"><p>Defines a path using an SVG path data string</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-pathpercent.html">PathPercent</a></p></td><td class="tblDescr"><p>Manipulates the way a path is interpreted</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-pathinterpolator.html">PathInterpolator</a></p></td><td class="tblDescr"><p>Specifies how to manually animate along a path</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-propertychanges.html">PropertyChanges</a></p></td><td class="tblDescr"><p>Describes new property bindings or values for a state</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-smoothedanimation.html">SmoothedAnimation</a></p></td><td class="tblDescr"><p>Allows a property to smoothly track a value</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-springanimation.html">SpringAnimation</a></p></td><td class="tblDescr"><p>Allows a property to track a value in a spring-like motion</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-state.html">State</a></p></td><td class="tblDescr"><p>Defines configurations of objects and properties</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-statechangescript.html">StateChangeScript</a></p></td><td class="tblDescr"><p>Specifies how to run a script in a state</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-stategroup.html">StateGroup</a></p></td><td class="tblDescr"><p>Provides built-in state support for non-Item types</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-systempalette.html">SystemPalette</a></p></td><td class="tblDescr"><p>Provides access to the Qt palettes</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-transition.html">Transition</a></p></td><td class="tblDescr"><p>Defines animated transitions that occur on state changes</p></td></tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2013 Digia Plc and/or its
subsidiaries. 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> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. </p>
</div>
</body>
</html>
|