This file is indexed.

/usr/share/qt5/doc/qtquick/qtquick-codesamples.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
<?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" />
<!-- examples.qdoc -->
  <title>Qt Quick Code Samples | 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>Qt Quick Code Samples</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">Qt Quick Code Samples</h1>
<span class="subtitle"></span>
<!-- $$$qtquick-codesamples.html-description -->
<div class="descr"> <a name="details"></a>
<p>Here is a list of fully-functional demo applications. To run the sample applications, open them in Qt Creator or use the included qmlscene tool.</p>
<table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-demos-calqlatr-example.html">Qt Quick Demo - Calqlatr</a></p></td><td class="tblDescr"><p>A simple calculator app, designed for portrait devices.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtquick-demos-clocks-example.html">Qt Quick Demo - Clocks</a></p></td><td class="tblDescr"><p>An app that shows the current time in different cities.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-demos-maroon-example.html">Qt Quick Demo - Maroon in Trouble</a></p></td><td class="tblDescr"><p>A cute game designed for touchscreens.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtquick-demos-photosurface-example.html">Qt Quick Demo - Photo Surface</a></p></td><td class="tblDescr"><p>A touch-based app for shuffling photos around a virtual surface.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-demos-photoviewer-example.html">Qt Quick Demo - Photo Viewer</a></p></td><td class="tblDescr"><p>An online photo viewer that displays Flickr feeds.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtquick-demos-rssnews-example.html">Qt Quick Demo - RSS News</a></p></td><td class="tblDescr"><p>An RSS news reader.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-demos-samegame-example.html">Qt Quick Demo - Same Game</a></p></td><td class="tblDescr"><p>A QML implementation of the popular puzzle game by Kuniaki Moribe.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtquick-demos-stocqt-example.html">Qt Quick Demo - StocQt</a></p></td><td class="tblDescr"><p>A configurable stock chart for the NASDAQ-100.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-demos-tweetsearch-example.html">Qt Quick Demo - Tweet Search</a></p></td><td class="tblDescr"><p>A Twitter search client with 3D effects.</p></td></tr>
</table>
<p>Some of these code samples below have a corresponding tutorial. The Qt Quick features are covered in the <a href="qtquick-index.html">main page</a>. This set of code samples are part of the collection of Qt Examples.</p>
<table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-animation-example.html">Qt Quick Examples - Animation</a></p></td><td class="tblDescr"><p>This is a collection of QML Animation examples.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtquick-canvas-example.html">Qt Quick Examples - Canvas</a></p></td><td class="tblDescr"><p>This is a collection of QML Canvas examples.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-draganddrop-example.html">Qt Quick Examples - Drag and Drop</a></p></td><td class="tblDescr"><p>This is a collection of QML drag and drop examples</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtquick-externaldraganddrop-example.html">Qt Quick Examples - externaldraganddrop</a></p></td><td class="tblDescr"><p>This is an example of drag and drop between Qml and other applications</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-imageelements-example.html">Qt Quick Examples - Image Elements</a></p></td><td class="tblDescr"><p>This is a collection of QML examples relating to image types.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtquick-keyinteraction-example.html">Qt Quick Examples - Key Interaction</a></p></td><td class="tblDescr"><p>This is a collection of QML keyboard interaction examples.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-mousearea-example.html">Qt Quick Examples - MouseArea</a></p></td><td class="tblDescr"><p>This is an example of the MouseArea type in QML</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtquick-customitems-painteditem-example.html">Scene Graph - Painted Item</a></p></td><td class="tblDescr"><p>Shows how to implement QPainter-based custom scenegraph items.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-positioners-example.html">Qt Quick Examples - Positioners</a></p></td><td class="tblDescr"><p>This is a collection of QML Positioner examples.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtquick-quick-accessibility-example.html">Qt Quick Examples - Accessibility</a></p></td><td class="tblDescr"><p>This example has accessible buttons.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-righttoleft-example.html">Qt Quick Examples - Right to Left</a></p></td><td class="tblDescr"><p>This is a collection of QML Right to Left examples.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtquick-scenegraph-customgeometry-example.html">Scene Graph - Custom Geometry</a></p></td><td class="tblDescr"><p>Shows how to implement a custom geometry in the Qt Quick Scene Graph.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-scenegraph-graph-example.html">Scene Graph - Graph</a></p></td><td class="tblDescr"><p>Demonstrates how one can combine custom materials and geometries under a single QQuickItem.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtquick-scenegraph-openglunderqml-example.html">Scene Graph - OpenGL Under QML</a></p></td><td class="tblDescr"><p>Shows how to render OpenGL under a Qt Quick scene.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-scenegraph-simplematerial-example.html">Scene Graph - Simple Material</a></p></td><td class="tblDescr"><p>Shows how to define a scene graph material to fill a shape.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtquick-scenegraph-textureinsgnode-example.html">Scene Graph - Rendering FBOs</a></p></td><td class="tblDescr"><p>Shows how to use FramebufferObjects with Qt Quick.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-scenegraph-textureinthread-example.html">Scene Graph - Rendering FBOs in a thread</a></p></td><td class="tblDescr"><p>Shows how to use FramebufferObjects in a thread together with Qt Quick.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtquick-shadereffects-example.html">Qt Quick Examples - Shader Effects</a></p></td><td class="tblDescr"><p>This is a shader effects example</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-text-example.html">Qt Quick Examples - Text</a></p></td><td class="tblDescr"><p>This is a collection of QML examples relating to text</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtquick-threading-example.html">Qt Quick Examples - Threading</a></p></td><td class="tblDescr"><p>This is a collection of QML Multithreading examples.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qmlexampletoggleswitch.html">Qt Quick Examples - Toggle Switch</a></p></td><td class="tblDescr"><p>A reusable switch component made in QML</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qtquick-views-example.html">Qt Quick Examples - Views</a></p></td><td class="tblDescr"><p>This is a collection of QML model/view examples</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qtquick-window-example.html">Qt Quick Examples - Window and Screen</a></p></td><td class="tblDescr"><p>This example demonstrates the Window and Screen types in QML</p></td></tr>
</table>
<p>The following examples show how a QML-based user interface can be combined with C++ code using the Qt QML module.</p>
</div>
<!-- @@@qtquick-codesamples.html -->
        </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>