This file is indexed.

/usr/share/qt5/doc/qtquickcontrols2/qtquickcontrols2-environment.html is in qtquickcontrols2-5-doc-html 5.9.5-0ubuntu2.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qtquickcontrols2-environment.qdoc -->
  <title>Supported Environment Variables in Qt Quick Controls 2 | Qt Quick Controls 2 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 ><a href="qtquickcontrols2-index.html">Qt Quick Controls 2</a></td><td >Supported Environment Variables in Qt Quick Controls 2</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="#related-information">Related Information</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Supported Environment Variables in Qt Quick Controls 2</h1>
<span class="subtitle"></span>
<!-- $$$qtquickcontrols2-environment.html-description -->
<div class="descr"> <a name="details"></a>
<p>This page contains a list of all environment variables that Qt Quick Controls 2 supports. The environment variables are primarily meant for testing purposes, but they can also be used to set system-wide defaults.</p>
<div class="table"><table class="generic">
 <thead><tr class="qt-style"><th >Variable</th><th >Description</th></tr></thead>
<tr valign="top" class="odd"><td ><code>QT_QUICK_CONTROLS_STYLE</code></td><td >Specifies the default <a href="qtquickcontrols2-styles.html">Qt Quick Controls 2 style</a>. The value can be either one of the built-in styles, for example <code>&quot;Material&quot;</code>, or the path to a custom style such as <code>&quot;:/mystyle&quot;</code>.</td></tr>
<tr valign="top" class="even"><td ><code>QT_QUICK_CONTROLS_FALLBACK_STYLE</code></td><td >Specifies a fallback style for <a href="qtquickcontrols2-customize.html#creating-a-custom-style">custom styles</a>. The value can be one of the built-in styles, for example <code>&quot;Material&quot;</code>,</td></tr>
<tr valign="top" class="odd"><td ><code>QT_QUICK_CONTROLS_STYLE_PATH</code></td><td >Specifies a list of additional paths that are used to lookup <a href="qtquickcontrols2-styles.html">Qt Quick Controls 2 styles</a>. Multiple path entries must be <a href="../qtcore/qdir.html#listSeparator">separated</a> by <code>':'</code> under Unix and <code>';'</code> under Windows. By default, styles are looked up from <code>$QML2_IMPORT_PATH/QtQuick/Controls.2</code>.</td></tr>
<tr valign="top" class="even"><td ><code>QT_QUICK_CONTROLS_CONF</code></td><td >Specifies the location of the <a href="qtquickcontrols2-configuration.html">Qt Quick Controls 2 configuration file</a>. By default, the configuration file is loaded from the application's resources in <code>&quot;:/qtquickcontrols2.conf&quot;</code>.</td></tr>
<tr valign="top" class="odd"><td ><code>QT_QUICK_CONTROLS_HOVER_ENABLED</code></td><td >Specifies whether Qt Quick Controls 2 use <a href="qml-qtquick-controls2-control.html#hoverEnabled-prop">hover effects</a>. The value can be set to <code>0</code> or <code>1</code> to disable or enable hover effects, respectively.</td></tr>
</table></div>
<p><a href="qtquickcontrols2-material.html">Material style</a> specific environment variables:</p>
<div class="table"><table class="generic">
 <thead><tr class="qt-style"><th >Variable</th><th >Description</th></tr></thead>
