This file is indexed.

/usr/share/qt5/doc/qtquickcontrols/qml-qtquick-controls-styles-calendarstyle.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
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<?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" />
<!-- CalendarStyle.qml -->
  <title>CalendarStyle QML Type | 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><a href="qtquick-controls-qmlmodule.html">QML Types</a></li>
<li>CalendarStyle QML Type</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="#properties">Properties</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
<li class="level2"><a href="#component-map">Component Map</a></li>
<li class="level2"><a href="#custom-style-example">Custom Style Example</a></li>
</ul>
</div>
<h1 class="title">CalendarStyle QML Type</h1>
<span class="subtitle"></span>
<!-- $$$CalendarStyle-brief -->
<p>Provides custom styling for <a href="qml-qtquick-controls-calendar.html">Calendar</a> <a href="#details">More...</a></p>
<!-- @@@CalendarStyle -->
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> </b><tt>import QtQuick.Controls.Styles 1.2</tt></td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign">  Qt 5.3</td></tr></table><ul>
<li><a href="qml-qtquick-controls-styles-calendarstyle-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2>Properties</h2>
<ul>
<li class="fn"><b><b><a href="qml-qtquick-controls-styles-calendarstyle.html#background-prop">background</a></b></b> : Component</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-styles-calendarstyle.html#control-prop">control</a></b></b> : Calendar</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-styles-calendarstyle.html#dayDelegate-prop">dayDelegate</a></b></b> : Component</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-styles-calendarstyle.html#dayOfWeekDelegate-prop">dayOfWeekDelegate</a></b></b> : Component</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-styles-calendarstyle.html#gridColor-prop">gridColor</a></b></b> : color</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-styles-calendarstyle.html#gridVisible-prop">gridVisible</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-styles-calendarstyle.html#navigationBar-prop">navigationBar</a></b></b> : Component</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-styles-calendarstyle.html#weekNumberDelegate-prop">weekNumberDelegate</a></b></b> : Component</li>
</ul>
<!-- $$$CalendarStyle-description -->
<a name="details"></a>
<h2>Detailed Description</h2>
<a name="component-map"></a>
<h3>Component Map</h3>
<p class="centerAlign"><img src="images/calendarstyle-components-week-numbers.png" alt="" /></p><p>The calendar has the following styleable components:</p>
<table class="generic">
 <tr valign="top" class="odd"><td ><p class="centerAlign"><img src="images/square-white.png" alt="" /></p></td><td ><a href="qml-qtquick-controls-styles-calendarstyle.html#background-prop">background</a></td><td >Fills the entire control.</td></tr>
