/usr/share/qt5/doc/qtquickcontrols/qtquick-controls-qmlmodule.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 | <?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.qdoc -->
<title>Qt Quick Controls QML Types | 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><a href="qtquickcontrols-index.html">Qt Quick Controls</a></li>
<li>Qt Quick Controls QML Types</li>
<li id="buildversion">
Qt 5.3.2 Reference Documentation</li>
</ul>
</div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<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 Qt Quick Layouts.</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="../qtquick/qtquick-module.html">QtQuick</a></span><span class="operator">.</span>Controls <span class="number">1.2</span></pre>
</div>
<!-- @@@QtQuick.Controls -->
<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>GroupBox provides a 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 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-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>Tab 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-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-tableviewcolumn.html">TableViewColumn</a></p></td><td class="tblDescr"><p>Used to define columns in a TableView.</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-toolbar.html">ToolBar</a></p></td><td class="tblDescr"><p>Contains ToolButton and related controls.</p></td></tr>
<tr class="even 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="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>
<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>
<tr class="odd 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="even 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>
<tr class="odd 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 class="footer">
<p>
<acronym title="Copyright">©</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>
|