/usr/share/qt5/doc/qtquickextras/qml-qtquick-extras-tumblercolumn.html is in qtquickcontrols5-doc-html 5.5.1-1ubuntu1.
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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TumblerColumn.qml -->
<title>TumblerColumn QML Type | Qt Quick Extras 5.5</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.5</li>
<li><a href="qtquickextras-index.html">Qt Quick Extras</a></li>
<li><a href="qtquick-extras-qmlmodule.html">QML Types</a></li>
<li>TumblerColumn QML Type</li>
<li id="buildversion">Qt 5.5.1 Reference Documentation</li>
</ul>
</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="#properties">Properties</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">TumblerColumn QML Type</h1>
<span class="subtitle"></span>
<!-- $$$TumblerColumn-brief -->
<p>A column within a tumbler. <a href="#details">More...</a></p>
<!-- @@@TumblerColumn -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import QtQuick.Extras 1.4</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign"> Qt 5.5</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherits:</td><td class="memItemRight bottomAlign"> <p><a href="../qtqml/qml-qtqml-qtobject.html">QtObject</a></p>
</td></tr></table></div><ul>
<li><a href="qml-qtquick-extras-tumblercolumn-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2 id="properties">Properties</h2>
<ul>
<li class="fn"><b><b><a href="qml-qtquick-extras-tumblercolumn.html#activeFocus-prop">activeFocus</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtquick-extras-tumblercolumn.html#columnForeground-prop">columnForeground</a></b></b> : Component</li>
<li class="fn"><b><b><a href="qml-qtquick-extras-tumblercolumn.html#currentIndex-prop">currentIndex</a></b></b> : int</li>
<li class="fn"><b><b><a href="qml-qtquick-extras-tumblercolumn.html#delegate-prop">delegate</a></b></b> : Component</li>
<li class="fn"><b><b><a href="qml-qtquick-extras-tumblercolumn.html#highlight-prop">highlight</a></b></b> : Component</li>
<li class="fn"><b><b><a href="qml-qtquick-extras-tumblercolumn.html#model-prop">model</a></b></b> : var</li>
<li class="fn"><b><b><a href="qml-qtquick-extras-tumblercolumn.html#role-prop">role</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtquick-extras-tumblercolumn.html#visible-prop">visible</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtquick-extras-tumblercolumn.html#width-prop">width</a></b></b> : real</li>
</ul>
<!-- $$$TumblerColumn-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
</p>
<p><a href="qml-qtquick-extras-tumblercolumn.html">TumblerColumn</a> represents a column within a tumbler, providing the interface to define the items and width of each column.</p>
<pre class="cpp">Tumbler {
TumblerColumn {
model: <span class="operator">[</span><span class="number">1</span><span class="operator">,</span> <span class="number">2</span><span class="operator">,</span> <span class="number">3</span><span class="operator">]</span>
}
TumblerColumn {
model: <span class="operator">[</span><span class="string">"A"</span><span class="operator">,</span> <span class="string">"B"</span><span class="operator">,</span> <span class="string">"C"</span><span class="operator">]</span>
visible: <span class="keyword">false</span>
}
}</pre>
<p>You can create a custom appearance for a Tumbler by assigning a TumblerStyle.</p>
<!-- @@@TumblerColumn -->
<h2>Property Documentation</h2>
<!-- $$$activeFocus -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="activeFocus-prop"><td class="tblQmlPropNode"><p><a name="activeFocus-prop"></a><span class="qmlreadonly">read-only</span><span class="name">activeFocus</span> : <span class="type">bool</span></p></td></tr></table></div></div><div class="qmldoc"><p>This read-only property indicates whether the item has active focus.</p>
<p>See Item's <a href="../qtquick/qml-qtquick-item.html#activeFocus-prop">activeFocus</a> property for more information.</p>
</div></div><!-- @@@activeFocus -->
<br/>
<!-- $$$columnForeground -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="columnForeground-prop"><td class="tblQmlPropNode"><p><a name="columnForeground-prop"></a><span class="name">columnForeground</span> : <span class="type"><a href="../qtqml/qml-qtqml-component.html">Component</a></span></p></td></tr></table></div></div><div class="qmldoc"><p>The foreground of this column.</p>
<p>If set, this component will be used to display the foreground in this column, instead of the columnForeground property in TumblerStyle.</p>
</div></div><!-- @@@columnForeground -->
<br/>
<!-- $$$currentIndex -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="currentIndex-prop"><td class="tblQmlPropNode"><p><a name="currentIndex-prop"></a><span class="qmlreadonly">read-only</span><span class="name">currentIndex</span> : <span class="type">int</span></p></td></tr></table></div></div><div class="qmldoc"><p>This read-only property holds the index of the current item for this column. If the model count is reduced, the current index will be reduced to the new count minus one.</p>
<p><b>See also </b><a href="qml-qtquick-extras-tumbler.html#currentIndexAt-method">Tumbler::currentIndexAt</a> and <a href="qml-qtquick-extras-tumbler.html#setCurrentIndexAt-method">Tumbler::setCurrentIndexAt</a>.</p>
</div></div><!-- @@@currentIndex -->
<br/>
<!-- $$$delegate -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="delegate-prop"><td class="tblQmlPropNode"><p><a name="delegate-prop"></a><span class="name">delegate</span> : <span class="type"><a href="../qtqml/qml-qtqml-component.html">Component</a></span></p></td></tr></table></div></div><div class="qmldoc"><p>The item delegate for this column.</p>
<p>If set, this delegate will be used to display items in this column, instead of the delegate property in TumblerStyle.</p>
<p>The <a href="../qtquick/qml-qtquick-item.html#implicitHeight-prop">implicitHeight</a> property must be set, and it must be the same for each delegate.</p>
</div></div><!-- @@@delegate -->
<br/>
<!-- $$$highlight -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="highlight-prop"><td class="tblQmlPropNode"><p><a name="highlight-prop"></a><span class="name">highlight</span> : <span class="type"><a href="../qtqml/qml-qtqml-component.html">Component</a></span></p></td></tr></table></div></div><div class="qmldoc"><p>The highlight delegate for this column.</p>
<p>If set, this highlight will be used to display the highlight in this column, instead of the highlight property in TumblerStyle.</p>
</div></div><!-- @@@highlight -->
<br/>
<!-- $$$model -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="model-prop"><td class="tblQmlPropNode"><p><a name="model-prop"></a><span class="name">model</span> : <span class="type"><a href="../qtqml/qml-var.html">var</a></span></p></td></tr></table></div></div><div class="qmldoc"><p>This property holds the model that provides data for this column.</p>
</div></div><!-- @@@model -->
<br/>
<!-- $$$role -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="role-prop"><td class="tblQmlPropNode"><p><a name="role-prop"></a><span class="name">role</span> : <span class="type">string</span></p></td></tr></table></div></div><div class="qmldoc"><p>This property holds the model role of this column.</p>
</div></div><!-- @@@role -->
<br/>
<!-- $$$visible -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="visible-prop"><td class="tblQmlPropNode"><p><a name="visible-prop"></a><span class="name">visible</span> : <span class="type">bool</span></p></td></tr></table></div></div><div class="qmldoc"><p>This property holds the visibility of this column.</p>
</div></div><!-- @@@visible -->
<br/>
<!-- $$$width -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="width-prop"><td class="tblQmlPropNode"><p><a name="width-prop"></a><span class="name">width</span> : <span class="type">real</span></p></td></tr></table></div></div><div class="qmldoc"><p>This property holds the width of this column.</p>
</div></div><!-- @@@width -->
<br/>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2015 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>
|