This file is indexed.

/usr/share/qt5/doc/qtdesigner/examples-manifest.xml is in qttools5-doc-html 5.2.1-8build1.

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
<?xml version="1.0" encoding="UTF-8"?>
<instructionals module="QtDesigner">
    <examples>
        <example name="Arthur Plugin" docUrl="qthelp://org.qt-project.designer.521/qtdesigner/qtdesigner-arthurplugin-example.html" projectPath="arthurplugin/arthurplugin.pro" imageUrl="qthelp://org.qt-project.designer.521/qtdesigner/images/arthurplugin-demo.png">
            <description><![CDATA[Using the Qt painting system with Qt Designer custom widget plugins.]]></description>
            <tags>designer,plugin,arthur</tags>
        </example>
        <example name="Calculator Builder Example" docUrl="qthelp://org.qt-project.designer.521/qtdesigner/qtdesigner-calculatorbuilder-example.html" projectPath="calculatorbuilder/calculatorbuilder.pro" imageUrl="qthelp://org.qt-project.designer.521/qtdesigner/images/calculatorbuilder-example.png">
            <description><![CDATA[Creating a user interface from a Qt Designer form at run-time.]]></description>
            <tags>designer,builder,calculator</tags>
            <fileToOpen>calculatorbuilder/main.cpp</fileToOpen>
        </example>
        <example name="Calculator Form Example" docUrl="qthelp://org.qt-project.designer.521/qtdesigner/qtdesigner-calculatorform-example.html" projectPath="calculatorform/calculatorform.pro" imageUrl="qthelp://org.qt-project.designer.521/qtdesigner/images/calculatorform-example.png">
            <description><![CDATA[Using a form created with Qt Designer in an application.]]></description>
            <tags>designer,form,calculator</tags>
            <fileToOpen>calculatorform/calculatorform.cpp</fileToOpen>
            <fileToOpen>calculatorform/calculatorform.h</fileToOpen>
            <fileToOpen>calculatorform/main.cpp</fileToOpen>
        </example>
        <example name="Container Extension Example" docUrl="qthelp://org.qt-project.designer.521/qtdesigner/qtdesigner-containerextension-example.html" projectPath="containerextension/containerextension.pro" imageUrl="qthelp://org.qt-project.designer.521/qtdesigner/images/containerextension-example.png">
            <description><![CDATA[Creating a custom multi-page plugin for Qt Designer.]]></description>
            <tags>designer,container,extension</tags>
        </example>
        <example name="Custom Widget Plugin Example" docUrl="qthelp://org.qt-project.designer.521/qtdesigner/qtdesigner-customwidgetplugin-example.html" projectPath="customwidgetplugin/customwidgetplugin.pro" imageUrl="qthelp://org.qt-project.designer.521/qtdesigner/images/customwidgetplugin-example.png">
            <description><![CDATA[Creating a custom widget plugin for Qt Designer.]]></description>
            <tags>designer,plugin,custom,widget</tags>
            <fileToOpen>customwidgetplugin/customwidgetplugin.cpp</fileToOpen>
            <fileToOpen>customwidgetplugin/customwidgetplugin.h</fileToOpen>
        </example>
        <example name="Task Menu Extension Example" docUrl="qthelp://org.qt-project.designer.521/qtdesigner/qtdesigner-taskmenuextension-example.html" projectPath="taskmenuextension/taskmenuextension.pro" imageUrl="qthelp://org.qt-project.designer.521/qtdesigner/images/taskmenuextension-example-faded.png">
            <description><![CDATA[Creating a custom widget plugin for Qt Designer and providing custom task menu entries that are associated with the plugin.]]></description>
            <tags>designer,task,extension,menu</tags>
        </example>
        <example name="World Time Clock Builder Example" docUrl="qthelp://org.qt-project.designer.521/qtdesigner/qtdesigner-worldtimeclockbuilder-example.html" projectPath="worldtimeclockbuilder/worldtimeclockbuilder.pro" imageUrl="qthelp://org.qt-project.designer.521/qtdesigner/images/worldtimeclockbuilder-example.png">
            <description><![CDATA[Creating forms with Qt Designer that contain custom widgets that can be dynamically generated at run-time.]]></description>
            <tags>designer,builder,world,time,clock</tags>
            <fileToOpen>worldtimeclockbuilder/main.cpp</fileToOpen>
        </example>
        <example name="World Time Clock Plugin Example" docUrl="qthelp://org.qt-project.designer.521/qtdesigner/qtdesigner-worldtimeclockplugin-example.html" projectPath="worldtimeclockplugin/worldtimeclockplugin.pro" imageUrl="qthelp://org.qt-project.designer.521/qtdesigner/images/worldtimeclockplugin-example.png">
            <description><![CDATA[Creating a custom widget plugin for Qt Designer that uses signals and slots.]]></description>
            <tags>designer,world,time,plugin,clock</tags>
            <fileToOpen>worldtimeclockplugin/worldtimeclockplugin.cpp</fileToOpen>
            <fileToOpen>worldtimeclockplugin/worldtimeclockplugin.h</fileToOpen>
        </example>
    </examples>
</instructionals>