This file is indexed.

/usr/share/qt5/doc/qtquickcontrols2/qtquick-controls2-qmlmodule.html is in qtquickcontrols2-5-doc-html 5.7.1-1.

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
110
111
112
113
114
115
116
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qtquickcontrols2-qmltypes.qdoc -->
  <title>Qt Quick Controls 2 QML Types | Qt Quick Controls 2 5.7</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    window.onload = function(){document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");};
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td >Qt 5.7</td><td ><a href="qtquickcontrols2-index.html">Qt Quick Controls 2</a></td><td >Qt Quick Controls 2 QML Types</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.7.1 Reference Documentation</td>
        </tr></table>
      </div>
    </div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#qml-types">QML Types</a></li>
<li class="level1"><a href="#related-information">Related Information</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Qt Quick Controls 2 QML Types</h1>
<span class="subtitle"></span>
<!-- $$$QtQuick.Controls-description -->
<div class="descr"> <a name="details"></a>
</p>
<p><a href="qtquickcontrols2-index.html">Qt Quick Controls 2</a> 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>Qt Quick Controls 2 QML types can be imported into your application using the following import statement in your .qml file:</p>
<pre class="cpp plain">

  import QtQuick.Controls 2.0

</pre>
<a name="qml-types"></a>
<h2 id="qml-types">QML Types</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-abstractbutton.html">AbstractButton</a></p></td><td class="tblDescr"><p>Base type of all button controls</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-applicationwindow.html">ApplicationWindow</a></p></td><td class="tblDescr"><p>Provides a top-level application window</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-busyindicator.html">BusyIndicator</a></p></td><td class="tblDescr"><p>Indicates activity while content is being loaded</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-button.html">Button</a></p></td><td class="tblDescr"><p>A push-button control that can be clicked by the user</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-buttongroup.html">ButtonGroup</a></p></td><td class="tblDescr"><p>A mutually-exclusive group of checkable controls</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-checkbox.html">CheckBox</a></p></td><td class="tblDescr"><p>An option button that can be checked or unchecked</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-checkdelegate.html">CheckDelegate</a></p></td><td class="tblDescr"><p>An item delegate that can be checked or unchecked</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-combobox.html">ComboBox</a></p></td><td class="tblDescr"><p>A combined button and popup list taking minimal space</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-container.html">Container</a></p></td><td class="tblDescr"><p>A container control base type</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-control.html">Control</a></p></td><td class="tblDescr"><p>Base type of user interface controls</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-dial.html">Dial</a></p></td><td class="tblDescr"><p>A circular dial that is rotated to set a value</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-drawer.html">Drawer</a></p></td><td class="tblDescr"><p>Provides a swipe-based side panel</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-frame.html">Frame</a></p></td><td class="tblDescr"><p>A logical group of controls within a visual frame</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-groupbox.html">GroupBox</a></p></td><td class="tblDescr"><p>A logical group of controls within a titled visual frame</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-itemdelegate.html">ItemDelegate</a></p></td><td class="tblDescr"><p>A standard view item that can be used in various views and controls</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-label.html">Label</a></p></td><td class="tblDescr"><p>A text label with inherited styling and font</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-menu.html">Menu</a></p></td><td class="tblDescr"><p>A menu control that can be used as a context menu or popup menu</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-menuitem.html">MenuItem</a></p></td><td class="tblDescr"><p>A menu item within a Menu</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-page.html">Page</a></p></td><td class="tblDescr"><p>A control that makes it convenient to add a header and footer to a page</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-pageindicator.html">PageIndicator</a></p></td><td class="tblDescr"><p>Indicates the currently active page</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-pane.html">Pane</a></p></td><td class="tblDescr"><p>Provides a background matching with the application style and theme</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-popup.html">Popup</a></p></td><td class="tblDescr"><p>Base type of popup-like user interface controls</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-progressbar.html">ProgressBar</a></p></td><td class="tblDescr"><p>Indicates the progress of an operation</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-radiobutton.html">RadioButton</a></p></td><td class="tblDescr"><p>An option button that can be toggled on or off</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-radiodelegate.html">RadioDelegate</a></p></td><td class="tblDescr"><p>An item delegate that can be checked or unchecked</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-rangeslider.html">RangeSlider</a></p></td><td class="tblDescr"><p>A slider control used to select a range of values</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-scrollbar.html">ScrollBar</a></p></td><td class="tblDescr"><p>An interactive scroll bar control</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-scrollindicator.html">ScrollIndicator</a></p></td><td class="tblDescr"><p>A non-interactive scroll indicator control</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-slider.html">Slider</a></p></td><td class="tblDescr"><p>Selects a value by sliding a handle along a track</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-spinbox.html">SpinBox</a></p></td><td class="tblDescr"><p>A spinbox control that allows the user to select from a set of preset values</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-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-controls2-swipedelegate.html">SwipeDelegate</a></p></td><td class="tblDescr"><p>A swipable item delegate</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-swipeview.html">SwipeView</a></p></td><td class="tblDescr"><p>Enables the user to navigate pages by swiping sideways</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-switch.html">Switch</a></p></td><td class="tblDescr"><p>An option button that can be toggled on or off</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-switchdelegate.html">SwitchDelegate</a></p></td><td class="tblDescr"><p>An item delegate that can be toggled on or off</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-tabbar.html">TabBar</a></p></td><td class="tblDescr"><p>A bar with icons allowing to switch between different views or subtasks</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-tabbutton.html">TabButton</a></p></td><td class="tblDescr"><p>A tab button control that can be found on a TabBar</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-textarea.html">TextArea</a></p></td><td class="tblDescr"><p>A multi line text input control</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-textfield.html">TextField</a></p></td><td class="tblDescr"><p>A single line text input control</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-toolbar.html">ToolBar</a></p></td><td class="tblDescr"><p>A container with context-sensitive controls</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-toolbutton.html">ToolButton</a></p></td><td class="tblDescr"><p>A button with a layout suitable for a ToolBar</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-tooltip.html">ToolTip</a></p></td><td class="tblDescr"><p>Provides tool tips for any control</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls2-tumbler.html">Tumbler</a></p></td><td class="tblDescr"><p>A spinnable wheel of items that can be selected</p></td></tr>
</table></div>
<p>For more information on the Qt Quick Controls 2 module, see the <a href="qtquickcontrols2-index.html">Qt Quick Controls 2</a> module documentation.</p>
<a name="related-information"></a>
<h2 id="related-information">Related Information</h2>
<ul>
<li><a href="qtquickcontrols2-guidelines.html">Qt Quick Controls 2 Guidelines</a></li>
</ul>
</div>
<!-- @@@QtQuick.Controls -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2016 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>