/usr/share/qt5/doc/qtqml/qmlreference.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 | <?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" />
<!-- qmlreference.qdoc -->
<title>The QML Reference | 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>The QML Reference</li>
<li id="buildversion">
Qt 5.2.1 Reference Documentation</li>
</ul>
</div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<h1 class="title">The QML Reference</h1>
<span class="subtitle"></span>
<!-- $$$qmlreference.html-description -->
<div class="descr"> <a name="details"></a>
<p>QML is a declarative language for creating highly dynamic applications. With QML, application building blocks such as UI components are <i>declared</i> and various properties set to define the application behavior. When coupled with JavaScript, application behavior becomes scriptable. In addition, QML heavily uses Qt, which allows types and other Qt features to be accessible directly from QML applications.</p>
<p>This reference guide describes the features of the QML language. Many of the QML types in the guide originate from the <a href="qtqml-index.html">Qt QML</a> or Qt Quick modules.</p>
<ul>
<li><a href="qtqml-syntax-basics.html">QML Syntax Basics</a><ul>
<li><a href="qtqml-syntax-imports.html">Import Statements</a></li>
<li><a href="qtqml-syntax-basics.html#object-declarations">Object Declarations</a><ul>
<li><a href="qtqml-syntax-basics.html#child-objects">Child Objects</a></li>
</ul>
</li>
<li><a href="qtqml-syntax-basics.html#comments">Comments</a></li>
</ul>
</li>
<li><a href="qtqml-syntax-objectattributes.html">QML Object Attributes</a><ul>
<li><a href="qtqml-syntax-objectattributes.html#the-id-attribute">The <i>id</i> Attribute</a></li>
<li><a href="qtqml-syntax-objectattributes.html#property-attributes">Property Attributes</a></li>
<li><a href="qtqml-syntax-objectattributes.html#signal-attributes">Signal Attributes</a></li>
<li><a href="qtqml-syntax-objectattributes.html#method-attributes">Method Attributes</a></li>
<li><a href="qtqml-syntax-objectattributes.html#attached-properties-and-attached-signal-handlers">Attached Properties and Attached Signal Handlers</a></li>
</ul>
</li>
<li><a href="qtqml-syntax-propertybinding.html">Property Binding</a></li>
<li><a href="qtqml-syntax-signals.html">Signal and Handler Event System</a></li>
<li><a href="qtqml-javascript-topic.html">Integrating QML and JavaScript</a><ul>
<li><a href="qtqml-javascript-expressions.html">Using JavaScript Expressions with QML</a></li>
<li><a href="qtqml-javascript-dynamicobjectcreation.html">Dynamic QML Object Creation from JavaScript</a></li>
<li><a href="qtqml-javascript-resources.html">Defining JavaScript Resources In QML</a></li>
<li><a href="qtqml-javascript-imports.html">Importing JavaScript Resources In QML</a></li>
<li><a href="qtqml-javascript-hostenvironment.html">JavaScript Host Environment</a></li>
</ul>
</li>
<li><a href="qtqml-typesystem-topic.html">The QML Type System</a><ul>
<li><a href="qtqml-typesystem-basictypes.html">Basic Types</a></li>
<li><a href="qtqml-typesystem-topic.html#javascript-types">JavaScript Types</a></li>
<li><a href="qtqml-typesystem-objecttypes.html">QML Object Types</a><ul>
<li><a href="qtqml-documents-definetypes.html">Defining Object Types from QML</a></li>
<li><a href="qtqml-cppintegration-definetypes.html">Defining Object Types from C++</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="qtqml-modules-topic.html">QML Modules</a><ul>
<li><a href="qtqml-modules-qmldir.html">Specifying A QML Module</a></li>
<li><a href="qtqml-modules-topic.html#supported-qml-module-types">Supported QML Module Types</a><ul>
<li><a href="qtqml-modules-identifiedmodules.html">Identified Modules</a></li>
<li><a href="qtqml-modules-legacymodules.html">Legacy Modules</a></li>
</ul>
</li>
<li><a href="qtqml-modules-cppplugins.html">Providing Types and Functionality in a C++ Plugin</a></li>
</ul>
</li>
<li><a href="qtqml-documents-topic.html">QML Documents</a><ul>
<li><a href="qtqml-documents-structure.html">Structure of a QML Document</a></li>
<li><a href="qtqml-documents-topic.html#syntax-of-the-qml-language">Syntax of the QML Language</a></li>
<li><a href="qtqml-documents-definetypes.html">Defining Object Types through QML Documents</a><ul>
<li><a href="qtqml-documents-definetypes.html#defining-an-object-type-with-a-qml-file">Defining an Object Type with a QML File</a></li>
<li><a href="qtqml-documents-definetypes.html#accessible-attributes-of-custom-types">Accessible Attributes of Custom Types</a></li>
</ul>
</li>
<li><a href="qtqml-documents-networktransparency.html">Resource Loading and Network Transparency</a></li>
<li><a href="qtqml-documents-scope.html">Scope and Naming Resolution</a></li>
</ul>
</li>
</ul>
</div>
<!-- @@@qmlreference.html -->
</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>
|