<tr valign="top" class="even"><td ><p class="centerAlign"><img src="images/square-yellow.png" alt="" /></p></td><td ><a href="qml-qtquick-controls-styles-calendarstyle.html#navigationBar-prop">navigationBar</a></td><td ></td></tr>
<tr valign="top" class="odd"><td ><p class="centerAlign"><img src="images/square-green.png" alt="" /></p></td><td ><a href="qml-qtquick-controls-styles-calendarstyle.html#dayOfWeekDelegate-prop">dayOfWeekDelegate</a></td><td >One instance per day of week.</td></tr>
<tr valign="top" class="even"><td ><p class="centerAlign"><img src="images/square-red.png" alt="" /></p></td><td ><a href="qml-qtquick-controls-styles-calendarstyle.html#weekNumberDelegate-prop">weekNumberDelegate</a></td><td >One instance per week.</td></tr>
<tr valign="top" class="odd"><td ><p class="centerAlign"><img src="images/square-blue.png" alt="" /></p></td><td ><a href="qml-qtquick-controls-styles-calendarstyle.html#dayDelegate-prop">dayDelegate</a></td><td >One instance per day of month.</td></tr>
</table>
<a name="custom-style-example"></a>
<h3>Custom Style Example</h3>
<pre class="qml"><span class="type"><a href="qml-qtquick-controls-calendar.html">Calendar</a></span> {
    <span class="name">anchors</span>.centerIn: <span class="name">parent</span>

    <span class="name">style</span>: <span class="name">CalendarStyle</span> {
        <span class="name">gridVisible</span>: <span class="number">false</span>
        <span class="name">dayDelegate</span>: <span class="name">Rectangle</span> {
            <span class="name">gradient</span>: <span class="name">Gradient</span> {
                <span class="type"><a href="../qtquick/qml-qtquick-gradientstop.html">GradientStop</a></span> {
                    <span class="name">position</span>: <span class="number">0.00</span>
                    <span class="name">color</span>: <span class="name">styleData</span>.<span class="name">selected</span> ? <span class="string">&quot;#111&quot;</span> : (<span class="name">styleData</span>.<span class="name">visibleMonth</span> <span class="operator">&amp;&amp;</span> <span class="name">styleData</span>.<span class="name">valid</span> ? <span class="string">&quot;#444&quot;</span> : <span class="string">&quot;#666&quot;</span>);
                }
                <span class="type"><a href="../qtquick/qml-qtquick-gradientstop.html">GradientStop</a></span> {
                    <span class="name">position</span>: <span class="number">1.00</span>
                    <span class="name">color</span>: <span class="name">styleData</span>.<span class="name">selected</span> ? <span class="string">&quot;#444&quot;</span> : (<span class="name">styleData</span>.<span class="name">visibleMonth</span> <span class="operator">&amp;&amp;</span> <span class="name">styleData</span>.<span class="name">valid</span> ? <span class="string">&quot;#111&quot;</span> : <span class="string">&quot;#666&quot;</span>);
                }
                <span class="type"><a href="../qtquick/qml-qtquick-gradientstop.html">GradientStop</a></span> {
                    <span class="name">position</span>: <span class="number">1.00</span>
                    <span class="name">color</span>: <span class="name">styleData</span>.<span class="name">selected</span> ? <span class="string">&quot;#777&quot;</span> : (<span class="name">styleData</span>.<span class="name">visibleMonth</span> <span class="operator">&amp;&amp;</span> <span class="name">styleData</span>.<span class="name">valid</span> ? <span class="string">&quot;#111&quot;</span> : <span class="string">&quot;#666&quot;</span>);
                }
            }

            <span class="type"><a href="qml-qtquick-controls-label.html">Label</a></span> {
                <span class="name">text</span>: <span class="name">styleData</span>.<span class="name">date</span>.<span class="name">getDate</span>()
                <span class="name">anchors</span>.centerIn: <span class="name">parent</span>
                <span class="name">color</span>: <span class="name">styleData</span>.<span class="name">valid</span> ? <span class="string">&quot;white&quot;</span> : <span class="string">&quot;grey&quot;</span>
            }

            <span class="type"><a href="../qtquick/qml-qtquick-rectangle.html">Rectangle</a></span> {
                <span class="name">width</span>: <span class="name">parent</span>.<span class="name">width</span>
                <span class="name">height</span>: <span class="number">1</span>
                <span class="name">color</span>: <span class="string">&quot;#555&quot;</span>
                <span class="name">anchors</span>.bottom: <span class="name">parent</span>.<span class="name">bottom</span>
            }

            <span class="type"><a href="../qtquick/qml-qtquick-rectangle.html">Rectangle</a></span> {
                <span class="name">width</span>: <span class="number">1</span>
                <span class="name">height</span>: <span class="name">parent</span>.<span class="name">height</span>
                <span class="name">color</span>: <span class="string">&quot;#555&quot;</span>
                <span class="name">anchors</span>.right: <span class="name">parent</span>.<span class="name">right</span>
            }
        }
    }
}</pre>
<!-- @@@CalendarStyle -->
<h2>Property Documentation</h2>
<!-- $$$background -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="background-prop"></a><span class="name">background</span> : <span class="type"><a href="../qtqml/qml-qtqml-component.html">Component</a></span></p></td></tr></table></div><div class="qmldoc"><p>The background of the calendar.</p>
<p>The implicit size of the calendar is calculated based on the implicit size of the background delegate.</p>
</div></div><!-- @@@background -->
<br/>
<!-- $$$control -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="control-prop"></a><span class="qmlreadonly">read-only</span><span class="name">control</span> : <span class="type"><a href="qml-qtquick-controls-calendar.html">Calendar</a></span></p></td></tr></table></div><div class="qmldoc"><p>The Calendar attached to this style.</p>
</div></div><!-- @@@control -->
<br/>
<!-- $$$dayDelegate -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="dayDelegate-prop"></a><span class="name">dayDelegate</span> : <span class="type"><a href="../qtqml/qml-qtqml-component.html">Component</a></span></p></td></tr></table></div><div class="qmldoc"><p>The delegate that styles each date in the calendar.</p>
<p>The properties provided to each delegate are:</p>
<table class="generic">
 <tr valign="top" class="odd"><td >readonly property date <b>styleData.date</b></td><td >The date this delegate represents.</td></tr>
