This file is indexed.

/usr/share/qt5/doc/qtqml/qtqml-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
<?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>Qt QML QML Types | QtQml 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="qtqml-index.html">Qt QML</a></li>
<li>Qt QML QML Types</li>
<li id="buildversion">
Qt 5.2.1 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#importing-qtqml">Importing QtQml</a></li>
<li class="level1"><a href="#basic-types">Basic Types</a></li>
<li class="level1"><a href="#object-types">Object Types</a></li>
</ul>
</div>
<h1 class="title">Qt QML QML Types</h1>
<span class="subtitle"></span>
<!-- $$$QtQml-description -->
<div class="descr"> <a name="details"></a>
<p>The <a href="qtqml-index.html">Qt QML</a> module provides the definition and implementation of various convenience types which can be used with the QML language, including some elementary QML types which can provide the basis for further extensions to the QML language. The <a href="qml-qtqml-qtobject.html">QtObject</a> and <a href="qml-qtqml-component.html">Component</a> object types are non-visual and provide building-blocks for extensions to QML.</p>
<a name="importing-qtqml"></a>
<h2>Importing QtQml</h2>
<p>The types provided by the <tt>QtQml</tt> module are only available in a QML document if that document imports the <tt>QtQml</tt> namespace (or if the document imports the <tt>QtQuick</tt> namespace, as noted below).</p>
<p>The current version of the <tt>QtQml</tt> module is version 2.2, and thus it may be imported via the following statement:</p>
<pre class="qml">import QtQml 2.2</pre>
<p>Most clients will never need to use the <tt>QtQml</tt> import, as all of the types are also provided by the <tt>QtQuick</tt> namespace which may be imported as follows:</p>
<pre class="qml">import QtQuick 2.2</pre>
<p>See the Qt Quick module documentation for more information about the <tt>QtQuick</tt> namespace and what it provides to QML application developers.</p>
<p>The QML types for creating lists and models, such as <a href="qml-qtqml-models-listmodel.html">ListModel</a> and <a href="qml-qtqml-models-listelement.html">ListElement</a>, are moved to a submodule, <tt>QtQml.Models</tt>. The <a href="qtqml-models-qmlmodule.html">Qt QML Models</a> page has more information.</p>
<p>The documentation for the types below applies equally to the types of the same name provided by the Qt Quick module, as they are in fact identical.</p>
<a name="basic-types"></a>
<h2>Basic Types</h2>
<p>The following <a href="qtqml-typesystem-basictypes.html">QML basic types</a> are provided:</p>
<table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-date.html">date</a></p></td><td class="tblDescr"><p>a date value.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-point.html">point</a></p></td><td class="tblDescr"><p>a value with x and y attributes.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-size.html">size</a></p></td><td class="tblDescr"><p>a value with width and height attributes</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-rect.html">rect</a></p></td><td class="tblDescr"><p>a value with x, y, width and height attributes.</p></td></tr>
</table>
<a name="object-types"></a>
<h2>Object Types</h2>
<p>The following <a href="qtqml-typesystem-objecttypes.html">QML object types</a> are provided:</p>
</div>
<!-- @@@QtQml -->
<table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtqml-date.html">Date</a></p></td><td class="tblDescr"><p>Provides date functions</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtqml-number.html">Number</a></p></td><td class="tblDescr"><p>The Number object provides represents a number value</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtqml-string.html">String</a></p></td><td class="tblDescr"><p>The String object represents a string value</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtqml-component.html">Component</a></p></td><td class="tblDescr"><p>Encapsulates a QML component definition</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtqml-qtobject.html">QtObject</a></p></td><td class="tblDescr"><p>A basic QML type</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtqml-qt.html">Qt</a></p></td><td class="tblDescr"><p>Provides a global object with useful enums and functions from Qt.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtqml-locale.html">Locale</a></p></td><td class="tblDescr"><p>Provides locale specific properties and formatted data</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtqml-binding.html">Binding</a></p></td><td class="tblDescr"><p>Enables the arbitrary creation of property bindings</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtqml-connections.html">Connections</a></p></td><td class="tblDescr"><p>Describes generalized connections to signals</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtqml-instantiator.html">Instantiator</a></p></td><td class="tblDescr"><p>Dynamically creates objects</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtqml-timer.html">Timer</a></p></td><td class="tblDescr"><p>Triggers a handler at a specified interval</p></td></tr>
</table>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</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>