This file is indexed.

/usr/share/qt5/doc/qtquickcontrols/qtquickcontrols-index.html is in qtquickcontrols5-doc-html 5.3.2-2.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qtquickcontrols-index.qdoc -->
  <title>Qt Quick Controls | QtQuickControls 5.3</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
    <div class="main">
    <div class="main-rounded">
        <div class="navigationbar">
        <ul>
<li>Qt 5.3</li>
<li>Qt Quick Controls</li>
<li id="buildversion">
Qt 5.3.2 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<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="#related-information">Related information</a></li>
</ul>
</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 is new 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>Application Window</h2>
<p>Components used to describe the basic window properties of an application. <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>Action provides an abstract user interface action that can be bound to items</p></td></tr>
</table>
</p>
<a name="navigation-and-views"></a>
<h2>Navigation and Views</h2>
<p>Views typically let the user manage or present other components in a layout. <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>
</table>
</p>
<a name="controls"></a>
<h2>Controls</h2>
<p>Controls are typically items that are used to present or receive input from the user. <table class="annotated">
<tr class="odd 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="even 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="odd 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="even 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="odd 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="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-groupbox.html">GroupBox</a></p></td><td class="tblDescr"><p>GroupBox provides a group box frame with a title.</p></td></tr>
<tr class="odd 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="even 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="odd 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="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-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-textarea.html">TextArea</a></p></td><td class="tblDescr"><p>Displays multiple lines of editable formatted text.</p></td></tr>
<tr class="even 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="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-exclusivegroup.html">ExclusiveGroup</a></p></td><td class="tblDescr"><p>ExclusiveGroup provides a way to declare several checkable controls as mutually exclusive.</p></td></tr>
</table>
</p>
<a name="menus"></a>
<h2>Menus</h2>
<p>Types that can be used to build menus. <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 in menu bars, as context menu, and other popup menus.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-menuseparator.html">MenuSeparator</a></p></td><td class="tblDescr"><p>MenuSeparator provides a separator for items inside a menu.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-qtquick-controls-menuitem.html">MenuItem</a></p></td><td class="tblDescr"><p>MenuItem provides an item to add in a menu or a menu bar.</p></td></tr>
</table>
</p>
<a name="related-information"></a>
<h2>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-examples.html">Qt Quick Controls Examples</a></li>
<li><a href="qtquickcontrolsstyles-index.html">Qt Quick Controls Styles</a></li>
<li>Qt Quick Layouts</li>
</ul>
</div>
<!-- @@@qtquickcontrols-index.html -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2014 Digia Plc and/or its
   subsidiaries. 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>    Digia, Qt and their respective logos are trademarks of Digia Plc     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>