This file is indexed.

/usr/share/qt5/doc/qtquickcontrols/qtquickcontrols-index.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<?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-index.qdoc -->
  <title>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 >Qt Quick Controls</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="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#application-window">Application Window</a></li>
<li class="level1"><a href="#navigation-and-views">Navigation and Views</a></li>
<li class="level1"><a href="#controls">Controls</a></li>
<li class="level1"><a href="#menus">Menus</a></li>
<li class="level1"><a href="#licenses-and-attributions">Licenses and Attributions</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</h1>
<span class="subtitle"></span>
<!-- $$$qtquickcontrols-index.html-description -->
<div class="descr"> <a name="details"></a>
<p>The Qt Quick Controls module provides a set of controls that can be used to build complete interfaces in Qt Quick.</p>
<p>The module was introduced in Qt 5.1&#x2e;</p>
<p>Visit the <a href="qtquickcontrols-overview.html">Qt Quick Controls Overview</a> page to get started.</p>
<a name="application-window"></a>
<h2 id="application-window">Application Window</h2>
<p>Components used to describe the basic window properties of an application. <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-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-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-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-action.html">Action</a></p></td><td class="tblDescr"><p>Abstract user interface action that can be bound to items</p></td></tr>
</table></div>
</p>
<a name="navigation-and-views"></a>
<h2 id="navigation-and-views">Navigation and Views</h2>
<p>Views typically let the user manage or present other components in a layout. <div class="table"><table class="annotated">
<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-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-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-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="even 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>
</table></div>
</p>
<a name="controls"></a>
<h2 id="controls">Controls</h2>
<p>Controls are typically items that are used to present or receive input from the user. <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>
</p>
<a name="menus"></a>
<h2 id="menus">Menus</h2>
<p>Types that can be used to build menus. <div class="table"><table class="annotated">
<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-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>
</table></div>
</p>
<a name="licenses-and-attributions"></a>
<h2 id="licenses-and-attributions">Licenses and Attributions</h2>
<p>The Qt Quick Controls module is available under commercial licenses from The Qt Company. In addition, it is available under free software licenses. Since Qt 5.4, these free software licenses are GNU Lesser General Public License, version 3, or the GNU General Public License, version 2. See Qt Licensing for further details.</p>
<a name="related-information"></a>
<h2 id="related-information">Related information</h2>
<ul>
<li><a href="../qtquick/qtquick-index.html">Qt Quick</a></li>
<li><a href="qtquickcontrols-overview.html">Qt Quick Controls Overview</a></li>
<li><a href="qtquick-controls-qmlmodule.html">Qt Quick Controls QML Types</a></li>
<li><a href="qtquickcontrols-platformnotes.html">Qt Quick Controls Platform Notes</a></li>
<li><a href="qtquickcontrols-examples.html">Qt Quick Controls Examples</a></li>
<li><a href="qtquickcontrolsstyles-index.html">Qt Quick Controls Styles</a></li>
<li><a href="../qtquick/qtquicklayouts-index.html">Qt Quick Layouts</a></li>
<li>Qt Quick Dialogs</li>
</ul>
</div>
<!-- @@@qtquickcontrols-index.html -->
        </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>