<tr valign="top" class="odd"><td ><code>QT_QUICK_CONTROLS_MATERIAL_THEME</code></td><td >Specifies the default <a href="qtquickcontrols2-material.html#material-theme-attached-prop">Material theme</a>. The value can be one of the available themes, for example <code>&quot;Dark&quot;</code>.</td></tr>
<tr valign="top" class="even"><td ><code>QT_QUICK_CONTROLS_MATERIAL_ACCENT</code></td><td >Specifies the default <a href="qtquickcontrols2-material.html#material-accent-attached-prop">Material accent color</a>. The value can be any <a href="../qtquick/qml-color.html#colorbasictypedocs">color</a>, but it is recommended to use one of the <a href="qtquickcontrols2-material.html#pre-defined-material-colors">pre-defined Material colors</a>, for example <code>&quot;Teal&quot;</code>.</td></tr>
<tr valign="top" class="odd"><td ><code>QT_QUICK_CONTROLS_MATERIAL_PRIMARY</code></td><td >Specifies the default <a href="qtquickcontrols2-material.html#material-primary-attached-prop">Material primary color</a>. The value can be any <a href="../qtquick/qml-color.html#colorbasictypedocs">color</a>, but it is recommended to use one of the <a href="qtquickcontrols2-material.html#pre-defined-material-colors">pre-defined Material colors</a>, for example <code>&quot;BlueGrey&quot;</code>.</td></tr>
<tr valign="top" class="even"><td ><code>QT_QUICK_CONTROLS_MATERIAL_FOREGROUND</code></td><td >Specifies the default <a href="qtquickcontrols2-material.html#material-foreground-attached-prop">Material foreground color</a>. The value can be any <a href="../qtquick/qml-color.html#colorbasictypedocs">color</a>, or one of the <a href="qtquickcontrols2-material.html#pre-defined-material-colors">pre-defined Material colors</a>, for example <code>&quot;Brown&quot;</code>.</td></tr>
<tr valign="top" class="odd"><td ><code>QT_QUICK_CONTROLS_MATERIAL_BACKGROUND</code></td><td >Specifies the default <a href="qtquickcontrols2-material.html#material-background-attached-prop">Material background color</a>. The value can be any <a href="../qtquick/qml-color.html#colorbasictypedocs">color</a>, or one of the <a href="qtquickcontrols2-material.html#pre-defined-material-colors">pre-defined Material colors</a>, for example <code>&quot;Grey&quot;</code>.</td></tr>
</table></div>
<p><a href="qtquickcontrols2-universal.html">Universal style</a> specific environment variables:</p>
<div class="table"><table class="generic">
 <thead><tr class="qt-style"><th >Variable</th><th >Description</th></tr></thead>
<tr valign="top" class="odd"><td ><code>QT_QUICK_CONTROLS_UNIVERSAL_THEME</code></td><td >Specifies the default <a href="qtquickcontrols2-universal.html#universal-theme-attached-prop">Universal theme</a>. The value can be one of the available themes, for example <code>&quot;Dark&quot;</code>.</td></tr>
<tr valign="top" class="even"><td ><code>QT_QUICK_CONTROLS_UNIVERSAL_ACCENT</code></td><td >Specifies the default <a href="qtquickcontrols2-universal.html#universal-accent-attached-prop">Universal accent color</a>. The value can be any <a href="../qtquick/qml-color.html#colorbasictypedocs">color</a>, but it is recommended to use one of the <a href="qtquickcontrols2-universal.html#pre-defined-universal-colors">pre-defined Universal colors</a>, for example <code>&quot;Violet&quot;</code>.</td></tr>
<tr valign="top" class="odd"><td ><code>QT_QUICK_CONTROLS_UNIVERSAL_FOREGROUND</code></td><td >Specifies the default <a href="qtquickcontrols2-universal.html#universal-foreground-attached-prop">Universal foreground color</a>. The value can be any <a href="../qtquick/qml-color.html#colorbasictypedocs">color</a>, or one of the <a href="qtquickcontrols2-universal.html#pre-defined-universal-colors">pre-defined Universal colors</a>, for example <code>&quot;Brown&quot;</code>.</td></tr>
<tr valign="top" class="even"><td ><code>QT_QUICK_CONTROLS_UNIVERSAL_BACKGROUND</code></td><td >Specifies the default <a href="qtquickcontrols2-universal.html#universal-background-attached-prop">Universal background color</a>. The value can be any <a href="../qtquick/qml-color.html#colorbasictypedocs">color</a>, or one of the <a href="qtquickcontrols2-universal.html#pre-defined-universal-colors">pre-defined Universal colors</a>, for example <code>&quot;Steel&quot;</code>.</td></tr>
</table></div>
<a name="related-information"></a>
<h2 id="related-information">Related Information</h2>
<ul>
<li><a href="qtquickcontrols2-styles.html">Styling Qt Quick Controls 2</a></li>
<li><a href="qtquickcontrols2-configuration.html">Qt Quick Controls 2 Configuration File</a></li>
</ul>
</div>
<!-- @@@qtquickcontrols2-environment.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>