/usr/share/qt5/doc/qtquickcontrols2/qml-qtquick-controls2-combobox.html is in qtquickcontrols2-5-doc-html 5.7.1-1.
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 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qquickcombobox.cpp -->
<title>ComboBox QML Type | Qt Quick Controls 2 5.7</title>
<link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
<script type="text/javascript">
window.onload = function(){document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");};
</script>
</head>
<body>
<div class="header" id="qtdocheader">
<div class="main">
<div class="main-rounded">
<div class="navigationbar">
<table><tr>
<td >Qt 5.7</td><td ><a href="qtquickcontrols2-index.html">Qt Quick Controls 2</a></td><td ><a href="qtquick-controls2-qmlmodule.html">QML Types</a></td><td >ComboBox QML Type</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.7.1 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="#properties">Properties</a></li>
<li class="level1"><a href="#signals">Signals</a></li>
<li class="level1"><a href="#methods">Methods</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">ComboBox QML Type</h1>
<span class="subtitle"></span>
<!-- $$$ComboBox-brief -->
<p>A combined button and popup list taking minimal space. <a href="#details">More...</a></p>
<!-- @@@ComboBox -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import QtQuick.Controls 2.0</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign"> Qt 5.7</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherits:</td><td class="memItemRight bottomAlign"> <p><a href="qml-qtquick-controls2-control.html">Control</a></p>
</td></tr></table></div><ul>
<li><a href="qml-qtquick-controls2-combobox-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-controls2-combobox.html#count-prop">count</a></b></b> : int</li>
<li class="fn"><b><b><a href="qml-qtquick-controls2-combobox.html#currentIndex-prop">currentIndex</a></b></b> : int</li>
<li class="fn"><b><b><a href="qml-qtquick-controls2-combobox.html#currentText-prop">currentText</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtquick-controls2-combobox.html#delegate-prop">delegate</a></b></b> : Component</li>
<li class="fn"><b><b><a href="qml-qtquick-controls2-combobox.html#displayText-prop">displayText</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtquick-controls2-combobox.html#highlightedIndex-prop">highlightedIndex</a></b></b> : int</li>
<li class="fn"><b><b><a href="qml-qtquick-controls2-combobox.html#indicator-prop">indicator</a></b></b> : Item</li>
<li class="fn"><b><b><a href="qml-qtquick-controls2-combobox.html#model-prop">model</a></b></b> : model</li>
<li class="fn"><b><b><a href="qml-qtquick-controls2-combobox.html#popup-prop">popup</a></b></b> : Popup</li>
<li class="fn"><b><b><a href="qml-qtquick-controls2-combobox.html#pressed-prop">pressed</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtquick-controls2-combobox.html#textRole-prop">textRole</a></b></b> : string</li>
</ul>
<a name="signals"></a>
<h2 id="signals">Signals</h2>
<ul>
<li class="fn">void <b><b><a href="qml-qtquick-controls2-combobox.html#activated-signal">activated</a></b></b>(int <i>index</i>)</li>
<li class="fn">void <b><b><a href="qml-qtquick-controls2-combobox.html#highlighted-signal">highlighted</a></b></b>(int <i>index</i>)</li>
</ul>
<a name="methods"></a>
<h2 id="methods">Methods</h2>
<ul>
<li class="fn">void <b><b><a href="qml-qtquick-controls2-combobox.html#decrementCurrentIndex-method">decrementCurrentIndex</a></b></b>()</li>
<li class="fn">int <b><b><a href="qml-qtquick-controls2-combobox.html#find-method">find</a></b></b>(string <i>text</i>, <i>flags</i>)</li>
<li class="fn">void <b><b><a href="qml-qtquick-controls2-combobox.html#incrementCurrentIndex-method">incrementCurrentIndex</a></b></b>()</li>
<li class="fn">string <b><b><a href="qml-qtquick-controls2-combobox.html#textAt-method">textAt</a></b></b>(int <i>index</i>)</li>
</ul>
<!-- $$$ComboBox-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
</p>
<p class="centerAlign"><img src="images/qtquickcontrols2-combobox.png" alt="" /></p><p><a href="qml-qtquick-controls2-combobox.html">ComboBox</a> is a combined button and popup list. It provides a means of presenting a list of options to the user in a way that takes up the minimum amount of screen space.</p>
<p><a href="qml-qtquick-controls2-combobox.html">ComboBox</a> is populated with a data model. The data model is commonly a JavaScript array, a <a href="../qtqml/qml-qtqml-models-listmodel.html">ListModel</a> or an integer, but also other types of <a href="../qtquick/qtquick-modelviewsdata-modelview.html#qml-data-models">data models</a> are supported.</p>
<pre class="cpp">
ComboBox {
model: <span class="operator">[</span><span class="string">"First"</span><span class="operator">,</span> <span class="string">"Second"</span><span class="operator">,</span> <span class="string">"Third"</span><span class="operator">]</span>
}
</pre>
<p><a href="qml-qtquick-controls2-combobox.html">ComboBox</a> is able to visualize standard <a href="../qtquick/qtquick-modelviewsdata-modelview.html#qml-data-models">data models</a> that provide the <code>modelData</code> role:</p>
<ul>
<li>models that have only one role</li>
<li>models that do not have named roles (JavaScript array, integer)</li>
</ul>
<p>When using models that have multiple named roles, <a href="qml-qtquick-controls2-combobox.html">ComboBox</a> must be configured to use a specific <a href="qml-qtquick-controls2-combobox.html#textRole-prop">text role</a> for its <a href="qml-qtquick-controls2-combobox.html#displayText-prop">display text</a> and <a href="qtquickcontrols2-chattutorial-example.html#delegate">delegate</a> instances.</p>
<pre class="cpp">
ComboBox {
textRole: <span class="string">"key"</span>
model: ListModel {
ListElement { key: <span class="string">"First"</span>; value: <span class="number">123</span> }
ListElement { key: <span class="string">"Second"</span>; value: <span class="number">456</span> }
ListElement { key: <span class="string">"Third"</span>; value: <span class="number">789</span> }
}
}
</pre>
<p><b>Note: </b>If <a href="qml-qtquick-controls2-combobox.html">ComboBox</a> is assigned a data model that has multiple named roles, but <a href="qml-qtquick-controls2-combobox.html#textRole-prop">textRole</a> is not defined, <a href="qml-qtquick-controls2-combobox.html">ComboBox</a> is unable to visualize it and throws a <code>ReferenceError: modelData is not defined</code>.</p><p><b>See also </b><a href="qtquickcontrols2-customize.html#customizing-combobox">Customizing ComboBox</a> and <a href="qtquickcontrols2-input.html">Input Controls</a>.</p>
<!-- @@@ComboBox -->
<h2>Property Documentation</h2>
<!-- $$$count -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="count-prop">
<td class="tblQmlPropNode"><p>
<a name="count-prop"></a><span class="qmlreadonly">[read-only] </span><span class="name">count</span> : <span class="type">int</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the number of items in the combo box.</p>
</div></div><!-- @@@count -->
<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="name">currentIndex</span> : <span class="type">int</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the index of the current item in the combo box.</p>
<p><b>See also </b><a href="qml-qtquick-controls2-combobox.html#activated-signal">activated()</a> and <a href="qml-qtquick-controls2-combobox.html#currentText-prop">currentText</a>.</p>
</div></div><!-- @@@currentIndex -->
<br/>
<!-- $$$currentText -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="currentText-prop">
<td class="tblQmlPropNode"><p>
<a name="currentText-prop"></a><span class="qmlreadonly">[read-only] </span><span class="name">currentText</span> : <span class="type">string</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the text of the current item in the combo box.</p>
<p><b>See also </b><a href="qml-qtquick-controls2-combobox.html#currentIndex-prop">currentIndex</a>, <a href="qml-qtquick-controls2-combobox.html#displayText-prop">displayText</a>, and <a href="qml-qtquick-controls2-combobox.html#textRole-prop">textRole</a>.</p>
</div></div><!-- @@@currentText -->
<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>This property holds a delegate that presents an item in the combo box popup.</p>
<p><b>See also </b><a href="qml-qtquick-controls2-itemdelegate.html">ItemDelegate</a> and <a href="qtquickcontrols2-customize.html#customizing-combobox">Customizing ComboBox</a>.</p>
</div></div><!-- @@@delegate -->
<br/>
<!-- $$$displayText -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="displayText-prop">
<td class="tblQmlPropNode"><p>
<a name="displayText-prop"></a><span class="name">displayText</span> : <span class="type">string</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the text that is displayed on the combo box button.</p>
<p>By default, the display text presents the current selection. That is, it follows the text of the current item. However, the default display text can be overridden with a custom value.</p>
<pre class="cpp">
ComboBox {
currentIndex: <span class="number">1</span>
displayText: <span class="string">"Size: "</span> <span class="operator">+</span> currentText
model: <span class="operator">[</span><span class="string">"S"</span><span class="operator">,</span> <span class="string">"M"</span><span class="operator">,</span> <span class="string">"L"</span><span class="operator">]</span>
}
</pre>
<p><b>See also </b><a href="qml-qtquick-controls2-combobox.html#currentText-prop">currentText</a> and <a href="qml-qtquick-controls2-combobox.html#textRole-prop">textRole</a>.</p>
</div></div><!-- @@@displayText -->
<br/>
<!-- $$$highlightedIndex -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="highlightedIndex-prop">
<td class="tblQmlPropNode"><p>
<a name="highlightedIndex-prop"></a><span class="qmlreadonly">[read-only] </span><span class="name">highlightedIndex</span> : <span class="type">int</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the index of the highlighted item in the combo box popup list.</p>
<p><b>See also </b><a href="qml-qtquick-controls2-combobox.html#highlighted-signal">highlighted()</a> and <a href="qml-qtquick-controls2-combobox.html#currentIndex-prop">currentIndex</a>.</p>
</div></div><!-- @@@highlightedIndex -->
<br/>
<!-- $$$indicator -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="indicator-prop">
<td class="tblQmlPropNode"><p>
<a name="indicator-prop"></a><span class="name">indicator</span> : <span class="type"><a href="../qtquick/qml-qtquick-item.html">Item</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the drop indicator item.</p>
</div></div><!-- @@@indicator -->
<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="qml-qtquick-controls2-combobox.html#model-prop">model</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the model providing data for the combo box.</p>
<pre class="cpp">
ComboBox {
textRole: <span class="string">"key"</span>
model: ListModel {
ListElement { key: <span class="string">"First"</span>; value: <span class="number">123</span> }
ListElement { key: <span class="string">"Second"</span>; value: <span class="number">456</span> }
ListElement { key: <span class="string">"Third"</span>; value: <span class="number">789</span> }
}
}
</pre>
<p><b>See also </b><a href="qml-qtquick-controls2-combobox.html#textRole-prop">textRole</a> and <a href="../qtquick/qtquick-modelviewsdata-modelview.html#qml-data-models">Data Models</a>.</p>
</div></div><!-- @@@model -->
<br/>
<!-- $$$popup -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="popup-prop">
<td class="tblQmlPropNode"><p>
<a name="popup-prop"></a><span class="name">popup</span> : <span class="type"><a href="qml-qtquick-controls2-popup.html">Popup</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the popup.</p>
<p><b>See also </b><a href="qtquickcontrols2-customize.html#customizing-combobox">Customizing ComboBox</a>.</p>
</div></div><!-- @@@popup -->
<br/>
<!-- $$$pressed -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="pressed-prop">
<td class="tblQmlPropNode"><p>
<a name="pressed-prop"></a><span class="name">pressed</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds whether the combo box button is pressed.</p>
</div></div><!-- @@@pressed -->
<br/>
<!-- $$$textRole -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="textRole-prop">
<td class="tblQmlPropNode"><p>
<a name="textRole-prop"></a><span class="name">textRole</span> : <span class="type">string</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the model role used for populating the combo box.</p>
<p><b>See also </b><a href="qtquickcontrols2-chattutorial-example.html#model">model</a>, <a href="qml-qtquick-controls2-combobox.html#currentText-prop">currentText</a>, and <a href="qml-qtquick-controls2-combobox.html#displayText-prop">displayText</a>.</p>
</div></div><!-- @@@textRole -->
<br/>
<h2>Signal Documentation</h2>
<!-- $$$activated -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="activated-signal">
<td class="tblQmlFuncNode"><p>
<a name="activated-signal"></a><span class="type">void</span> <span class="name">activated</span>(<span class="type">int</span> <i>index</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This signal is emitted when the item at <i>index</i> is activated by the user.</p>
<p><b>See also </b><a href="qml-qtquick-controls2-combobox.html#currentIndex-prop">currentIndex</a>.</p>
</div></div><!-- @@@activated -->
<br/>
<!-- $$$highlighted -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="highlighted-signal">
<td class="tblQmlFuncNode"><p>
<a name="highlighted-signal"></a><span class="type">void</span> <span class="name">highlighted</span>(<span class="type">int</span> <i>index</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This signal is emitted when the item at <i>index</i> in the popup list is highlighted by the user.</p>
<p><b>See also </b><a href="qml-qtquick-controls2-combobox.html#highlightedIndex-prop">highlightedIndex</a>.</p>
</div></div><!-- @@@highlighted -->
<br/>
<h2>Method Documentation</h2>
<!-- $$$decrementCurrentIndex -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="decrementCurrentIndex-method">
<td class="tblQmlFuncNode"><p>
<a name="decrementCurrentIndex-method"></a><span class="type">void</span> <span class="name">decrementCurrentIndex</span>()</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Decrements the current index of the combo box, or the highlighted index if the popup list when it is visible.</p>
<p><b>See also </b><a href="qml-qtquick-controls2-combobox.html#currentIndex-prop">currentIndex</a> and <a href="qml-qtquick-controls2-combobox.html#highlightedIndex-prop">highlightedIndex</a>.</p>
</div></div><!-- @@@decrementCurrentIndex -->
<br/>
<!-- $$$find -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="find-method">
<td class="tblQmlFuncNode"><p>
<a name="find-method"></a><span class="type">int</span> <span class="name">find</span>(<span class="type">string</span> <i>text</i>, <i>flags</i> = Qt.MatchExactly)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Returns the index of the specified <i>text</i>, or <code>-1</code> if no match is found.</p>
<p>The way the search is performed is defined by the specified match <i>flags</i>. By default, combo box performs case sensitive exact matching (<code>Qt.MatchExactly</code>). All other match types are case-insensitive unless the <code>Qt.MatchCaseSensitive</code> flag is also specified.</p>
<div class="table"><table class="valuelist"><tr valign="top" class="odd"><th class="tblConst">Constant</th><th class="tbldscr">Description</th></tr>
<tr><td class="topAlign"><code>Qt.MatchExactly</code></td><td class="topAlign">The search term matches exactly (default).</td></tr>
<tr><td class="topAlign"><code>Qt.MatchRegExp</code></td><td class="topAlign">The search term matches as a regular expression.</td></tr>
<tr><td class="topAlign"><code>Qt.MatchWildcard</code></td><td class="topAlign">The search term matches using wildcards.</td></tr>
<tr><td class="topAlign"><code>Qt.MatchFixedString</code></td><td class="topAlign">The search term matches as a fixed string.</td></tr>
<tr><td class="topAlign"><code>Qt.MatchStartsWith</code></td><td class="topAlign">The search term matches the start of the item.</td></tr>
<tr><td class="topAlign"><code>Qt.MatchEndsWidth</code></td><td class="topAlign">The search term matches the end of the item.</td></tr>
<tr><td class="topAlign"><code>Qt.MatchContains</code></td><td class="topAlign">The search term is contained in the item.</td></tr>
<tr><td class="topAlign"><code>Qt.MatchCaseSensitive</code></td><td class="topAlign">The search is case sensitive.</td></tr>
</table></div>
<p><b>See also </b><a href="qml-qtquick-controls2-combobox.html#textRole-prop">textRole</a>.</p>
</div></div><!-- @@@find -->
<br/>
<!-- $$$incrementCurrentIndex -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="incrementCurrentIndex-method">
<td class="tblQmlFuncNode"><p>
<a name="incrementCurrentIndex-method"></a><span class="type">void</span> <span class="name">incrementCurrentIndex</span>()</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Increments the current index of the combo box, or the highlighted index if the popup list when it is visible.</p>
<p><b>See also </b><a href="qml-qtquick-controls2-combobox.html#currentIndex-prop">currentIndex</a> and <a href="qml-qtquick-controls2-combobox.html#highlightedIndex-prop">highlightedIndex</a>.</p>
</div></div><!-- @@@incrementCurrentIndex -->
<br/>
<!-- $$$textAt -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="textAt-method">
<td class="tblQmlFuncNode"><p>
<a name="textAt-method"></a><span class="type">string</span> <span class="name">textAt</span>(<span class="type">int</span> <i>index</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Returns the text for the specified <i>index</i>, or an empty string if the index is out of bounds.</p>
<p><b>See also </b><a href="qml-qtquick-controls2-combobox.html#textRole-prop">textRole</a>.</p>
</div></div><!-- @@@textAt -->
<br/>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2016 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>
|