This file is indexed.

/usr/share/qt5/doc/qtqml/examples-manifest.xml 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
<?xml version="1.0" encoding="UTF-8"?>
<instructionals module="QtQml">
    <examples>
        <example name="Chapter 1: Creating a New Type" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-tutorials-extending-chapter1-basics-example.html" projectPath="qml/tutorials/extending/chapter1-basics/chapter1-basics.pro" imageUrl="qthelp://org.qt-project.qtqml.521/qtqml/images/extending-tutorial-chapter1.png">
            <description><![CDATA[No description available]]></description>
            <tags>creating,qml,type,new</tags>
            <fileToOpen>qml/tutorials/extending/chapter1-basics/main.cpp</fileToOpen>
        </example>
        <example name="Chapter 2: Connecting to C++ Methods and Signals" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-tutorials-extending-chapter2-methods-example.html" projectPath="qml/tutorials/extending/chapter2-methods/chapter2-methods.pro" imageUrl="qthelp://org.qt-project.qtqml.521/qtqml/images/extending-tutorial-chapter2.png">
            <description><![CDATA[No description available]]></description>
            <tags>and,methods,qml,to,c++,signals,connecting</tags>
            <fileToOpen>qml/tutorials/extending/chapter2-methods/main.cpp</fileToOpen>
        </example>
        <example name="Chapter 3: Adding Property Bindings" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-tutorials-extending-chapter3-bindings-example.html" projectPath="qml/tutorials/extending/chapter3-bindings/chapter3-bindings.pro" imageUrl="qthelp://org.qt-project.qtqml.521/qtqml/images/extending-tutorial-chapter3.png">
            <description><![CDATA[No description available]]></description>
            <tags>bindings,adding,qml,property</tags>
            <fileToOpen>qml/tutorials/extending/chapter3-bindings/main.cpp</fileToOpen>
        </example>
        <example name="Chapter 4: Using Custom Property Types" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-tutorials-extending-chapter4-custompropertytypes-example.html" projectPath="qml/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro" imageUrl="qthelp://org.qt-project.qtdoc.521/qtdoc/images/qt-codesample.png">
            <description><![CDATA[No description available]]></description>
            <tags>qml,types,custom,using,property</tags>
            <fileToOpen>qml/tutorials/extending/chapter4-customPropertyTypes/main.cpp</fileToOpen>
        </example>
        <example name="Chapter 5: Using List Property Types" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-tutorials-extending-chapter5-listproperties-example.html" projectPath="qml/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro" imageUrl="qthelp://org.qt-project.qtqml.521/qtqml/images/extending-tutorial-chapter5.png">
            <description><![CDATA[No description available]]></description>
            <tags>qml,types,using,property,list</tags>
            <fileToOpen>qml/tutorials/extending/chapter5-listproperties/main.cpp</fileToOpen>
        </example>
        <example name="Chapter 6: Writing an Extension Plugin" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-tutorials-extending-chapter6-plugins-example.html" projectPath="qml/tutorials/extending/chapter6-plugins/chapter6-plugins.pro" imageUrl="qthelp://org.qt-project.qtdoc.521/qtdoc/images/qt-codesample.png">
            <description><![CDATA[No description available]]></description>
            <tags>plugin,extension,qml,an,writing</tags>
            <fileToOpen>qml/tutorials/extending/chapter6-plugins/main.cpp</fileToOpen>
        </example>
        <example name="Extending QML - Adding Types Example" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-referenceexamples-adding-example.html" projectPath="qml/referenceexamples/adding/adding.pro" imageUrl="qthelp://org.qt-project.qtdoc.521/qtdoc/images/qt-codesample.png">
            <description><![CDATA[Exporting C++ Classes]]></description>
            <tags>adding,qml,types,extending</tags>
            <fileToOpen>qml/referenceexamples/adding/main.cpp</fileToOpen>
        </example>
        <example name="Extending QML - Attached Properties Example" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-referenceexamples-attached-example.html" projectPath="qml/referenceexamples/attached/attached.pro" imageUrl="qthelp://org.qt-project.qtdoc.521/qtdoc/images/qt-codesample.png">
            <description><![CDATA[Attached Properties]]></description>
            <tags>qml,attached,extending,properties</tags>
            <fileToOpen>qml/referenceexamples/attached/main.cpp</fileToOpen>
        </example>
        <example name="Extending QML - Binding Example" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-referenceexamples-binding-example.html" projectPath="qml/referenceexamples/binding/binding.pro" imageUrl="qthelp://org.qt-project.qtdoc.521/qtdoc/images/qt-codesample.png">
            <description><![CDATA[Binding]]></description>
            <tags>qml,binding,extending</tags>
            <fileToOpen>qml/referenceexamples/binding/main.cpp</fileToOpen>
        </example>
        <example name="Extending QML - Default Property Example" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-referenceexamples-default-example.html" projectPath="qml/referenceexamples/default/default.pro" imageUrl="qthelp://org.qt-project.qtdoc.521/qtdoc/images/qt-codesample.png">
            <description><![CDATA[Default Property]]></description>
            <tags>qml,default,extending,property</tags>
            <fileToOpen>qml/referenceexamples/default/main.cpp</fileToOpen>
        </example>
        <example name="Extending QML - Grouped Properties Example" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-referenceexamples-grouped-example.html" projectPath="qml/referenceexamples/grouped/grouped.pro" imageUrl="qthelp://org.qt-project.qtdoc.521/qtdoc/images/qt-codesample.png">
            <description><![CDATA[Grouped Properties]]></description>
            <tags>grouped,qml,extending,properties</tags>
            <fileToOpen>qml/referenceexamples/grouped/main.cpp</fileToOpen>
        </example>
        <example name="Extending QML - Inheritance and Coercion Example" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-referenceexamples-coercion-example.html" projectPath="qml/referenceexamples/coercion/coercion.pro" imageUrl="qthelp://org.qt-project.qtdoc.521/qtdoc/images/qt-codesample.png">
            <description><![CDATA[C++ Inheritance and Coercion]]></description>
            <tags>inheritance,and,qml,extending,coercion</tags>
            <fileToOpen>qml/referenceexamples/coercion/main.cpp</fileToOpen>
        </example>
        <example name="Extending QML - Methods Example" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-referenceexamples-methods-example.html" projectPath="qml/referenceexamples/methods/methods.pro" imageUrl="qthelp://org.qt-project.qtdoc.521/qtdoc/images/qt-codesample.png">
            <description><![CDATA[Methods Support]]></description>
            <tags>methods,qml,extending</tags>
            <fileToOpen>qml/referenceexamples/methods/main.cpp</fileToOpen>
        </example>
        <example name="Extending QML - Object and List Property Types Example" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-referenceexamples-properties-example.html" projectPath="qml/referenceexamples/properties/properties.pro" imageUrl="qthelp://org.qt-project.qtdoc.521/qtdoc/images/qt-codesample.png">
            <description><![CDATA[Exporting C++ Properties]]></description>
            <tags>and,qml,types,object,extending,property,list</tags>
            <fileToOpen>qml/referenceexamples/properties/main.cpp</fileToOpen>
        </example>
        <example name="Extending QML - Property Value Source Example" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-referenceexamples-valuesource-example.html" projectPath="qml/referenceexamples/valuesource/valuesource.pro" imageUrl="qthelp://org.qt-project.qtdoc.521/qtdoc/images/qt-codesample.png">
            <description><![CDATA[Property Value Source]]></description>
            <tags>qml,value,extending,source,property</tags>
            <fileToOpen>qml/referenceexamples/valuesource/main.cpp</fileToOpen>
        </example>
        <example name="Extending QML - Signal Support Example" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-referenceexamples-signal-example.html" projectPath="qml/referenceexamples/signal/signal.pro" imageUrl="qthelp://org.qt-project.qtdoc.521/qtdoc/images/qt-codesample.png">
            <description><![CDATA[Signal Support]]></description>
            <tags>signal,qml,support,extending</tags>
            <fileToOpen>qml/referenceexamples/signal/main.cpp</fileToOpen>
        </example>
        <example name="QML Example - Dynamic Scene" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-dynamicscene-example.html" projectPath="qml/dynamicscene/dynamicscene.qmlproject" imageUrl="qthelp://org.qt-project.qtqml.521/qtqml/images/qml-dynamicscene-example.png">
            <description><![CDATA[This example demonstrates creating components dynamically.]]></description>
            <tags>dynamic,qml,scene</tags>
            <fileToOpen>qml/dynamicscene/dynamicscene.qml</fileToOpen>
        </example>
        <example name="QML Examples - Internationalization" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-qml-i18n-example.html" projectPath="qml/qml-i18n/qml-i18n.qmlproject" imageUrl="qthelp://org.qt-project.qtqml.521/qtqml/images/qml-i18n-example.png">
            <description><![CDATA[This is an internationalization example]]></description>
            <tags>qml,internationalization</tags>
            <fileToOpen>qml/qml-i18n/qml-i18n.qml</fileToOpen>
        </example>
        <example name="QML Plugin Example" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-qmlextensionplugins-example.html" projectPath="qml/qmlextensionplugins/qmlextensionplugins.pro" imageUrl="qthelp://org.qt-project.qtqml.521/qtqml/images/qml-plugins-example.png">
            <description><![CDATA[This example creates a C++ plugin extension by subclassing QQmlExtensionPlugin.]]></description>
            <tags>plugin,qml</tags>
        </example>
        <example name="Qt Quick Examples - XMLHttpRequest" docUrl="qthelp://org.qt-project.qtqml.521/qtqml/qtqml-xmlhttprequest-example.html" projectPath="qml/xmlhttprequest/xmlhttprequest.pro" imageUrl="qthelp://org.qt-project.qtqml.521/qtqml/images/qml-xmlhttprequest-example.png">
            <description><![CDATA[This is a collection of XMLHttpRequest examples]]></description>
            <tags>qml,xmlhttprequest,quick</tags>
            <fileToOpen>qml/xmlhttprequest/xmlhttprequest.qml</fileToOpen>
            <fileToOpen>qml/xmlhttprequest/main.cpp</fileToOpen>
        </example>
    </examples>
</instructionals>