<tr valign="top" class="even"><td >readonly property bool <b>styleData.selected</b></td><td ><tt>true</tt> if this is the selected date.</td></tr>
<tr valign="top" class="odd"><td >readonly property int <b>styleData.index</b></td><td >The index of this delegate.</td></tr>
<tr valign="top" class="even"><td >readonly property bool <b>styleData.valid</b></td><td ><tt>true</tt> if this date is greater than or equal to than <a href="qml-qtquick-controls-calendar.html#minimumDate-prop">minimumDate</a> and less than or equal to <a href="qml-qtquick-controls-calendar.html#maximumDate-prop">maximumDate</a>.</td></tr>
<tr valign="top" class="odd"><td >readonly property bool <b>styleData.today</b></td><td ><tt>true</tt> if this date is equal to today's date.</td></tr>
<tr valign="top" class="even"><td >readonly property bool <b>styleData.visibleMonth</b></td><td ><tt>true</tt> if the month in this date is the visible month.</td></tr>
<tr valign="top" class="odd"><td >readonly property bool <b>styleData.hovered</b></td><td ><tt>true</tt> if the mouse is over this cell.<p><b>Note: </b>This property is <tt>true</tt> even when the mouse is hovered over an invalid date.</p></td></tr>
<tr valign="top" class="even"><td >readonly property bool <b>styleData.pressed</b></td><td ><tt>true</tt> if the mouse is pressed on this cell.<p><b>Note: </b>This property is <tt>true</tt> even when the mouse is pressed on an invalid date.</p></td></tr>
</table>
</div></div><!-- @@@dayDelegate -->
<br/>
<!-- $$$dayOfWeekDelegate -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="dayOfWeekDelegate-prop"></a><span class="name">dayOfWeekDelegate</span> : <span class="type"><a href="../qtqml/qml-qtqml-component.html">Component</a></span></p></td></tr></table></div><div class="qmldoc"><p>The delegate that styles each weekday.</p>
<p>The height of the weekday row is calculated based on the maximum implicit height of the delegates.</p>
<p>The properties provided to each delegate are:</p>
<table class="generic">
 <tr valign="top" class="odd"><td >readonly property int <b>styleData.index</b></td><td >The index (0-6) of the delegate.</td></tr>
<tr valign="top" class="even"><td >readonly property int <b>styleData.dayOfWeek</b></td><td >The day of the week this delegate represents. Possible values:<ul>
<li><tt>Locale.Sunday</tt></li>
<li><tt>Locale.Monday</tt></li>
<li><tt>Locale.Tuesday</tt></li>
<li><tt>Locale.Wednesday</tt></li>
<li><tt>Locale.Thursday</tt></li>
<li><tt>Locale.Friday</tt></li>
<li><tt>Locale.Saturday</tt></li>
</ul>
</td></tr>
</table>
</div></div><!-- @@@dayOfWeekDelegate -->
<br/>
<!-- $$$gridColor -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="gridColor-prop"></a><span class="name">gridColor</span> : <span class="type"><a href="../qtquick/qml-color.html">color</a></span></p></td></tr></table></div><div class="qmldoc"><p>The color of the grid lines.</p>
</div></div><!-- @@@gridColor -->
<br/>
<!-- $$$gridVisible -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="gridVisible-prop"></a><span class="name">gridVisible</span> : <span class="type"><a href="../qtqml/qml-bool.html">bool</a></span></p></td></tr></table></div><div class="qmldoc"><p>This property determines the visibility of the grid.</p>
<p>The default value is <tt>true</tt>.</p>
</div></div><!-- @@@gridVisible -->
<br/>
<!-- $$$navigationBar -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="navigationBar-prop"></a><span class="name">navigationBar</span> : <span class="type"><a href="../qtqml/qml-qtqml-component.html">Component</a></span></p></td></tr></table></div><div class="qmldoc"><p>The navigation bar of the calendar.</p>
<p>Styles the bar at the top of the calendar that contains the next month/previous month buttons and the selected date label.</p>
<p>The properties provided to the delegate are:</p>
<table class="generic">
 <tr valign="top" class="odd"><td >readonly property string <b>styleData.title</b></td><td >The title of the calendar.</td></tr>
</table>
</div></div><!-- @@@navigationBar -->
<br/>
<!-- $$$weekNumberDelegate -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="weekNumberDelegate-prop"></a><span class="name">weekNumberDelegate</span> : <span class="type"><a href="../qtqml/qml-qtqml-component.html">Component</a></span></p></td></tr></table></div><div class="qmldoc"><p>The delegate that styles each week number.</p>
<p>The width of the week number column is calculated based on the maximum implicit width of the delegates.</p>
<p>The properties provided to each delegate are:</p>
<table class="generic">
 <tr valign="top" class="odd"><td >readonly property int <b>styleData.index</b></td><td >The index (0-5) of the delegate.</td></tr>
<tr valign="top" class="even"><td >readonly property int <b>styleData.weekNumber</b></td><td >The number of the week this delegate represents.</td></tr>
</table>
</div></div><!-- @@@weekNumberDelegate -->
<br/>
        </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>