This file is indexed.

/usr/share/qt5/doc/qtquickcontrols/qtquick-controls-qmlmodule.html is in qtquickcontrols5-doc-html 5.9.5-0ubuntu1.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qtquickcontrols.qdoc -->
  <title>Qt Quick Controls QML Types | Qt Quick Controls 5.9</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
    // loading style sheet breaks anchors that were jumped to before
    // so force jumping to anchor again
    setTimeout(function() {
        var anchor = location.hash;
        // need to jump to different anchor first (e.g. none)
        location.hash = "#";
        setTimeout(function() {
            location.hash = anchor;
        }, 0);
    }, 0);
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td >Qt 5.9</td><td ><a href="qtquickcontrols-index.html">Qt Quick Controls</a></td><td >Qt Quick Controls QML Types</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.9.5 Reference Documentation</td>
        </tr></table>
      </div>
    </div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Qt Quick Controls QML Types</h1>
<span class="subtitle"></span>
<!-- $$$QtQuick.Controls-description -->
<div class="descr"> <a name="details"></a>
<p>The <a href="qtquickcontrols-index.html">Qt Quick Controls</a> module provides QML types for creating user interfaces. These QML types work in conjunction with <a href="../qtquick/qtquick-index.html">Qt Quick</a> and <a href="../qtquick/qtquicklayouts-index.html">Qt Quick Layouts</a>.</p>
<p>Controls can be styled using the <a href="qtquick-controls-styles-qmlmodule.html">Styles QML Types</a>.</p>
<p>The QML types can be imported into your application using the following import statement in your .qml file.</p>
<pre class="cpp">

  import <span class="type"><a href="../qtqml/qtquick-qmlmodule.html">QtQuick</a></span><span class="operator">.</span>Controls <span class="number">1.4</span>

</pre>
</div>
<!-- @@@QtQuick.Controls -->
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-applicationwindow.html">ApplicationWindow</a></p></td><td class="tblDescr"><p>Provides a top-level application window</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-busyindicator.html">BusyIndicator</a></p></td><td class="tblDescr"><p>A busy indicator</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-button.html">Button</a></p></td><td class="tblDescr"><p>A push button with a text label</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-calendar.html">Calendar</a></p></td><td class="tblDescr"><p>Provides a way to select dates from a calendar</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-checkbox.html">CheckBox</a></p></td><td class="tblDescr"><p>A checkbox with a text label</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-combobox.html">ComboBox</a></p></td><td class="tblDescr"><p>Provides a drop-down list functionality</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-groupbox.html">GroupBox</a></p></td><td class="tblDescr"><p>Group box frame with a title</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-label.html">Label</a></p></td><td class="tblDescr"><p>A text label</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-menu.html">Menu</a></p></td><td class="tblDescr"><p>Provides a menu component for use as a context menu, popup menu, or as part of a menu bar</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-menubar.html">MenuBar</a></p></td><td class="tblDescr"><p>Provides a horizontal menu bar</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-progressbar.html">ProgressBar</a></p></td><td class="tblDescr"><p>A progress indicator</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-radiobutton.html">RadioButton</a></p></td><td class="tblDescr"><p>A radio button with a text label</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-scrollview.html">ScrollView</a></p></td><td class="tblDescr"><p>Provides a scrolling view within another Item</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-slider.html">Slider</a></p></td><td class="tblDescr"><p>Provides a vertical or horizontal slider control</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-spinbox.html">SpinBox</a></p></td><td class="tblDescr"><p>Provides a spin box control</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-splitview.html">SplitView</a></p></td><td class="tblDescr"><p>Lays out items with a draggable splitter between each item</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-stackview.html">StackView</a></p></td><td class="tblDescr"><p>Provides a stack-based navigation model</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-stackviewdelegate.html">StackViewDelegate</a></p></td><td class="tblDescr"><p>A delegate used by StackView for loading transitions</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-statusbar.html">StatusBar</a></p></td><td class="tblDescr"><p>Contains status information in your app</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-switch.html">Switch</a></p></td><td class="tblDescr"><p>A switch</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-tab.html">Tab</a></p></td><td class="tblDescr"><p>Represents the content of a tab in a TabView</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-tabview.html">TabView</a></p></td><td class="tblDescr"><p>A control that allows the user to select one of multiple stacked items</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-tableviewcolumn.html">TableViewColumn</a></p></td><td class="tblDescr"><p>Used to define columns in a TableView or in a TreeView</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-textarea.html">TextArea</a></p></td><td class="tblDescr"><p>Displays multiple lines of editable formatted text</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-textfield.html">TextField</a></p></td><td class="tblDescr"><p>Displays a single line of editable plain text</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-toolbar.html">ToolBar</a></p></td><td class="tblDescr"><p>Contains ToolButton and related controls</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-toolbutton.html">ToolButton</a></p></td><td class="tblDescr"><p>Provides a button type that is typically used within a ToolBar</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-tableview.html">TableView</a></p></td><td class="tblDescr"><p>Provides a list view with scroll bars, styling and header sections</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-treeview.html">TreeView</a></p></td><td class="tblDescr"><p>Provides a tree view with scroll bars, styling and header sections</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-action.html">Action</a></p></td><td class="tblDescr"><p>Abstract user interface action that can be bound to items</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-exclusivegroup.html">ExclusiveGroup</a></p></td><td class="tblDescr"><p>Way to declare several checkable controls as mutually exclusive</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-menuitem.html">MenuItem</a></p></td><td class="tblDescr"><p>Item to add in a menu or a menu bar</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-menuseparator.html">MenuSeparator</a></p></td><td class="tblDescr"><p>Separator for items inside a menu</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-stack.html">Stack</a></p></td><td class="tblDescr"><p>Provides attached properties for items pushed onto a StackView</p></td></tr>
</table></div>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2017 The Qt Company Ltd.
   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>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>