<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QDOCINDEX>
<INDEX url="https://doc.qt.io/qt" title="Qt Quick Controls Reference Documentation" version="6.9.0" project="QtQuickControls" indexTitle="Qt Quick Controls">
    <namespace name="" status="active" access="public" module="qtquickcontrols">
        <qmlclass name="AbstractButton" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.AbstractButton" href="qml-qtquick-controls-abstractbutton.html" status="active" access="public" documented="true" groups="qtquickcontrols-buttons" title="AbstractButton" fulltitle="AbstractButton" subtitle="" brief="Abstract base type providing functionality common to buttons">
            <function name="animateClick" fullname="QtQuick.Controls.AbstractButton.animateClick" href="qml-qtquick-controls-abstractbutton.html#animateClick-method" status="active" access="public" documented="true" since="Qt 6.8" meta="qmlmethod" type="void"/>
            <function name="canceled" fullname="QtQuick.Controls.AbstractButton.canceled" href="qml-qtquick-controls-abstractbutton.html#canceled-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <function name="click" fullname="QtQuick.Controls.AbstractButton.click" href="qml-qtquick-controls-abstractbutton.html#click-method" status="active" access="public" documented="true" since="Qt 6.8" meta="qmlmethod" type="void"/>
            <function name="clicked" fullname="QtQuick.Controls.AbstractButton.clicked" href="qml-qtquick-controls-abstractbutton.html#clicked-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <function name="doubleClicked" fullname="QtQuick.Controls.AbstractButton.doubleClicked" href="qml-qtquick-controls-abstractbutton.html#doubleClicked-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <function name="pressAndHold" fullname="QtQuick.Controls.AbstractButton.pressAndHold" href="qml-qtquick-controls-abstractbutton.html#pressAndHold-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <function name="pressed" fullname="QtQuick.Controls.AbstractButton.pressed" href="qml-qtquick-controls-abstractbutton.html#pressed-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <function name="released" fullname="QtQuick.Controls.AbstractButton.released" href="qml-qtquick-controls-abstractbutton.html#released-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <function name="toggle" fullname="QtQuick.Controls.AbstractButton.toggle" href="qml-qtquick-controls-abstractbutton.html#toggle-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="toggled" fullname="QtQuick.Controls.AbstractButton.toggled" href="qml-qtquick-controls-abstractbutton.html#toggled-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.2 (Qt 5.9)" meta="qmlsignal"/>
            <qmlproperty name="action" fullname="QtQuick.Controls.AbstractButton.action" href="qml-qtquick-controls-abstractbutton.html#action-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="Action" attached="false" writable="true"/>
            <qmlproperty name="autoExclusive" fullname="QtQuick.Controls.AbstractButton.autoExclusive" href="qml-qtquick-controls-abstractbutton.html#autoExclusive-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="autoRepeat" fullname="QtQuick.Controls.AbstractButton.autoRepeat" href="qml-qtquick-controls-abstractbutton.html#autoRepeat-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="autoRepeatDelay" fullname="QtQuick.Controls.AbstractButton.autoRepeatDelay" href="qml-qtquick-controls-abstractbutton.html#autoRepeatDelay-prop" status="active" access="public" since="QtQuick.Controls 2.4 (Qt 5.11)" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="autoRepeatInterval" fullname="QtQuick.Controls.AbstractButton.autoRepeatInterval" href="qml-qtquick-controls-abstractbutton.html#autoRepeatInterval-prop" status="active" access="public" since="QtQuick.Controls 2.4 (Qt 5.11)" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="checkable" fullname="QtQuick.Controls.AbstractButton.checkable" href="qml-qtquick-controls-abstractbutton.html#checkable-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="checked" fullname="QtQuick.Controls.AbstractButton.checked" href="qml-qtquick-controls-abstractbutton.html#checked-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="display" fullname="QtQuick.Controls.AbstractButton.display" href="qml-qtquick-controls-abstractbutton.html#display-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="down" fullname="QtQuick.Controls.AbstractButton.down" href="qml-qtquick-controls-abstractbutton.html#down-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="icon.cache" fullname="QtQuick.Controls.AbstractButton.icon.cache" href="qml-qtquick-controls-abstractbutton.html#icon.cache-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="icon.color" fullname="QtQuick.Controls.AbstractButton.icon.color" href="qml-qtquick-controls-abstractbutton.html#icon.color-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="icon.height" fullname="QtQuick.Controls.AbstractButton.icon.height" href="qml-qtquick-controls-abstractbutton.html#icon.height-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="icon.name" fullname="QtQuick.Controls.AbstractButton.icon.name" href="qml-qtquick-controls-abstractbutton.html#icon.name-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="icon.source" fullname="QtQuick.Controls.AbstractButton.icon.source" href="qml-qtquick-controls-abstractbutton.html#icon.source-prop" status="active" access="public" documented="true" type="url" attached="false" writable="true"/>
            <qmlproperty name="icon.width" fullname="QtQuick.Controls.AbstractButton.icon.width" href="qml-qtquick-controls-abstractbutton.html#icon.width-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="implicitIndicatorHeight" fullname="QtQuick.Controls.AbstractButton.implicitIndicatorHeight" href="qml-qtquick-controls-abstractbutton.html#implicitIndicatorHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitIndicatorWidth" fullname="QtQuick.Controls.AbstractButton.implicitIndicatorWidth" href="qml-qtquick-controls-abstractbutton.html#implicitIndicatorWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="indicator" fullname="QtQuick.Controls.AbstractButton.indicator" href="qml-qtquick-controls-abstractbutton.html#indicator-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="pressX" fullname="QtQuick.Controls.AbstractButton.pressX" href="qml-qtquick-controls-abstractbutton.html#pressX-prop" status="active" access="public" since="QtQuick.Controls 2.4 (Qt 5.11)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="pressY" fullname="QtQuick.Controls.AbstractButton.pressY" href="qml-qtquick-controls-abstractbutton.html#pressY-prop" status="active" access="public" since="QtQuick.Controls 2.4 (Qt 5.11)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="pressed" fullname="QtQuick.Controls.AbstractButton.pressed" href="qml-qtquick-controls-abstractbutton.html#pressed-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="text" fullname="QtQuick.Controls.AbstractButton.text" href="qml-qtquick-controls-abstractbutton.html#text-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="icon" fullname="QtQuick.Controls.AbstractButton.icon" href="qml-qtquick-controls-abstractbutton.html#icon-prop" status="active" access="public" documented="true"/>
        </qmlclass>
        <qmlclass name="Action" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.Action" href="qml-qtquick-controls-action.html" status="active" access="public" documented="true" groups="utilities" title="Action" fulltitle="Action" subtitle="" brief="Abstract user interface action">
            <function name="toggle" fullname="QtQuick.Controls.Action.toggle" href="qml-qtquick-controls-action.html#toggle-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="QtObject" name="source" default=""/>
            </function>
            <function name="toggled" fullname="QtQuick.Controls.Action.toggled" href="qml-qtquick-controls-action.html#toggled-signal" status="active" access="public" documented="true" meta="qmlsignal">
                <parameter type="QtObject" name="source" default=""/>
            </function>
            <function name="trigger" fullname="QtQuick.Controls.Action.trigger" href="qml-qtquick-controls-action.html#trigger-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="QtObject" name="source" default=""/>
            </function>
            <function name="triggered" fullname="QtQuick.Controls.Action.triggered" href="qml-qtquick-controls-action.html#triggered-signal" status="active" access="public" documented="true" meta="qmlsignal">
                <parameter type="QtObject" name="source" default=""/>
            </function>
            <qmlproperty name="checkable" fullname="QtQuick.Controls.Action.checkable" href="qml-qtquick-controls-action.html#checkable-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="checked" fullname="QtQuick.Controls.Action.checked" href="qml-qtquick-controls-action.html#checked-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="enabled" fullname="QtQuick.Controls.Action.enabled" href="qml-qtquick-controls-action.html#enabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="icon.cache" fullname="QtQuick.Controls.Action.icon.cache" href="qml-qtquick-controls-action.html#icon.cache-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="icon.color" fullname="QtQuick.Controls.Action.icon.color" href="qml-qtquick-controls-action.html#icon.color-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="icon.height" fullname="QtQuick.Controls.Action.icon.height" href="qml-qtquick-controls-action.html#icon.height-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="icon.name" fullname="QtQuick.Controls.Action.icon.name" href="qml-qtquick-controls-action.html#icon.name-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="icon.source" fullname="QtQuick.Controls.Action.icon.source" href="qml-qtquick-controls-action.html#icon.source-prop" status="active" access="public" documented="true" type="url" attached="false" writable="true"/>
            <qmlproperty name="icon.width" fullname="QtQuick.Controls.Action.icon.width" href="qml-qtquick-controls-action.html#icon.width-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="shortcut" fullname="QtQuick.Controls.Action.shortcut" href="qml-qtquick-controls-action.html#shortcut-prop" status="active" access="public" documented="true" type="keysequence" attached="false" writable="true"/>
            <qmlproperty name="text" fullname="QtQuick.Controls.Action.text" href="qml-qtquick-controls-action.html#text-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="icon" fullname="QtQuick.Controls.Action.icon" href="qml-qtquick-controls-action.html#icon-prop" status="active" access="public" documented="true"/>
        </qmlclass>
        <qmlclass name="ActionGroup" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.ActionGroup" href="qml-qtquick-controls-actiongroup.html" status="active" access="public" documented="true" groups="utilities" title="ActionGroup" fulltitle="ActionGroup" subtitle="" brief="Groups actions together">
            <function name="addAction" fullname="QtQuick.Controls.ActionGroup.addAction" href="qml-qtquick-controls-actiongroup.html#addAction-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="Action" name="action" default=""/>
            </function>
            <function name="removeAction" fullname="QtQuick.Controls.ActionGroup.removeAction" href="qml-qtquick-controls-actiongroup.html#removeAction-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="Action" name="action" default=""/>
            </function>
            <function name="triggered" fullname="QtQuick.Controls.ActionGroup.triggered" href="qml-qtquick-controls-actiongroup.html#triggered-signal" status="active" access="public" documented="true" meta="qmlsignal">
                <parameter type="Action" name="action" default=""/>
            </function>
            <qmlproperty name="actions" fullname="QtQuick.Controls.ActionGroup.actions" href="qml-qtquick-controls-actiongroup.html#actions-prop" status="active" access="public" documented="true" type="list&lt;Action&gt;" attached="false" writable="true"/>
            <qmlproperty name="checkedAction" fullname="QtQuick.Controls.ActionGroup.checkedAction" href="qml-qtquick-controls-actiongroup.html#checkedAction-prop" status="active" access="public" documented="true" type="Action" attached="false" writable="true"/>
            <qmlproperty name="enabled" fullname="QtQuick.Controls.ActionGroup.enabled" href="qml-qtquick-controls-actiongroup.html#enabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="exclusive" fullname="QtQuick.Controls.ActionGroup.exclusive" href="qml-qtquick-controls-actiongroup.html#exclusive-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="group" fullname="QtQuick.Controls.ActionGroup.group" href="qml-qtquick-controls-actiongroup.html#group-attached-prop" status="active" access="public" documented="true" type="ActionGroup" attached="true" writable="true"/>
        </qmlclass>
        <qmlclass name="ApplicationWindow" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.ApplicationWindow" href="qml-qtquick-controls-applicationwindow.html" status="active" access="public" documented="true" groups="qtquickcontrols-containers,qtquickcontrols-focusscopes" title="ApplicationWindow" fulltitle="ApplicationWindow" subtitle="" brief="Styled top-level window with support for a header and footer">
            <contents name="attached-applicationwindow-properties" title="Attached ApplicationWindow Properties" level="2"/>
            <contents name="safe-areas" title="Safe Areas" level="2"/>
            <qmlproperty name="activeFocusControl" fullname="QtQuick.Controls.ApplicationWindow.activeFocusControl" href="qml-qtquick-controls-applicationwindow.html#activeFocusControl-attached-prop" status="active" access="public" documented="true" type="Control" attached="true" writable="false"/>
            <qmlproperty name="activeFocusControl" fullname="QtQuick.Controls.ApplicationWindow.activeFocusControl" href="qml-qtquick-controls-applicationwindow.html#activeFocusControl-prop" status="active" access="public" documented="true" type="Control" attached="false" writable="false"/>
            <qmlproperty name="background" fullname="QtQuick.Controls.ApplicationWindow.background" href="qml-qtquick-controls-applicationwindow.html#background-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="bottomPadding" fullname="QtQuick.Controls.ApplicationWindow.bottomPadding" href="qml-qtquick-controls-applicationwindow.html#bottomPadding-prop" status="active" access="public" since="6.9" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="contentData" fullname="QtQuick.Controls.ApplicationWindow.contentData" href="qml-qtquick-controls-applicationwindow.html#contentData-prop" status="active" access="public" documented="true" type="list&lt;QtObject&gt;" attached="false" writable="true"/>
            <qmlproperty name="contentItem" fullname="QtQuick.Controls.ApplicationWindow.contentItem" href="qml-qtquick-controls-applicationwindow.html#contentItem-attached-prop" status="active" access="public" documented="true" type="Item" attached="true" writable="false"/>
            <qmlproperty name="contentItem" fullname="QtQuick.Controls.ApplicationWindow.contentItem" href="qml-qtquick-controls-applicationwindow.html#contentItem-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="false"/>
            <qmlproperty name="font" fullname="QtQuick.Controls.ApplicationWindow.font" href="qml-qtquick-controls-applicationwindow.html#font-prop" status="active" access="public" documented="true" type="font" attached="false" writable="true"/>
            <qmlproperty name="footer" fullname="QtQuick.Controls.ApplicationWindow.footer" href="qml-qtquick-controls-applicationwindow.html#footer-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="footer" fullname="QtQuick.Controls.ApplicationWindow.footer" href="qml-qtquick-controls-applicationwindow.html#footer-attached-prop" status="active" access="public" documented="true" type="Item" attached="true" writable="false"/>
            <qmlproperty name="header" fullname="QtQuick.Controls.ApplicationWindow.header" href="qml-qtquick-controls-applicationwindow.html#header-attached-prop" status="active" access="public" documented="true" type="Item" attached="true" writable="false"/>
            <qmlproperty name="header" fullname="QtQuick.Controls.ApplicationWindow.header" href="qml-qtquick-controls-applicationwindow.html#header-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="leftPadding" fullname="QtQuick.Controls.ApplicationWindow.leftPadding" href="qml-qtquick-controls-applicationwindow.html#leftPadding-prop" status="active" access="public" since="6.9" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="locale" fullname="QtQuick.Controls.ApplicationWindow.locale" href="qml-qtquick-controls-applicationwindow.html#locale-prop" status="active" access="public" documented="true" type="Locale" attached="false" writable="true"/>
            <qmlproperty name="menuBar" fullname="QtQuick.Controls.ApplicationWindow.menuBar" href="qml-qtquick-controls-applicationwindow.html#menuBar-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="menuBar" fullname="QtQuick.Controls.ApplicationWindow.menuBar" href="qml-qtquick-controls-applicationwindow.html#menuBar-attached-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="Item" attached="true" writable="false"/>
            <qmlproperty name="rightPadding" fullname="QtQuick.Controls.ApplicationWindow.rightPadding" href="qml-qtquick-controls-applicationwindow.html#rightPadding-prop" status="active" access="public" since="6.9" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="topPadding" fullname="QtQuick.Controls.ApplicationWindow.topPadding" href="qml-qtquick-controls-applicationwindow.html#topPadding-prop" status="active" access="public" since="6.9" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="window" fullname="QtQuick.Controls.ApplicationWindow.window" href="qml-qtquick-controls-applicationwindow.html#window-attached-prop" status="active" access="public" documented="true" type="ApplicationWindow" attached="true" writable="false"/>
        </qmlclass>
        <page name="qtquickcontrols-basic.html" href="qtquickcontrols-basic.html" status="active" location="qtquickcontrols-basic.qdoc" documented="true" subtype="page" title="Basic Style" fulltitle="Basic Style" subtitle="">
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <qmlclass name="BusyIndicator" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.BusyIndicator" href="qml-qtquick-controls-busyindicator.html" status="active" access="public" documented="true" groups="qtquickcontrols-indicators" title="BusyIndicator" fulltitle="BusyIndicator" subtitle="" brief="Indicates background activity, for example, while content is being loaded">
            <qmlproperty name="running" fullname="QtQuick.Controls.BusyIndicator.running" href="qml-qtquick-controls-busyindicator.html#running-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Button" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::AbstractButton" fullname="QtQuick.Controls.Button" href="qml-qtquick-controls-button.html" status="active" access="public" documented="true" groups="qtquickcontrols-buttons" title="Button" fulltitle="Button" subtitle="" brief="Push-button that can be clicked to perform a command or answer a question">
            <qmlproperty name="flat" fullname="QtQuick.Controls.Button.flat" href="qml-qtquick-controls-button.html#flat-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="highlighted" fullname="QtQuick.Controls.Button.highlighted" href="qml-qtquick-controls-button.html#highlighted-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquickcontrols-buttons.html" href="qtquickcontrols-buttons.html" status="active" location="qtquickcontrols-buttons.qdoc" documented="true" groups="qtquickcontrols-guidelines" subtype="page" title="Button Controls" fulltitle="Button Controls" subtitle="" brief="Guidelines for button controls">
            <contents name="button-control" title="Button Control" level="1"/>
            <contents name="checkbox-control" title="CheckBox Control" level="1"/>
            <contents name="delaybutton-control" title="DelayButton Control" level="1"/>
            <contents name="radiobutton-control" title="RadioButton Control" level="1"/>
            <contents name="roundbutton-control" title="RoundButton Control" level="1"/>
            <contents name="switch-control" title="Switch Control" level="1"/>
            <contents name="toolbutton-control" title="ToolButton Control" level="1"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <qmlclass name="ButtonGroup" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.ButtonGroup" href="qml-qtquick-controls-buttongroup.html" status="active" access="public" documented="true" groups="utilities" title="ButtonGroup" fulltitle="ButtonGroup" subtitle="" brief="Mutually-exclusive group of checkable buttons">
            <function name="addButton" fullname="QtQuick.Controls.ButtonGroup.addButton" href="qml-qtquick-controls-buttongroup.html#addButton-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="AbstractButton" name="button" default=""/>
            </function>
            <function name="clicked" fullname="QtQuick.Controls.ButtonGroup.clicked" href="qml-qtquick-controls-buttongroup.html#clicked-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlsignal">
                <parameter type="AbstractButton" name="button" default=""/>
            </function>
            <function name="removeButton" fullname="QtQuick.Controls.ButtonGroup.removeButton" href="qml-qtquick-controls-buttongroup.html#removeButton-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="AbstractButton" name="button" default=""/>
            </function>
            <qmlproperty name="buttons" fullname="QtQuick.Controls.ButtonGroup.buttons" href="qml-qtquick-controls-buttongroup.html#buttons-prop" status="active" access="public" documented="true" type="list&lt;AbstractButton&gt;" attached="false" writable="true"/>
            <qmlproperty name="checkState" fullname="QtQuick.Controls.ButtonGroup.checkState" href="qml-qtquick-controls-buttongroup.html#checkState-prop" status="active" access="public" since="QtQuick.Controls 2.4 (Qt 5.11)" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="checkedButton" fullname="QtQuick.Controls.ButtonGroup.checkedButton" href="qml-qtquick-controls-buttongroup.html#checkedButton-prop" status="active" access="public" documented="true" type="AbstractButton" attached="false" writable="true"/>
            <qmlproperty name="exclusive" fullname="QtQuick.Controls.ButtonGroup.exclusive" href="qml-qtquick-controls-buttongroup.html#exclusive-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="group" fullname="QtQuick.Controls.ButtonGroup.group" href="qml-qtquick-controls-buttongroup.html#group-attached-prop" status="active" access="public" documented="true" type="ButtonGroup" attached="true" writable="true"/>
        </qmlclass>
        <qmlclass name="Calendar" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.Calendar" href="qml-qtquick-controls-calendar.html" status="active" access="public" documented="true" title="Calendar" fulltitle="Calendar" subtitle="" brief="A calendar namespace"/>
        <qmlclass name="CalendarModel" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.CalendarModel" href="qml-qtquick-controls-calendarmodel.html" status="active" access="public" documented="true" title="CalendarModel" fulltitle="CalendarModel" subtitle="" brief="A calendar model">
            <function name="indexOf" fullname="QtQuick.Controls.CalendarModel.indexOf" href="qml-qtquick-controls-calendarmodel.html#indexOf-method" status="active" access="public" documented="true" meta="qmlmethod" type="int">
                <parameter type="Date" name="date" default=""/>
            </function>
            <function name="indexOf" fullname="QtQuick.Controls.CalendarModel.indexOf" href="qml-qtquick-controls-calendarmodel.html#indexOf-method" status="active" access="public" documented="true" meta="qmlmethod" type="int">
                <parameter type="int" name="year" default=""/>
                <parameter type="int" name="month" default=""/>
            </function>
            <function name="monthAt" fullname="QtQuick.Controls.CalendarModel.monthAt" href="qml-qtquick-controls-calendarmodel.html#monthAt-method" status="active" access="public" documented="true" meta="qmlmethod" type="int">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="yearAt" fullname="QtQuick.Controls.CalendarModel.yearAt" href="qml-qtquick-controls-calendarmodel.html#yearAt-method" status="active" access="public" documented="true" meta="qmlmethod" type="int">
                <parameter type="int" name="index" default=""/>
            </function>
            <qmlproperty name="from" fullname="QtQuick.Controls.CalendarModel.from" href="qml-qtquick-controls-calendarmodel.html#from-prop" status="active" access="public" documented="true" type="date" attached="false" writable="true"/>
            <qmlproperty name="to" fullname="QtQuick.Controls.CalendarModel.to" href="qml-qtquick-controls-calendarmodel.html#to-prop" status="active" access="public" documented="true" type="date" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquickcontrols-changes-qt6.html" href="qtquickcontrols-changes-qt6.html" status="active" location="qt6-changes.qdoc" documented="true" groups="changes-qt-5-to-6" subtype="page" title="Changes to Qt Quick Controls" fulltitle="Changes to Qt Quick Controls" subtitle="" brief="Migrate Qt Quick Controls to Qt 6">
            <contents name="migrating-from-qt-quick-controls-1" title="Migrating from Qt Quick Controls 1" level="1"/>
            <contents name="type-registration-changes" title="Type registration changes" level="1"/>
            <contents name="custom-styles-are-now-proper-qml-modules" title="Custom styles are now proper QML modules" level="2"/>
            <contents name="style-names" title="Style names" level="3"/>
            <contents name="runtime-and-compile-time-style-selection" title="Runtime and compile time style selection" level="2"/>
            <contents name="default-style" title="Default Style" level="1"/>
            <contents name="palette" title="Palette" level="1"/>
            <contents name="controls" title="Controls" level="1"/>
            <contents name="changes-to-applicationwindow" title="Changes to ApplicationWindow" level="2"/>
            <contents name="changes-to-combobox" title="Changes to ComboBox" level="2"/>
            <contents name="changes-to-container" title="Changes to Container" level="2"/>
            <contents name="changes-to-dialog" title="Changes to Dialog" level="2"/>
            <contents name="changes-to-menu" title="Changes to Menu" level="2"/>
            <contents name="changes-to-tooltip" title="Changes to ToolTip" level="2"/>
            <contents name="changes-to-stackview" title="Changes to StackView" level="2"/>
            <contents name="changes-to-tumbler" title="Changes to Tumbler" level="2"/>
        </page>
        <qmlclass name="CheckBox" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::AbstractButton" fullname="QtQuick.Controls.CheckBox" href="qml-qtquick-controls-checkbox.html" status="active" access="public" documented="true" groups="qtquickcontrols-buttons" title="CheckBox" fulltitle="CheckBox" subtitle="" brief="Check button that can be toggled on or off">
            <qmlproperty name="checkState" fullname="QtQuick.Controls.CheckBox.checkState" href="qml-qtquick-controls-checkbox.html#checkState-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="nextCheckState" fullname="QtQuick.Controls.CheckBox.nextCheckState" href="qml-qtquick-controls-checkbox.html#nextCheckState-prop" status="active" access="public" since="QtQuick.Controls 2.4 (Qt 5.11)" documented="true" type="function" attached="false" writable="true"/>
            <qmlproperty name="tristate" fullname="QtQuick.Controls.CheckBox.tristate" href="qml-qtquick-controls-checkbox.html#tristate-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="CheckDelegate" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::ItemDelegate" fullname="QtQuick.Controls.CheckDelegate" href="qml-qtquick-controls-checkdelegate.html" status="active" access="public" documented="true" groups="qtquickcontrols-delegates" title="CheckDelegate" fulltitle="CheckDelegate" subtitle="" brief="Item delegate with a check indicator that can be toggled on or off">
            <qmlproperty name="checkState" fullname="QtQuick.Controls.CheckDelegate.checkState" href="qml-qtquick-controls-checkdelegate.html#checkState-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="nextCheckState" fullname="QtQuick.Controls.CheckDelegate.nextCheckState" href="qml-qtquick-controls-checkdelegate.html#nextCheckState-prop" status="active" access="public" since="QtQuick.Controls 2.4 (Qt 5.11)" documented="true" type="function" attached="false" writable="true"/>
            <qmlproperty name="tristate" fullname="QtQuick.Controls.CheckDelegate.tristate" href="qml-qtquick-controls-checkdelegate.html#tristate-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ComboBox" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.ComboBox" href="qml-qtquick-controls-combobox.html" status="active" access="public" documented="true" groups="qtquickcontrols-focusscopes,qtquickcontrols-input" title="ComboBox" fulltitle="ComboBox" subtitle="" brief="Combined button and popup list for selecting options">
            <contents name="editable-combobox" title="Editable ComboBox" level="1"/>
            <contents name="combobox-s-popup" title="ComboBox's Popup" level="1"/>
            <contents name="combobox-model-roles" title="ComboBox Model Roles" level="1"/>
            <function name="accepted" fullname="QtQuick.Controls.ComboBox.accepted" href="qml-qtquick-controls-combobox.html#accepted-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.2 (Qt 5.9)" meta="qmlsignal" type="void"/>
            <function name="activated" fullname="QtQuick.Controls.ComboBox.activated" href="qml-qtquick-controls-combobox.html#activated-signal" status="active" access="public" documented="true" meta="qmlsignal" type="void">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="decrementCurrentIndex" fullname="QtQuick.Controls.ComboBox.decrementCurrentIndex" href="qml-qtquick-controls-combobox.html#decrementCurrentIndex-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="find" fullname="QtQuick.Controls.ComboBox.find" href="qml-qtquick-controls-combobox.html#find-method" status="active" access="public" documented="true" meta="qmlmethod" type="int">
                <parameter type="string" name="text" default=""/>
                <parameter type="enumeration" name="flags" default=""/>
            </function>
            <function name="highlighted" fullname="QtQuick.Controls.ComboBox.highlighted" href="qml-qtquick-controls-combobox.html#highlighted-signal" status="active" access="public" documented="true" meta="qmlsignal" type="void">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="incrementCurrentIndex" fullname="QtQuick.Controls.ComboBox.incrementCurrentIndex" href="qml-qtquick-controls-combobox.html#incrementCurrentIndex-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="indexOfValue" fullname="QtQuick.Controls.ComboBox.indexOfValue" href="qml-qtquick-controls-combobox.html#indexOfValue-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.14 (Qt 5.14)" meta="qmlmethod" type="int">
                <parameter type="object" name="value" default=""/>
            </function>
            <function name="selectAll" fullname="QtQuick.Controls.ComboBox.selectAll" href="qml-qtquick-controls-combobox.html#selectAll-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.2 (Qt 5.9)" meta="qmlmethod" type="void"/>
            <function name="textAt" fullname="QtQuick.Controls.ComboBox.textAt" href="qml-qtquick-controls-combobox.html#textAt-method" status="active" access="public" documented="true" meta="qmlmethod" type="string">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="valueAt" fullname="QtQuick.Controls.ComboBox.valueAt" href="qml-qtquick-controls-combobox.html#valueAt-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.14 (Qt 5.14)" meta="qmlmethod" type="var">
                <parameter type="int" name="index" default=""/>
            </function>
            <qmlproperty name="acceptableInput" fullname="QtQuick.Controls.ComboBox.acceptableInput" href="qml-qtquick-controls-combobox.html#acceptableInput-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="count" fullname="QtQuick.Controls.ComboBox.count" href="qml-qtquick-controls-combobox.html#count-prop" status="active" access="public" documented="true" type="int" attached="false" writable="false"/>
            <qmlproperty name="currentIndex" fullname="QtQuick.Controls.ComboBox.currentIndex" href="qml-qtquick-controls-combobox.html#currentIndex-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="currentText" fullname="QtQuick.Controls.ComboBox.currentText" href="qml-qtquick-controls-combobox.html#currentText-prop" status="active" access="public" documented="true" type="string" attached="false" writable="false"/>
            <qmlproperty name="currentValue" fullname="QtQuick.Controls.ComboBox.currentValue" href="qml-qtquick-controls-combobox.html#currentValue-prop" status="active" access="public" since="QtQuick.Controls 2.14 (Qt 5.14)" documented="true" type="var" attached="false" writable="false"/>
            <qmlproperty name="delegate" fullname="QtQuick.Controls.ComboBox.delegate" href="qml-qtquick-controls-combobox.html#delegate-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="delegateModel" fullname="QtQuick.Controls.ComboBox.delegateModel" href="qml-qtquick-controls-combobox.html#delegateModel-prop" status="active" access="public" documented="true" type="model" attached="false" writable="false"/>
            <qmlproperty name="displayText" fullname="QtQuick.Controls.ComboBox.displayText" href="qml-qtquick-controls-combobox.html#displayText-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="down" fullname="QtQuick.Controls.ComboBox.down" href="qml-qtquick-controls-combobox.html#down-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="editText" fullname="QtQuick.Controls.ComboBox.editText" href="qml-qtquick-controls-combobox.html#editText-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="editable" fullname="QtQuick.Controls.ComboBox.editable" href="qml-qtquick-controls-combobox.html#editable-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="flat" fullname="QtQuick.Controls.ComboBox.flat" href="qml-qtquick-controls-combobox.html#flat-prop" status="active" access="public" since="QtQuick.Controls 2.1 (Qt 5.8)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="highlightedIndex" fullname="QtQuick.Controls.ComboBox.highlightedIndex" href="qml-qtquick-controls-combobox.html#highlightedIndex-prop" status="active" access="public" documented="true" type="int" attached="false" writable="false"/>
            <qmlproperty name="implicitContentWidthPolicy" fullname="QtQuick.Controls.ComboBox.implicitContentWidthPolicy" href="qml-qtquick-controls-combobox.html#implicitContentWidthPolicy-prop" status="active" access="public" since="QtQuick.Controls 6.0 (Qt 6.0)" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="implicitIndicatorHeight" fullname="QtQuick.Controls.ComboBox.implicitIndicatorHeight" href="qml-qtquick-controls-combobox.html#implicitIndicatorHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitIndicatorWidth" fullname="QtQuick.Controls.ComboBox.implicitIndicatorWidth" href="qml-qtquick-controls-combobox.html#implicitIndicatorWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="indicator" fullname="QtQuick.Controls.ComboBox.indicator" href="qml-qtquick-controls-combobox.html#indicator-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="inputMethodComposing" fullname="QtQuick.Controls.ComboBox.inputMethodComposing" href="qml-qtquick-controls-combobox.html#inputMethodComposing-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="inputMethodHints" fullname="QtQuick.Controls.ComboBox.inputMethodHints" href="qml-qtquick-controls-combobox.html#inputMethodHints-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="flags" attached="false" writable="true"/>
            <qmlproperty name="model" fullname="QtQuick.Controls.ComboBox.model" href="qml-qtquick-controls-combobox.html#model-prop" status="active" access="public" documented="true" type="model" attached="false" writable="true"/>
            <qmlproperty name="popup" fullname="QtQuick.Controls.ComboBox.popup" href="qml-qtquick-controls-combobox.html#popup-prop" status="active" access="public" documented="true" type="Popup" attached="false" writable="true"/>
            <qmlproperty name="pressed" fullname="QtQuick.Controls.ComboBox.pressed" href="qml-qtquick-controls-combobox.html#pressed-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="selectTextByMouse" fullname="QtQuick.Controls.ComboBox.selectTextByMouse" href="qml-qtquick-controls-combobox.html#selectTextByMouse-prop" status="active" access="public" since="QtQuick.Controls 2.15 (Qt 5.15)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="textRole" fullname="QtQuick.Controls.ComboBox.textRole" href="qml-qtquick-controls-combobox.html#textRole-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="validator" fullname="QtQuick.Controls.ComboBox.validator" href="qml-qtquick-controls-combobox.html#validator-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="Validator" attached="false" writable="true"/>
            <qmlproperty name="valueRole" fullname="QtQuick.Controls.ComboBox.valueRole" href="qml-qtquick-controls-combobox.html#valueRole-prop" status="active" access="public" since="QtQuick.Controls 2.14 (Qt 5.14)" documented="true" type="string" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Container" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.Container" href="qml-qtquick-controls-container.html" status="active" access="public" documented="true" groups="qtquickcontrols-containers" title="Container" fulltitle="Container" subtitle="" brief="Abstract base type providing functionality common to containers">
            <contents name="using-containers" title="Using Containers" level="2"/>
            <contents name="managing-the-current-index" title="Managing the Current Index" level="2"/>
            <contents name="implementing-containers" title="Implementing Containers" level="2"/>
            <function name="addItem" fullname="QtQuick.Controls.Container.addItem" href="qml-qtquick-controls-container.html#addItem-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="Item" name="item" default=""/>
            </function>
            <function name="decrementCurrentIndex" fullname="QtQuick.Controls.Container.decrementCurrentIndex" href="qml-qtquick-controls-container.html#decrementCurrentIndex-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlmethod" type="void"/>
            <function name="incrementCurrentIndex" fullname="QtQuick.Controls.Container.incrementCurrentIndex" href="qml-qtquick-controls-container.html#incrementCurrentIndex-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlmethod" type="void"/>
            <function name="insertItem" fullname="QtQuick.Controls.Container.insertItem" href="qml-qtquick-controls-container.html#insertItem-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="int" name="index" default=""/>
                <parameter type="Item" name="item" default=""/>
            </function>
            <function name="itemAt" fullname="QtQuick.Controls.Container.itemAt" href="qml-qtquick-controls-container.html#itemAt-method" status="active" access="public" documented="true" meta="qmlmethod" type="Item">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="moveItem" fullname="QtQuick.Controls.Container.moveItem" href="qml-qtquick-controls-container.html#moveItem-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="int" name="from" default=""/>
                <parameter type="int" name="to" default=""/>
            </function>
            <function name="removeItem" fullname="QtQuick.Controls.Container.removeItem" href="qml-qtquick-controls-container.html#removeItem-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void">
                <parameter type="Item" name="item" default=""/>
            </function>
            <function name="setCurrentIndex" fullname="QtQuick.Controls.Container.setCurrentIndex" href="qml-qtquick-controls-container.html#setCurrentIndex-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="takeItem" fullname="QtQuick.Controls.Container.takeItem" href="qml-qtquick-controls-container.html#takeItem-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="Item">
                <parameter type="int" name="index" default=""/>
            </function>
            <qmlproperty name="contentChildren" fullname="QtQuick.Controls.Container.contentChildren" href="qml-qtquick-controls-container.html#contentChildren-prop" status="active" access="public" documented="true" type="list&lt;Item&gt;" attached="false" writable="true"/>
            <qmlproperty name="contentData" fullname="QtQuick.Controls.Container.contentData" href="qml-qtquick-controls-container.html#contentData-prop" status="active" access="public" documented="true" type="list&lt;QtObject&gt;" attached="false" writable="true"/>
            <qmlproperty name="contentHeight" fullname="QtQuick.Controls.Container.contentHeight" href="qml-qtquick-controls-container.html#contentHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="contentModel" fullname="QtQuick.Controls.Container.contentModel" href="qml-qtquick-controls-container.html#contentModel-prop" status="active" access="public" documented="true" type="model" attached="false" writable="false"/>
            <qmlproperty name="contentWidth" fullname="QtQuick.Controls.Container.contentWidth" href="qml-qtquick-controls-container.html#contentWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="count" fullname="QtQuick.Controls.Container.count" href="qml-qtquick-controls-container.html#count-prop" status="active" access="public" documented="true" type="int" attached="false" writable="false"/>
            <qmlproperty name="currentIndex" fullname="QtQuick.Controls.Container.currentIndex" href="qml-qtquick-controls-container.html#currentIndex-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="currentItem" fullname="QtQuick.Controls.Container.currentItem" href="qml-qtquick-controls-container.html#currentItem-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="false"/>
        </qmlclass>
        <page name="qtquickcontrols-containers.html" href="qtquickcontrols-containers.html" status="active" location="qtquickcontrols-containers.qdoc" documented="true" groups="qtquickcontrols-guidelines" subtype="page" title="Container Controls" fulltitle="Container Controls" subtitle="" brief="Guidelines for container controls">
            <contents name="applicationwindow-control" title="ApplicationWindow Control" level="1"/>
            <contents name="frame-control" title="Frame Control" level="1"/>
            <contents name="groupbox-control" title="GroupBox Control" level="1"/>
            <contents name="page-control" title="Page Control" level="1"/>
            <contents name="pane-control" title="Pane Control" level="1"/>
            <contents name="scrollview-control" title="ScrollView Control" level="1"/>
            <contents name="stackview-control" title="StackView Control" level="1"/>
            <contents name="swipeview-control" title="SwipeView Control" level="1"/>
            <contents name="tabbar-control" title="TabBar Control" level="1"/>
            <contents name="toolbar-control" title="ToolBar Control" level="1"/>
        </page>
        <qmlclass name="ContextMenu" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.ContextMenu" href="qml-qtquick-controls-contextmenu.html" status="active" access="public" since="6.9" documented="true" groups="qtquickcontrols-menus" title="ContextMenu" fulltitle="ContextMenu" subtitle="" brief="Attached type provides a way to open a context menu in a platform-appropriate manner">
            <contents name="sharing-context-menus" title="Sharing context menus" level="1"/>
            <contents name="performance" title="Performance" level="1"/>
            <contents name="interaction-with-other-menus" title="Interaction with other menus" level="1"/>
            <function name="requested" fullname="QtQuick.Controls.ContextMenu.requested" href="qml-qtquick-controls-contextmenu.html#requested-signal" status="active" access="public" documented="true" meta="qmlsignal">
                <parameter type="point" name="position" default=""/>
            </function>
            <qmlproperty name="menu" fullname="QtQuick.Controls.ContextMenu.menu" href="qml-qtquick-controls-contextmenu.html#menu-prop" status="active" access="public" documented="true" type="Menu" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Control" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.Control" href="qml-qtquick-controls-control.html" status="active" access="public" documented="true" title="Control" fulltitle="Control" subtitle="" brief="Abstract base type providing functionality common to all controls">
            <contents name="control-layout" title="Control Layout" level="1"/>
            <contents name="event-handling" title="Event Handling" level="1"/>
            <qmlproperty name="availableHeight" fullname="QtQuick.Controls.Control.availableHeight" href="qml-qtquick-controls-control.html#availableHeight-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="availableWidth" fullname="QtQuick.Controls.Control.availableWidth" href="qml-qtquick-controls-control.html#availableWidth-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="background" fullname="QtQuick.Controls.Control.background" href="qml-qtquick-controls-control.html#background-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="bottomInset" fullname="QtQuick.Controls.Control.bottomInset" href="qml-qtquick-controls-control.html#bottomInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="bottomPadding" fullname="QtQuick.Controls.Control.bottomPadding" href="qml-qtquick-controls-control.html#bottomPadding-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="contentItem" fullname="QtQuick.Controls.Control.contentItem" href="qml-qtquick-controls-control.html#contentItem-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="focusReason" fullname="QtQuick.Controls.Control.focusReason" href="qml-qtquick-controls-control.html#focusReason-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="font" fullname="QtQuick.Controls.Control.font" href="qml-qtquick-controls-control.html#font-prop" status="active" access="public" documented="true" type="font" attached="false" writable="true"/>
            <qmlproperty name="horizontalPadding" fullname="QtQuick.Controls.Control.horizontalPadding" href="qml-qtquick-controls-control.html#horizontalPadding-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="hoverEnabled" fullname="QtQuick.Controls.Control.hoverEnabled" href="qml-qtquick-controls-control.html#hoverEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="hovered" fullname="QtQuick.Controls.Control.hovered" href="qml-qtquick-controls-control.html#hovered-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="implicitBackgroundHeight" fullname="QtQuick.Controls.Control.implicitBackgroundHeight" href="qml-qtquick-controls-control.html#implicitBackgroundHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitBackgroundWidth" fullname="QtQuick.Controls.Control.implicitBackgroundWidth" href="qml-qtquick-controls-control.html#implicitBackgroundWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitContentHeight" fullname="QtQuick.Controls.Control.implicitContentHeight" href="qml-qtquick-controls-control.html#implicitContentHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitContentWidth" fullname="QtQuick.Controls.Control.implicitContentWidth" href="qml-qtquick-controls-control.html#implicitContentWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="leftInset" fullname="QtQuick.Controls.Control.leftInset" href="qml-qtquick-controls-control.html#leftInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="leftPadding" fullname="QtQuick.Controls.Control.leftPadding" href="qml-qtquick-controls-control.html#leftPadding-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="locale" fullname="QtQuick.Controls.Control.locale" href="qml-qtquick-controls-control.html#locale-prop" status="active" access="public" documented="true" type="Locale" attached="false" writable="true"/>
            <qmlproperty name="mirrored" fullname="QtQuick.Controls.Control.mirrored" href="qml-qtquick-controls-control.html#mirrored-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="padding" fullname="QtQuick.Controls.Control.padding" href="qml-qtquick-controls-control.html#padding-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="rightInset" fullname="QtQuick.Controls.Control.rightInset" href="qml-qtquick-controls-control.html#rightInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="rightPadding" fullname="QtQuick.Controls.Control.rightPadding" href="qml-qtquick-controls-control.html#rightPadding-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="spacing" fullname="QtQuick.Controls.Control.spacing" href="qml-qtquick-controls-control.html#spacing-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="topInset" fullname="QtQuick.Controls.Control.topInset" href="qml-qtquick-controls-control.html#topInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="topPadding" fullname="QtQuick.Controls.Control.topPadding" href="qml-qtquick-controls-control.html#topPadding-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="verticalPadding" fullname="QtQuick.Controls.Control.verticalPadding" href="qml-qtquick-controls-control.html#verticalPadding-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="visualFocus" fullname="QtQuick.Controls.Control.visualFocus" href="qml-qtquick-controls-control.html#visualFocus-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="wheelEnabled" fullname="QtQuick.Controls.Control.wheelEnabled" href="qml-qtquick-controls-control.html#wheelEnabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquickcontrols-customize.html" href="qtquickcontrols-customize.html" status="active" location="qtquickcontrols-customize.qdoc" documented="true" subtype="page" title="Customizing Qt Quick Controls" fulltitle="Customizing Qt Quick Controls" subtitle="" brief="A set of UI controls to create user interfaces in Qt Quick">
            <keyword name="customizing-qt-quick-controls-2" title="Customizing Qt Quick Controls 2"/>
            <contents name="customizing-a-control" title="Customizing a Control" level="1"/>
            <contents name="creating-a-custom-style" title="Creating a Custom Style" level="1"/>
            <contents name="definition-of-a-style" title="Definition of a Style" level="2"/>
            <contents name="previewing-custom-styles-in-qt-quick-designer" title="Previewing Custom Styles in Qt Quick Designer" level="3"/>
            <contents name="style-specific-c-extensions" title="Style-specific C++ Extensions" level="2"/>
            <contents name="using-cmake" title="Using CMake" level="3"/>
            <contents name="using-qmake" title="Using QMake" level="3"/>
            <contents name="considerations-for-custom-styles" title="Considerations for custom styles" level="3"/>
            <contents name="avoid-assigning-an-id-to-styles-implementations-of-item-delegates" title="Avoid assigning an id to styles' implementations of item delegates" level="4"/>
            <contents name="avoid-imperative-assignments-of-custom-items" title="Avoid imperative assignments of custom items" level="4"/>
            <contents name="don-t-import-qtquick-controls-in-qml-implementations" title="Don't import QtQuick.Controls in QML implementations" level="4"/>
            <contents name="implement-types-used-by-other-types" title="Implement types used by other types" level="4"/>
            <contents name="attached-properties" title="Attached properties" level="3"/>
            <contents name="customization-reference" title="Customization Reference" level="1"/>
            <contents name="customizing-applicationwindow" title="Customizing ApplicationWindow" level="2"/>
            <contents name="customizing-busyindicator" title="Customizing BusyIndicator" level="2"/>
            <contents name="customizing-button" title="Customizing Button" level="2"/>
            <contents name="customizing-checkbox" title="Customizing CheckBox" level="2"/>
            <contents name="customizing-checkdelegate" title="Customizing CheckDelegate" level="2"/>
            <contents name="customizing-combobox" title="Customizing ComboBox" level="2"/>
            <contents name="customizing-delaybutton" title="Customizing DelayButton" level="2"/>
            <contents name="customizing-dial" title="Customizing Dial" level="2"/>
            <contents name="customizing-drawer" title="Customizing Drawer" level="2"/>
            <contents name="customizing-frame" title="Customizing Frame" level="2"/>
            <contents name="customizing-groupbox" title="Customizing GroupBox" level="2"/>
            <contents name="customizing-itemdelegate" title="Customizing ItemDelegate" level="2"/>
            <contents name="customizing-label" title="Customizing Label" level="2"/>
            <contents name="customizing-menu" title="Customizing Menu" level="2"/>
            <contents name="customizing-menubar" title="Customizing MenuBar" level="2"/>
            <contents name="customizing-pageindicator" title="Customizing PageIndicator" level="2"/>
            <contents name="customizing-pane" title="Customizing Pane" level="2"/>
            <contents name="customizing-popup" title="Customizing Popup" level="2"/>
            <contents name="customizing-progressbar" title="Customizing ProgressBar" level="2"/>
            <contents name="customizing-radiobutton" title="Customizing RadioButton" level="2"/>
            <contents name="customizing-radiodelegate" title="Customizing RadioDelegate" level="2"/>
            <contents name="customizing-rangeslider" title="Customizing RangeSlider" level="2"/>
            <contents name="customizing-roundbutton" title="Customizing RoundButton" level="2"/>
            <contents name="customizing-scrollbar" title="Customizing ScrollBar" level="2"/>
            <contents name="customizing-scrollindicator" title="Customizing ScrollIndicator" level="2"/>
            <contents name="customizing-scrollview" title="Customizing ScrollView" level="2"/>
            <contents name="customizing-slider" title="Customizing Slider" level="2"/>
            <contents name="customizing-spinbox" title="Customizing SpinBox" level="2"/>
            <contents name="customizing-splitview" title="Customizing SplitView" level="2"/>
            <contents name="customizing-stackview" title="Customizing StackView" level="2"/>
            <contents name="customizing-swipedelegate" title="Customizing SwipeDelegate" level="2"/>
            <contents name="customizing-swipeview" title="Customizing SwipeView" level="2"/>
            <contents name="customizing-switch" title="Customizing Switch" level="2"/>
            <contents name="customizing-switchdelegate" title="Customizing SwitchDelegate" level="2"/>
            <contents name="customizing-tabbar" title="Customizing TabBar" level="2"/>
            <contents name="customizing-tabbutton" title="Customizing TabButton" level="2"/>
            <contents name="customizing-textarea" title="Customizing TextArea" level="2"/>
            <contents name="customizing-textfield" title="Customizing TextField" level="2"/>
            <contents name="customizing-toolbar" title="Customizing ToolBar" level="2"/>
            <contents name="customizing-toolbutton" title="Customizing ToolButton" level="2"/>
            <contents name="customizing-toolseparator" title="Customizing ToolSeparator" level="2"/>
            <contents name="customizing-tooltip" title="Customizing ToolTip" level="2"/>
            <contents name="customizing-tumbler" title="Customizing Tumbler" level="2"/>
            <contents name="customizing-tableviewdelegate" title="Customizing TableViewDelegate" level="2"/>
        </page>
        <qmlclass name="DayOfWeekRow" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.DayOfWeekRow" href="qml-qtquick-controls-dayofweekrow.html" status="active" access="public" documented="true" title="DayOfWeekRow" fulltitle="DayOfWeekRow" subtitle="" brief="A row of names for the days in a week">
            <qmlproperty name="delegate" fullname="QtQuick.Controls.DayOfWeekRow.delegate" href="qml-qtquick-controls-dayofweekrow.html#delegate-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="DelayButton" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::AbstractButton" fullname="QtQuick.Controls.DelayButton" href="qml-qtquick-controls-delaybutton.html" status="active" access="public" documented="true" groups="qtquickcontrols-buttons" title="DelayButton" fulltitle="DelayButton" subtitle="" brief="Check button that triggers when held down long enough">
            <function name="activated" fullname="QtQuick.Controls.DelayButton.activated" href="qml-qtquick-controls-delaybutton.html#activated-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <qmlproperty name="delay" fullname="QtQuick.Controls.DelayButton.delay" href="qml-qtquick-controls-delaybutton.html#delay-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="progress" fullname="QtQuick.Controls.DelayButton.progress" href="qml-qtquick-controls-delaybutton.html#progress-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="transition" fullname="QtQuick.Controls.DelayButton.transition" href="qml-qtquick-controls-delaybutton.html#transition-prop" status="active" access="public" documented="true" type="Transition" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquickcontrols-delegates.html" href="qtquickcontrols-delegates.html" status="active" location="qtquickcontrols-delegates.qdoc" documented="true" groups="qtquickcontrols-guidelines" subtype="page" title="Delegate Controls" fulltitle="Delegate Controls" subtitle="" brief="Guidelines for delegate controls">
            <contents name="checkdelegate-control" title="CheckDelegate Control" level="1"/>
            <contents name="itemdelegate-control" title="ItemDelegate Control" level="1"/>
            <contents name="radiodelegate-control" title="RadioDelegate Control" level="1"/>
            <contents name="swipedelegate-control" title="SwipeDelegate Control" level="1"/>
            <contents name="switchdelegate-control" title="SwitchDelegate Control" level="1"/>
            <contents name="tableviewdelegate-control" title="TableViewDelegate Control" level="1"/>
            <contents name="treeviewdelegate-control" title="TreeViewDelegate Control" level="1"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <page name="qtquickcontrols-deployment.html" href="qtquickcontrols-deployment.html" status="active" location="qtquickcontrols-deployment.qdoc" documented="true" subtype="page" title="Deploying Qt Quick Controls Applications" fulltitle="Deploying Qt Quick Controls Applications" subtitle="">
            <contents name="deploying-an-application-with-several-styles" title="Deploying an Application with Several Styles" level="1"/>
            <contents name="static-builds" title="Static Builds" level="1"/>
        </page>
        <qmlclass name="Dial" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.Dial" href="qml-qtquick-controls-dial.html" status="active" access="public" documented="true" groups="qtquickcontrols-input" title="Dial" fulltitle="Dial" subtitle="" brief="Circular dial that is rotated to set a value">
            <function name="decrease" fullname="QtQuick.Controls.Dial.decrease" href="qml-qtquick-controls-dial.html#decrease-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="increase" fullname="QtQuick.Controls.Dial.increase" href="qml-qtquick-controls-dial.html#increase-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="moved" fullname="QtQuick.Controls.Dial.moved" href="qml-qtquick-controls-dial.html#moved-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.2 (Qt 5.9)" meta="qmlsignal"/>
            <function name="wrapped" fullname="QtQuick.Controls.Dial.wrapped" href="qml-qtquick-controls-dial.html#wrapped-signal" status="active" access="public" documented="true" since="6.6" meta="qmlsignal">
                <parameter type="Dial.WrapDirection" name="direction" default=""/>
            </function>
            <qmlproperty name="angle" fullname="QtQuick.Controls.Dial.angle" href="qml-qtquick-controls-dial.html#angle-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="endAngle" fullname="QtQuick.Controls.Dial.endAngle" href="qml-qtquick-controls-dial.html#endAngle-prop" status="active" access="public" since="6.6" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="from" fullname="QtQuick.Controls.Dial.from" href="qml-qtquick-controls-dial.html#from-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="handle" fullname="QtQuick.Controls.Dial.handle" href="qml-qtquick-controls-dial.html#handle-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="inputMode" fullname="QtQuick.Controls.Dial.inputMode" href="qml-qtquick-controls-dial.html#inputMode-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="live" fullname="QtQuick.Controls.Dial.live" href="qml-qtquick-controls-dial.html#live-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="position" fullname="QtQuick.Controls.Dial.position" href="qml-qtquick-controls-dial.html#position-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="pressed" fullname="QtQuick.Controls.Dial.pressed" href="qml-qtquick-controls-dial.html#pressed-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="snapMode" fullname="QtQuick.Controls.Dial.snapMode" href="qml-qtquick-controls-dial.html#snapMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="startAngle" fullname="QtQuick.Controls.Dial.startAngle" href="qml-qtquick-controls-dial.html#startAngle-prop" status="active" access="public" since="6.6" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="stepSize" fullname="QtQuick.Controls.Dial.stepSize" href="qml-qtquick-controls-dial.html#stepSize-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="to" fullname="QtQuick.Controls.Dial.to" href="qml-qtquick-controls-dial.html#to-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="value" fullname="QtQuick.Controls.Dial.value" href="qml-qtquick-controls-dial.html#value-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="wrap" fullname="QtQuick.Controls.Dial.wrap" href="qml-qtquick-controls-dial.html#wrap-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Dialog" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Popup" fullname="QtQuick.Controls.Dialog" href="qml-qtquick-controls-dialog.html" status="active" access="public" documented="true" groups="qtquickcontrols-dialogs,qtquickcontrols-popups" title="Dialog" fulltitle="Dialog" subtitle="" brief="Popup dialog with standard buttons and a title, used for short-term interaction with the user">
            <contents name="dialog-title-and-buttons" title="Dialog Title and Buttons" level="1"/>
            <contents name="modal-dialogs" title="Modal Dialogs" level="1"/>
            <contents name="modeless-dialogs" title="Modeless Dialogs" level="1"/>
            <function name="accept" fullname="QtQuick.Controls.Dialog.accept" href="qml-qtquick-controls-dialog.html#accept-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="accepted" fullname="QtQuick.Controls.Dialog.accepted" href="qml-qtquick-controls-dialog.html#accepted-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <function name="applied" fullname="QtQuick.Controls.Dialog.applied" href="qml-qtquick-controls-dialog.html#applied-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlsignal"/>
            <function name="discarded" fullname="QtQuick.Controls.Dialog.discarded" href="qml-qtquick-controls-dialog.html#discarded-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlsignal"/>
            <function name="done" fullname="QtQuick.Controls.Dialog.done" href="qml-qtquick-controls-dialog.html#done-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void">
                <parameter type="int" name="result" default=""/>
            </function>
            <function name="helpRequested" fullname="QtQuick.Controls.Dialog.helpRequested" href="qml-qtquick-controls-dialog.html#helpRequested-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlsignal"/>
            <function name="reject" fullname="QtQuick.Controls.Dialog.reject" href="qml-qtquick-controls-dialog.html#reject-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="rejected" fullname="QtQuick.Controls.Dialog.rejected" href="qml-qtquick-controls-dialog.html#rejected-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <function name="reset" fullname="QtQuick.Controls.Dialog.reset" href="qml-qtquick-controls-dialog.html#reset-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlsignal"/>
            <function name="standardButton" fullname="QtQuick.Controls.Dialog.standardButton" href="qml-qtquick-controls-dialog.html#standardButton-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="AbstractButton">
                <parameter type="StandardButton" name="button" default=""/>
            </function>
            <qmlproperty name="footer" fullname="QtQuick.Controls.Dialog.footer" href="qml-qtquick-controls-dialog.html#footer-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="header" fullname="QtQuick.Controls.Dialog.header" href="qml-qtquick-controls-dialog.html#header-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="implicitFooterHeight" fullname="QtQuick.Controls.Dialog.implicitFooterHeight" href="qml-qtquick-controls-dialog.html#implicitFooterHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitFooterWidth" fullname="QtQuick.Controls.Dialog.implicitFooterWidth" href="qml-qtquick-controls-dialog.html#implicitFooterWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitHeaderHeight" fullname="QtQuick.Controls.Dialog.implicitHeaderHeight" href="qml-qtquick-controls-dialog.html#implicitHeaderHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitHeaderWidth" fullname="QtQuick.Controls.Dialog.implicitHeaderWidth" href="qml-qtquick-controls-dialog.html#implicitHeaderWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="result" fullname="QtQuick.Controls.Dialog.result" href="qml-qtquick-controls-dialog.html#result-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="standardButtons" fullname="QtQuick.Controls.Dialog.standardButtons" href="qml-qtquick-controls-dialog.html#standardButtons-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="title" fullname="QtQuick.Controls.Dialog.title" href="qml-qtquick-controls-dialog.html#title-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="DialogButtonBox" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Container" fullname="QtQuick.Controls.DialogButtonBox" href="qml-qtquick-controls-dialogbuttonbox.html" status="active" access="public" documented="true" groups="qtquickcontrols-dialogs" title="DialogButtonBox" fulltitle="DialogButtonBox" subtitle="" brief="A button box used in dialogs">
            <function name="accepted" fullname="QtQuick.Controls.DialogButtonBox.accepted" href="qml-qtquick-controls-dialogbuttonbox.html#accepted-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <function name="applied" fullname="QtQuick.Controls.DialogButtonBox.applied" href="qml-qtquick-controls-dialogbuttonbox.html#applied-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlsignal"/>
            <function name="clicked" fullname="QtQuick.Controls.DialogButtonBox.clicked" href="qml-qtquick-controls-dialogbuttonbox.html#clicked-signal" status="active" access="public" documented="true" meta="qmlsignal">
                <parameter type="AbstractButton" name="button" default=""/>
            </function>
            <function name="discarded" fullname="QtQuick.Controls.DialogButtonBox.discarded" href="qml-qtquick-controls-dialogbuttonbox.html#discarded-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlsignal"/>
            <function name="helpRequested" fullname="QtQuick.Controls.DialogButtonBox.helpRequested" href="qml-qtquick-controls-dialogbuttonbox.html#helpRequested-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <function name="rejected" fullname="QtQuick.Controls.DialogButtonBox.rejected" href="qml-qtquick-controls-dialogbuttonbox.html#rejected-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <function name="reset" fullname="QtQuick.Controls.DialogButtonBox.reset" href="qml-qtquick-controls-dialogbuttonbox.html#reset-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlsignal"/>
            <function name="standardButton" fullname="QtQuick.Controls.DialogButtonBox.standardButton" href="qml-qtquick-controls-dialogbuttonbox.html#standardButton-method" status="active" access="public" documented="true" meta="qmlmethod" type="AbstractButton">
                <parameter type="StandardButton" name="button" default=""/>
            </function>
            <qmlproperty name="alignment" fullname="QtQuick.Controls.DialogButtonBox.alignment" href="qml-qtquick-controls-dialogbuttonbox.html#alignment-prop" status="active" access="public" documented="true" type="flags" attached="false" writable="true"/>
            <qmlproperty name="buttonBox" fullname="QtQuick.Controls.DialogButtonBox.buttonBox" href="qml-qtquick-controls-dialogbuttonbox.html#buttonBox-attached-prop" status="active" access="public" documented="true" type="DialogButtonBox" attached="true" writable="false"/>
            <qmlproperty name="buttonLayout" fullname="QtQuick.Controls.DialogButtonBox.buttonLayout" href="qml-qtquick-controls-dialogbuttonbox.html#buttonLayout-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="buttonRole" fullname="QtQuick.Controls.DialogButtonBox.buttonRole" href="qml-qtquick-controls-dialogbuttonbox.html#buttonRole-attached-prop" status="active" access="public" documented="true" type="enumeration" attached="true" writable="true"/>
            <qmlproperty name="delegate" fullname="QtQuick.Controls.DialogButtonBox.delegate" href="qml-qtquick-controls-dialogbuttonbox.html#delegate-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="position" fullname="QtQuick.Controls.DialogButtonBox.position" href="qml-qtquick-controls-dialogbuttonbox.html#position-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="standardButtons" fullname="QtQuick.Controls.DialogButtonBox.standardButtons" href="qml-qtquick-controls-dialogbuttonbox.html#standardButtons-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Drawer" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Popup" fullname="QtQuick.Controls.Drawer" href="qml-qtquick-controls-drawer.html" status="active" access="public" documented="true" groups="qtquickcontrols-navigation,qtquickcontrols-popups" title="Drawer" fulltitle="Drawer" subtitle="" brief="Side panel that can be opened and closed using a swipe gesture">
            <qmlproperty name="dragMargin" fullname="QtQuick.Controls.Drawer.dragMargin" href="qml-qtquick-controls-drawer.html#dragMargin-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="edge" fullname="QtQuick.Controls.Drawer.edge" href="qml-qtquick-controls-drawer.html#edge-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="interactive" fullname="QtQuick.Controls.Drawer.interactive" href="qml-qtquick-controls-drawer.html#interactive-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="position" fullname="QtQuick.Controls.Drawer.position" href="qml-qtquick-controls-drawer.html#position-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <page name="filesystemexplorer" href="qtquickcontrols-filesystemexplorer-example.html" status="active" location="qtquickcontrols-filesystemexplorer.qdoc" documented="true" groups="category Application Examples,qtquickcontrols-examples" subtype="example" title="File System Explorer" fulltitle="File System Explorer" subtitle="" brief="A desktop QML app utilizing customized Qt Quick Controls to display text files from a filesystem">
            <contents name="running-the-example" title="Running the Example" level="1"/>
            <contents name="modern-layout-and-structure" title="Modern layout and structure" level="1"/>
            <contents name="custom-components" title="Custom components" level="1"/>
            <contents name="python-version" title="Python version" level="1"/>
            <page name="filesystemexplorer/Main.qml" href="qtquickcontrols-filesystemexplorer-main-qml.html" status="active" subtype="file" title="" fulltitle="Main.qml Example File" subtitle="filesystemexplorer/Main.qml"/>
            <page name="filesystemexplorer/filesystemmodel.cpp" href="qtquickcontrols-filesystemexplorer-filesystemmodel-cpp.html" status="active" subtype="file" title="" fulltitle="filesystemmodel.cpp Example File" subtitle="filesystemexplorer/filesystemmodel.cpp"/>
            <page name="filesystemexplorer/filesystemmodel.h" href="qtquickcontrols-filesystemexplorer-filesystemmodel-h.html" status="active" subtype="file" title="" fulltitle="filesystemmodel.h Example File" subtitle="filesystemexplorer/filesystemmodel.h"/>
            <page name="filesystemexplorer/linenumbermodel.cpp" href="qtquickcontrols-filesystemexplorer-linenumbermodel-cpp.html" status="active" subtype="file" title="" fulltitle="linenumbermodel.cpp Example File" subtitle="filesystemexplorer/linenumbermodel.cpp"/>
            <page name="filesystemexplorer/linenumbermodel.h" href="qtquickcontrols-filesystemexplorer-linenumbermodel-h.html" status="active" subtype="file" title="" fulltitle="linenumbermodel.h Example File" subtitle="filesystemexplorer/linenumbermodel.h"/>
            <page name="filesystemexplorer/icons/app_icon.svg" href="qtquickcontrols-filesystemexplorer-icons-app-icon-svg.html" status="active" subtype="file" title="" fulltitle="app_icon.svg Example File" subtitle="filesystemexplorer/icons/app_icon.svg"/>
            <page name="filesystemexplorer/icons/folder_closed.svg" href="qtquickcontrols-filesystemexplorer-icons-folder-closed-svg.html" status="active" subtype="file" title="" fulltitle="folder_closed.svg Example File" subtitle="filesystemexplorer/icons/folder_closed.svg"/>
            <page name="filesystemexplorer/icons/folder_open.svg" href="qtquickcontrols-filesystemexplorer-icons-folder-open-svg.html" status="active" subtype="file" title="" fulltitle="folder_open.svg Example File" subtitle="filesystemexplorer/icons/folder_open.svg"/>
            <page name="filesystemexplorer/icons/generic_file.svg" href="qtquickcontrols-filesystemexplorer-icons-generic-file-svg.html" status="active" subtype="file" title="" fulltitle="generic_file.svg Example File" subtitle="filesystemexplorer/icons/generic_file.svg"/>
            <page name="filesystemexplorer/icons/globe.svg" href="qtquickcontrols-filesystemexplorer-icons-globe-svg.html" status="active" subtype="file" title="" fulltitle="globe.svg Example File" subtitle="filesystemexplorer/icons/globe.svg"/>
            <page name="filesystemexplorer/icons/info_sign.svg" href="qtquickcontrols-filesystemexplorer-icons-info-sign-svg.html" status="active" subtype="file" title="" fulltitle="info_sign.svg Example File" subtitle="filesystemexplorer/icons/info_sign.svg"/>
            <page name="filesystemexplorer/icons/light_bulb.svg" href="qtquickcontrols-filesystemexplorer-icons-light-bulb-svg.html" status="active" subtype="file" title="" fulltitle="light_bulb.svg Example File" subtitle="filesystemexplorer/icons/light_bulb.svg"/>
            <page name="filesystemexplorer/icons/qt_logo.svg" href="qtquickcontrols-filesystemexplorer-icons-qt-logo-svg.html" status="active" subtype="file" title="" fulltitle="qt_logo.svg Example File" subtitle="filesystemexplorer/icons/qt_logo.svg"/>
            <page name="filesystemexplorer/icons/read.svg" href="qtquickcontrols-filesystemexplorer-icons-read-svg.html" status="active" subtype="file" title="" fulltitle="read.svg Example File" subtitle="filesystemexplorer/icons/read.svg"/>
            <page name="filesystemexplorer/icons/resize.svg" href="qtquickcontrols-filesystemexplorer-icons-resize-svg.html" status="active" subtype="file" title="" fulltitle="resize.svg Example File" subtitle="filesystemexplorer/icons/resize.svg"/>
            <page name="filesystemexplorer/qml/About.qml" href="qtquickcontrols-filesystemexplorer-qml-about-qml.html" status="active" subtype="file" title="" fulltitle="About.qml Example File" subtitle="filesystemexplorer/qml/About.qml"/>
            <page name="filesystemexplorer/qml/Colors.qml" href="qtquickcontrols-filesystemexplorer-qml-colors-qml.html" status="active" subtype="file" title="" fulltitle="Colors.qml Example File" subtitle="filesystemexplorer/qml/Colors.qml"/>
            <page name="filesystemexplorer/qml/Editor.qml" href="qtquickcontrols-filesystemexplorer-qml-editor-qml.html" status="active" subtype="file" title="" fulltitle="Editor.qml Example File" subtitle="filesystemexplorer/qml/Editor.qml"/>
            <page name="filesystemexplorer/qml/FileSystemView.qml" href="qtquickcontrols-filesystemexplorer-qml-filesystemview-qml.html" status="active" subtype="file" title="" fulltitle="FileSystemView.qml Example File" subtitle="filesystemexplorer/qml/FileSystemView.qml"/>
            <page name="filesystemexplorer/qml/MyMenu.qml" href="qtquickcontrols-filesystemexplorer-qml-mymenu-qml.html" status="active" subtype="file" title="" fulltitle="MyMenu.qml Example File" subtitle="filesystemexplorer/qml/MyMenu.qml"/>
            <page name="filesystemexplorer/qml/MyMenuBar.qml" href="qtquickcontrols-filesystemexplorer-qml-mymenubar-qml.html" status="active" subtype="file" title="" fulltitle="MyMenuBar.qml Example File" subtitle="filesystemexplorer/qml/MyMenuBar.qml"/>
            <page name="filesystemexplorer/qml/ResizeButton.qml" href="qtquickcontrols-filesystemexplorer-qml-resizebutton-qml.html" status="active" subtype="file" title="" fulltitle="ResizeButton.qml Example File" subtitle="filesystemexplorer/qml/ResizeButton.qml"/>
            <page name="filesystemexplorer/qml/Sidebar.qml" href="qtquickcontrols-filesystemexplorer-qml-sidebar-qml.html" status="active" subtype="file" title="" fulltitle="Sidebar.qml Example File" subtitle="filesystemexplorer/qml/Sidebar.qml"/>
            <page name="filesystemexplorer/qml/WindowDragHandler.qml" href="qtquickcontrols-filesystemexplorer-qml-windowdraghandler-qml.html" status="active" subtype="file" title="" fulltitle="WindowDragHandler.qml Example File" subtitle="filesystemexplorer/qml/WindowDragHandler.qml"/>
            <page name="filesystemexplorer/main.cpp" href="qtquickcontrols-filesystemexplorer-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="filesystemexplorer/main.cpp"/>
            <page name="filesystemexplorer/CMakeLists.txt" href="qtquickcontrols-filesystemexplorer-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="filesystemexplorer/CMakeLists.txt"/>
            <page name="filesystemexplorer/filesystemexplorer.pro" href="qtquickcontrols-filesystemexplorer-filesystemexplorer-pro.html" status="active" subtype="file" title="" fulltitle="filesystemexplorer.pro Example File" subtitle="filesystemexplorer/filesystemexplorer.pro"/>
            <page name="filesystemexplorer/qmldir" href="qtquickcontrols-filesystemexplorer-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="filesystemexplorer/qmldir"/>
        </page>
        <page name="qtquickcontrols-fluentwinui3.html" href="qtquickcontrols-fluentwinui3.html" status="active" location="qtquickcontrols-fluentwinui3.qdoc" documented="true" subtype="page" title="FluentWinUI3 Style" fulltitle="FluentWinUI3 Style" subtitle="">
            <target name="detailed-desc-fluentwinui3" title="detailed-desc-FluentWinUI3"/>
            <target name="fluentwinui3-palette"/>
            <contents name="detailed-description" title="Detailed Description" level="1"/>
            <contents name="current-state" title="Current state" level="2"/>
            <contents name="customization" title="Customization" level="2"/>
            <contents name="palette" title="Palette" level="3"/>
        </page>
        <page name="qtquickcontrols-focus.html" href="qtquickcontrols-focus.html" status="active" location="qtquickcontrols-focus.qdoc" documented="true" subtype="page" title="Focus Management in Qt Quick Controls" fulltitle="Focus Management in Qt Quick Controls" subtitle="" brief="Overview of focus handling with Qt Quick Controls">
            <keyword name="focus-management-in-qt-quick-controls-2" title="Focus Management in Qt Quick Controls 2"/>
            <contents name="focus-scope-controls" title="Focus Scope Controls" level="1"/>
        </page>
        <qmlclass name="Frame" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Pane" fullname="QtQuick.Controls.Frame" href="qml-qtquick-controls-frame.html" status="active" access="public" documented="true" groups="qtquickcontrols-containers" title="Frame" fulltitle="Frame" subtitle="" brief="Visual frame for a logical group of controls"/>
        <page name="qtquickcontrols-fusion.html" href="qtquickcontrols-fusion.html" status="active" location="qtquickcontrols-fusion.qdoc" documented="true" subtype="page" title="Fusion Style" fulltitle="Fusion Style" subtitle="">
            <target name="customize-fusion-style"/>
            <contents name="customization" title="Customization" level="2"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <page name="qtquickcontrols-gettingstarted.html" href="qtquickcontrols-gettingstarted.html" status="active" location="qtquickcontrols-gettingstarted.qdoc" documented="true" subtype="page" title="Getting Started with Qt Quick Controls" fulltitle="Getting Started with Qt Quick Controls" subtitle="">
            <keyword name="getting-started-with-qt-quick-controls-2" title="Getting Started with Qt Quick Controls 2"/>
            <contents name="setting-up-controls-from-c" title="Setting Up Controls from C++" level="1"/>
            <contents name="using-c-data-from-qml" title="Using C++ Data From QML" level="2"/>
        </page>
        <qmlclass name="GroupBox" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Frame" fullname="QtQuick.Controls.GroupBox" href="qml-qtquick-controls-groupbox.html" status="active" access="public" documented="true" groups="qtquickcontrols-containers" title="GroupBox" fulltitle="GroupBox" subtitle="" brief="Visual frame and title for a logical group of controls">
            <contents name="checkable-groupbox" title="Checkable GroupBox" level="2"/>
            <qmlproperty name="implicitLabelHeight" fullname="QtQuick.Controls.GroupBox.implicitLabelHeight" href="qml-qtquick-controls-groupbox.html#implicitLabelHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitLabelWidth" fullname="QtQuick.Controls.GroupBox.implicitLabelWidth" href="qml-qtquick-controls-groupbox.html#implicitLabelWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="label" fullname="QtQuick.Controls.GroupBox.label" href="qml-qtquick-controls-groupbox.html#label-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="title" fullname="QtQuick.Controls.GroupBox.title" href="qml-qtquick-controls-groupbox.html#title-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="HorizontalHeaderView" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.HorizontalHeaderView" href="qml-qtquick-controls-horizontalheaderview.html" status="active" access="public" documented="true" groups="qtquickcontrols-containers" title="HorizontalHeaderView" fulltitle="HorizontalHeaderView" subtitle="" brief="Provides a horizontal header view to accompany a TableView">
            <qmlproperty name="model" fullname="QtQuick.Controls.HorizontalHeaderView.model" href="qml-qtquick-controls-horizontalheaderview.html#model-prop" status="active" access="public" documented="true" type="QVariant" attached="false" writable="true"/>
            <qmlproperty name="movableColumns" fullname="QtQuick.Controls.HorizontalHeaderView.movableColumns" href="qml-qtquick-controls-horizontalheaderview.html#movableColumns-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="syncView" fullname="QtQuick.Controls.HorizontalHeaderView.syncView" href="qml-qtquick-controls-horizontalheaderview.html#syncView-prop" status="active" access="public" documented="true" type="TableView" attached="false" writable="true"/>
            <qmlproperty name="textRole" fullname="QtQuick.Controls.HorizontalHeaderView.textRole" href="qml-qtquick-controls-horizontalheaderview.html#textRole-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquickcontrols-icons.html" href="qtquickcontrols-icons.html" status="active" location="qtquickcontrols-icons.qdoc" documented="true" subtype="page" title="Icons in Qt Quick Controls" fulltitle="Icons in Qt Quick Controls" subtitle="">
            <keyword name="icons-in-qt-quick-controls-2" title="Icons in Qt Quick Controls 2"/>
            <contents name="using-icons" title="Using Icons" level="1"/>
            <contents name="icon-themes" title="Icon Themes" level="1"/>
        </page>
        <page name="qtquickcontrols-imagine.html" href="qtquickcontrols-imagine.html" status="active" location="qtquickcontrols-imagine.qdoc" documented="true" subtype="page" title="Imagine Style" fulltitle="Imagine Style" subtitle="">
            <target name="detailed-desc-imagine"/>
            <target name="sup1"/>
            <target name="imagine-customization-configuration-file"/>
            <target name="imagine-customization-environment-variable"/>
            <target name="imagine-path-attached-prop"/>
            <contents name="attached-properties" title="Attached Properties" level="1"/>
            <contents name="detailed-description" title="Detailed Description" level="1"/>
            <contents name="file-names" title="File Names" level="2"/>
            <contents name="element-reference" title="Element Reference" level="2"/>
            <contents name="asset-examples" title="Asset Examples" level="2"/>
            <contents name="9-patch-images" title="9-Patch Images" level="2"/>
            <contents name="stretchable-areas" title="Stretchable Areas" level="3"/>
            <contents name="padding-areas" title="Padding Areas" level="3"/>
            <contents name="inset-areas" title="Inset Areas" level="3"/>
            <contents name="exporting-9-patch-images" title="Exporting 9-Patch Images" level="3"/>
            <contents name="affinity-designer" title="Affinity Designer" level="4"/>
            <contents name="adobe-illustrator" title="Adobe Illustrator" level="4"/>
            <contents name="adobe-photoshop" title="Adobe Photoshop" level="4"/>
            <contents name="inkscape" title="Inkscape" level="4"/>
            <contents name="sketch" title="Sketch" level="4"/>
            <contents name="fixing-9-patch-lines" title="Fixing 9-Patch Lines" level="4"/>
            <contents name="animated-images" title="Animated Images" level="2"/>
            <contents name="customization" title="Customization" level="2"/>
            <contents name="path" title="Path" level="3"/>
            <contents name="configuration-file" title="Configuration File" level="4"/>
            <contents name="environment-variables" title="Environment Variables" level="4"/>
            <contents name="palette" title="Palette" level="3"/>
            <contents name="font" title="Font" level="3"/>
            <contents name="dependency" title="Dependency" level="2"/>
            <contents name="attached-property-documentation" title="Attached Property Documentation" level="1"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <page name="qtquickcontrols-indicators.html" href="qtquickcontrols-indicators.html" status="active" location="qtquickcontrols-indicators.qdoc" documented="true" groups="qtquickcontrols-guidelines" subtype="page" title="Indicator Controls" fulltitle="Indicator Controls" subtitle="" brief="Guidelines for indicator controls">
            <contents name="busyindicator-control" title="BusyIndicator Control" level="1"/>
            <contents name="pageindicator-control" title="PageIndicator Control" level="1"/>
            <contents name="progressbar-control" title="ProgressBar Control" level="1"/>
            <contents name="scrollbar-control" title="ScrollBar Control" level="1"/>
            <contents name="scrollindicator-control" title="ScrollIndicator Control" level="1"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <page name="qtquickcontrols-input.html" href="qtquickcontrols-input.html" status="active" location="qtquickcontrols-input.qdoc" documented="true" groups="qtquickcontrols-guidelines" subtype="page" title="Input Controls" fulltitle="Input Controls" subtitle="" brief="Guidelines for input controls">
            <contents name="combobox-control" title="ComboBox Control" level="1"/>
            <contents name="dial-control" title="Dial Control" level="1"/>
            <contents name="textarea-control" title="TextArea Control" level="1"/>
            <contents name="textfield-control" title="TextField Control" level="1"/>
            <contents name="slider-control" title="Slider Control" level="1"/>
            <contents name="rangeslider-control" title="RangeSlider Control" level="1"/>
            <contents name="tumbler-control" title="Tumbler Control" level="1"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <qmlclass name="ItemDelegate" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::AbstractButton" fullname="QtQuick.Controls.ItemDelegate" href="qml-qtquick-controls-itemdelegate.html" status="active" access="public" documented="true" groups="qtquickcontrols-delegates" title="ItemDelegate" fulltitle="ItemDelegate" subtitle="" brief="Basic item delegate that can be used in various views and controls">
            <qmlproperty name="highlighted" fullname="QtQuick.Controls.ItemDelegate.highlighted" href="qml-qtquick-controls-itemdelegate.html#highlighted-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Label" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.Label" href="qml-qtquick-controls-label.html" status="active" access="public" documented="true" groups="text" title="Label" fulltitle="Label" subtitle="" brief="Styled text label with inherited font">
            <qmlproperty name="background" fullname="QtQuick.Controls.Label.background" href="qml-qtquick-controls-label.html#background-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="bottomInset" fullname="QtQuick.Controls.Label.bottomInset" href="qml-qtquick-controls-label.html#bottomInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="implicitBackgroundHeight" fullname="QtQuick.Controls.Label.implicitBackgroundHeight" href="qml-qtquick-controls-label.html#implicitBackgroundHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitBackgroundWidth" fullname="QtQuick.Controls.Label.implicitBackgroundWidth" href="qml-qtquick-controls-label.html#implicitBackgroundWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="leftInset" fullname="QtQuick.Controls.Label.leftInset" href="qml-qtquick-controls-label.html#leftInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="rightInset" fullname="QtQuick.Controls.Label.rightInset" href="qml-qtquick-controls-label.html#rightInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="topInset" fullname="QtQuick.Controls.Label.topInset" href="qml-qtquick-controls-label.html#topInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquickcontrols-material.html" href="qtquickcontrols-material.html" status="active" location="qtquickcontrols-material.qdoc" documented="true" subtype="page" title="Material Style" fulltitle="Material Style" subtitle="">
            <target name="detailed-desc-material"/>
            <target name="material-control-specific-notes-textarea"/>
            <target name="material-accent-attached-prop"/>
            <target name="material-background-attached-prop"/>
            <target name="material-elevation-attached-prop"/>
            <target name="material-foreground-attached-prop"/>
            <target name="material-primary-attached-prop"/>
            <target name="material-theme-attached-prop"/>
            <target name="material-roundedscale-attached-prop" title="material-roundedScale-attached-prop"/>
            <target name="material-containerstyle-attached-prop" title="material-containerStyle-attached-prop"/>
            <target name="material-color-attached-method"/>
            <contents name="attached-properties" title="Attached Properties" level="1"/>
            <contents name="attached-methods" title="Attached Methods" level="1"/>
            <contents name="detailed-description" title="Detailed Description" level="1"/>
            <contents name="customization" title="Customization" level="2"/>
            <contents name="configuration-file" title="Configuration File" level="3"/>
            <contents name="environment-variables" title="Environment Variables" level="3"/>
            <contents name="dependency" title="Dependency" level="2"/>
            <contents name="pre-defined-material-colors" title="Pre-defined Material Colors" level="2"/>
            <contents name="pre-defined-shades" title="Pre-defined Shades" level="2"/>
            <contents name="variants" title="Variants" level="2"/>
            <contents name="control-specific-notes" title="Control-Specific Notes" level="2"/>
            <contents name="textarea" title="TextArea" level="3"/>
            <contents name="textfield" title="TextField" level="3"/>
            <contents name="attached-property-documentation" title="Attached Property Documentation" level="1"/>
            <contents name="attached-method-documentation" title="Attached Method Documentation" level="1"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <page name="https://m3.material.io/styles/shape/overview" href="https://m3.material.io/styles/shape/overview" status="active" location="external-pages.qdoc" documented="true" subtype="externalpage" title="Material Style: Shape" fulltitle="Material Style: Shape" subtitle=""/>
        <page name="https://m3.material.io/components/text-fields/guidelines#2c4fc9be-b266-4975-bdef-968ead47736e" href="https://m3.material.io/components/text-fields/guidelines#2c4fc9be-b266-4975-bdef-968ead47736e" status="active" location="external-pages.qdoc" documented="true" subtype="externalpage" title="Material Style: Text Field Containers" fulltitle="Material Style: Text Field Containers" subtitle=""/>
        <qmlclass name="Menu" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Popup" fullname="QtQuick.Controls.Menu" href="qml-qtquick-controls-menu.html" status="active" access="public" documented="true" groups="qtquickcontrols-menus,qtquickcontrols-popups" title="Menu" fulltitle="Menu" subtitle="" brief="Popup that can be used as a context menu or popup menu">
            <contents name="margins" title="Margins" level="1"/>
            <contents name="dynamically-generating-menu-items" title="Dynamically Generating Menu Items" level="1"/>
            <contents name="using-instantiator" title="Using Instantiator" level="2"/>
            <contents name="using-dynamic-object-creation" title="Using Dynamic Object Creation" level="2"/>
            <contents name="menu-types" title="Menu types" level="1"/>
            <contents name="limitations-when-using-native-menus" title="Limitations when using native menus" level="2"/>
            <contents name="api-differences" title="API differences" level="3"/>
            <contents name="rendering-differences" title="Rendering differences" level="3"/>
            <contents name="supported-platforms" title="Supported platforms" level="3"/>
            <function name="actionAt" fullname="QtQuick.Controls.Menu.actionAt" href="qml-qtquick-controls-menu.html#actionAt-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="Action">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="addAction" fullname="QtQuick.Controls.Menu.addAction" href="qml-qtquick-controls-menu.html#addAction-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void">
                <parameter type="Action" name="action" default=""/>
            </function>
            <function name="addItem" fullname="QtQuick.Controls.Menu.addItem" href="qml-qtquick-controls-menu.html#addItem-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="Item" name="item" default=""/>
            </function>
            <function name="addMenu" fullname="QtQuick.Controls.Menu.addMenu" href="qml-qtquick-controls-menu.html#addMenu-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void">
                <parameter type="Menu" name="menu" default=""/>
            </function>
            <function name="dismiss" fullname="QtQuick.Controls.Menu.dismiss" href="qml-qtquick-controls-menu.html#dismiss-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void"/>
            <function name="insertAction" fullname="QtQuick.Controls.Menu.insertAction" href="qml-qtquick-controls-menu.html#insertAction-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void">
                <parameter type="int" name="index" default=""/>
                <parameter type="Action" name="action" default=""/>
            </function>
            <function name="insertItem" fullname="QtQuick.Controls.Menu.insertItem" href="qml-qtquick-controls-menu.html#insertItem-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="int" name="index" default=""/>
                <parameter type="Item" name="item" default=""/>
            </function>
            <function name="insertMenu" fullname="QtQuick.Controls.Menu.insertMenu" href="qml-qtquick-controls-menu.html#insertMenu-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void">
                <parameter type="int" name="index" default=""/>
                <parameter type="Menu" name="menu" default=""/>
            </function>
            <function name="itemAt" fullname="QtQuick.Controls.Menu.itemAt" href="qml-qtquick-controls-menu.html#itemAt-method" status="active" access="public" documented="true" meta="qmlmethod" type="Item">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="menuAt" fullname="QtQuick.Controls.Menu.menuAt" href="qml-qtquick-controls-menu.html#menuAt-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="Menu">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="moveItem" fullname="QtQuick.Controls.Menu.moveItem" href="qml-qtquick-controls-menu.html#moveItem-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="int" name="from" default=""/>
                <parameter type="int" name="to" default=""/>
            </function>
            <function name="popup" fullname="QtQuick.Controls.Menu.popup" href="qml-qtquick-controls-menu.html#popup-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void">
                <parameter type="MenuItem" name="item" default="null"/>
            </function>
            <function name="popup" fullname="QtQuick.Controls.Menu.popup" href="qml-qtquick-controls-menu.html#popup-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void">
                <parameter type="Item" name="parent" default=""/>
                <parameter type="MenuItem" name="item" default="null"/>
            </function>
            <function name="popup" fullname="QtQuick.Controls.Menu.popup" href="qml-qtquick-controls-menu.html#popup-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void">
                <parameter type="point" name="pos" default=""/>
                <parameter type="MenuItem" name="item" default="null"/>
            </function>
            <function name="popup" fullname="QtQuick.Controls.Menu.popup" href="qml-qtquick-controls-menu.html#popup-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void">
                <parameter type="Item" name="parent" default=""/>
                <parameter type="point" name="pos" default=""/>
                <parameter type="MenuItem" name="item" default="null"/>
            </function>
            <function name="popup" fullname="QtQuick.Controls.Menu.popup" href="qml-qtquick-controls-menu.html#popup-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void">
                <parameter type="real" name="x" default=""/>
                <parameter type="real" name="y" default=""/>
                <parameter type="MenuItem" name="item" default="null"/>
            </function>
            <function name="popup" fullname="QtQuick.Controls.Menu.popup" href="qml-qtquick-controls-menu.html#popup-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void">
                <parameter type="Item" name="parent" default=""/>
                <parameter type="real" name="x" default=""/>
                <parameter type="real" name="y" default=""/>
                <parameter type="MenuItem" name="item" default="null"/>
            </function>
            <function name="removeAction" fullname="QtQuick.Controls.Menu.removeAction" href="qml-qtquick-controls-menu.html#removeAction-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void">
                <parameter type="Action" name="action" default=""/>
            </function>
            <function name="removeItem" fullname="QtQuick.Controls.Menu.removeItem" href="qml-qtquick-controls-menu.html#removeItem-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void">
                <parameter type="Item" name="item" default=""/>
            </function>
            <function name="removeMenu" fullname="QtQuick.Controls.Menu.removeMenu" href="qml-qtquick-controls-menu.html#removeMenu-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="void">
                <parameter type="Menu" name="menu" default=""/>
            </function>
            <function name="takeAction" fullname="QtQuick.Controls.Menu.takeAction" href="qml-qtquick-controls-menu.html#takeAction-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="Action">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="takeItem" fullname="QtQuick.Controls.Menu.takeItem" href="qml-qtquick-controls-menu.html#takeItem-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="MenuItem">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="takeMenu" fullname="QtQuick.Controls.Menu.takeMenu" href="qml-qtquick-controls-menu.html#takeMenu-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.3 (Qt 5.10)" meta="qmlmethod" type="Menu">
                <parameter type="int" name="index" default=""/>
            </function>
            <qmlproperty name="cascade" fullname="QtQuick.Controls.Menu.cascade" href="qml-qtquick-controls-menu.html#cascade-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="contentData" fullname="QtQuick.Controls.Menu.contentData" href="qml-qtquick-controls-menu.html#contentData-prop" status="active" access="public" documented="true" type="list&lt;QtObject&gt;" attached="false" writable="true"/>
            <qmlproperty name="contentModel" fullname="QtQuick.Controls.Menu.contentModel" href="qml-qtquick-controls-menu.html#contentModel-prop" status="active" access="public" documented="true" type="model" attached="false" writable="false"/>
            <qmlproperty name="count" fullname="QtQuick.Controls.Menu.count" href="qml-qtquick-controls-menu.html#count-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="int" attached="false" writable="false"/>
            <qmlproperty name="currentIndex" fullname="QtQuick.Controls.Menu.currentIndex" href="qml-qtquick-controls-menu.html#currentIndex-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="delegate" fullname="QtQuick.Controls.Menu.delegate" href="qml-qtquick-controls-menu.html#delegate-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="focus" fullname="QtQuick.Controls.Menu.focus" href="qml-qtquick-controls-menu.html#focus-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="icon.cache" fullname="QtQuick.Controls.Menu.icon.cache" href="qml-qtquick-controls-menu.html#icon.cache-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="icon.color" fullname="QtQuick.Controls.Menu.icon.color" href="qml-qtquick-controls-menu.html#icon.color-prop" status="active" access="public" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="icon.height" fullname="QtQuick.Controls.Menu.icon.height" href="qml-qtquick-controls-menu.html#icon.height-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="icon.name" fullname="QtQuick.Controls.Menu.icon.name" href="qml-qtquick-controls-menu.html#icon.name-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="icon.source" fullname="QtQuick.Controls.Menu.icon.source" href="qml-qtquick-controls-menu.html#icon.source-prop" status="active" access="public" documented="true" type="url" attached="false" writable="true"/>
            <qmlproperty name="icon.width" fullname="QtQuick.Controls.Menu.icon.width" href="qml-qtquick-controls-menu.html#icon.width-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="overlap" fullname="QtQuick.Controls.Menu.overlap" href="qml-qtquick-controls-menu.html#overlap-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="title" fullname="QtQuick.Controls.Menu.title" href="qml-qtquick-controls-menu.html#title-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="icon" fullname="QtQuick.Controls.Menu.icon" href="qml-qtquick-controls-menu.html#icon-prop" status="active" access="public" documented="true"/>
        </qmlclass>
        <page name="qtquickcontrols-menus.html" href="qtquickcontrols-menus.html" status="active" location="qtquickcontrols-menus.qdoc" documented="true" groups="qtquickcontrols-guidelines" subtype="page" title="Menu Controls" fulltitle="Menu Controls" subtitle="" brief="Guidelines for menu controls">
            <contents name="menu-control" title="Menu Control" level="1"/>
            <contents name="menubar-control" title="MenuBar Control" level="1"/>
        </page>
        <qmlclass name="MenuBar" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Container" fullname="QtQuick.Controls.MenuBar" href="qml-qtquick-controls-menubar.html" status="active" access="public" documented="true" groups="qtquickcontrols-focusscopes,qtquickcontrols-menus" title="MenuBar" fulltitle="MenuBar" subtitle="" brief="Provides a window menu bar">
            <contents name="native-menu-bars" title="Native menu bars" level="1"/>
            <function name="addMenu" fullname="QtQuick.Controls.MenuBar.addMenu" href="qml-qtquick-controls-menubar.html#addMenu-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="Menu" name="menu" default=""/>
            </function>
            <function name="insertMenu" fullname="QtQuick.Controls.MenuBar.insertMenu" href="qml-qtquick-controls-menubar.html#insertMenu-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="int" name="index" default=""/>
                <parameter type="Menu" name="menu" default=""/>
            </function>
            <function name="menuAt" fullname="QtQuick.Controls.MenuBar.menuAt" href="qml-qtquick-controls-menubar.html#menuAt-method" status="active" access="public" documented="true" meta="qmlmethod" type="Menu">
                <parameter type="int" name="index" default=""/>
            </function>
            <function name="removeMenu" fullname="QtQuick.Controls.MenuBar.removeMenu" href="qml-qtquick-controls-menubar.html#removeMenu-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="Menu" name="menu" default=""/>
            </function>
            <function name="takeMenu" fullname="QtQuick.Controls.MenuBar.takeMenu" href="qml-qtquick-controls-menubar.html#takeMenu-method" status="active" access="public" documented="true" meta="qmlmethod" type="Menu">
                <parameter type="int" name="index" default=""/>
            </function>
            <qmlproperty name="contentHeight" fullname="QtQuick.Controls.MenuBar.contentHeight" href="qml-qtquick-controls-menubar.html#contentHeight-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="contentWidth" fullname="QtQuick.Controls.MenuBar.contentWidth" href="qml-qtquick-controls-menubar.html#contentWidth-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="delegate" fullname="QtQuick.Controls.MenuBar.delegate" href="qml-qtquick-controls-menubar.html#delegate-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="menus" fullname="QtQuick.Controls.MenuBar.menus" href="qml-qtquick-controls-menubar.html#menus-prop" status="active" access="public" documented="true" type="list&lt;Menu&gt;" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="MenuBarItem" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::AbstractButton" fullname="QtQuick.Controls.MenuBarItem" href="qml-qtquick-controls-menubaritem.html" status="active" access="public" documented="true" groups="qtquickcontrols-menus" title="MenuBarItem" fulltitle="MenuBarItem" subtitle="" brief="Presents a drop-down menu within a MenuBar">
            <function name="triggered" fullname="QtQuick.Controls.MenuBarItem.triggered" href="qml-qtquick-controls-menubaritem.html#triggered-signal" status="active" access="public" documented="true" meta="qmlsignal" type="void"/>
            <qmlproperty name="highlighted" fullname="QtQuick.Controls.MenuBarItem.highlighted" href="qml-qtquick-controls-menubaritem.html#highlighted-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="menu" fullname="QtQuick.Controls.MenuBarItem.menu" href="qml-qtquick-controls-menubaritem.html#menu-prop" status="active" access="public" documented="true" type="Menu" attached="false" writable="true"/>
            <qmlproperty name="menuBar" fullname="QtQuick.Controls.MenuBarItem.menuBar" href="qml-qtquick-controls-menubaritem.html#menuBar-prop" status="active" access="public" documented="true" type="Menu" attached="false" writable="false"/>
        </qmlclass>
        <qmlclass name="MenuItem" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::AbstractButton" fullname="QtQuick.Controls.MenuItem" href="qml-qtquick-controls-menuitem.html" status="active" access="public" documented="true" groups="qtquickcontrols-menus" title="MenuItem" fulltitle="MenuItem" subtitle="" brief="Presents an item within a Menu">
            <function name="triggered" fullname="QtQuick.Controls.MenuItem.triggered" href="qml-qtquick-controls-menuitem.html#triggered-signal" status="active" access="public" documented="true" meta="qmlsignal" type="void"/>
            <qmlproperty name="arrow" fullname="QtQuick.Controls.MenuItem.arrow" href="qml-qtquick-controls-menuitem.html#arrow-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="highlighted" fullname="QtQuick.Controls.MenuItem.highlighted" href="qml-qtquick-controls-menuitem.html#highlighted-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="implicitTextPadding" fullname="QtQuick.Controls.MenuItem.implicitTextPadding" href="qml-qtquick-controls-menuitem.html#implicitTextPadding-prop" status="active" access="public" since="6.8" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="menu" fullname="QtQuick.Controls.MenuItem.menu" href="qml-qtquick-controls-menuitem.html#menu-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="Menu" attached="false" writable="false"/>
            <qmlproperty name="subMenu" fullname="QtQuick.Controls.MenuItem.subMenu" href="qml-qtquick-controls-menuitem.html#subMenu-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="Menu" attached="false" writable="false"/>
            <qmlproperty name="textPadding" fullname="QtQuick.Controls.MenuItem.textPadding" href="qml-qtquick-controls-menuitem.html#textPadding-prop" status="active" access="public" since="6.8" documented="true" type="real" attached="false" writable="false"/>
        </qmlclass>
        <qmlclass name="MenuSeparator" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.MenuSeparator" href="qml-qtquick-controls-menuseparator.html" status="active" access="public" documented="true" groups="qtquickcontrols-separators" title="MenuSeparator" fulltitle="MenuSeparator" subtitle="" brief="Separates a group of items in a menu from adjacent items"/>
        <qmlclass name="MonthGrid" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.MonthGrid" href="qml-qtquick-controls-monthgrid.html" status="active" access="public" documented="true" title="MonthGrid" fulltitle="MonthGrid" subtitle="" brief="A grid of days for a calendar month">
            <contents name="localizing-days" title="Localizing days" level="1"/>
            <function name="clicked" fullname="QtQuick.Controls.MonthGrid.clicked" href="qml-qtquick-controls-monthgrid.html#clicked-signal" status="active" access="public" documented="true" meta="qmlsignal">
                <parameter type="date" name="date" default=""/>
            </function>
            <function name="pressAndHold" fullname="QtQuick.Controls.MonthGrid.pressAndHold" href="qml-qtquick-controls-monthgrid.html#pressAndHold-signal" status="active" access="public" documented="true" meta="qmlsignal">
                <parameter type="date" name="date" default=""/>
            </function>
            <function name="pressed" fullname="QtQuick.Controls.MonthGrid.pressed" href="qml-qtquick-controls-monthgrid.html#pressed-signal" status="active" access="public" documented="true" meta="qmlsignal">
                <parameter type="date" name="date" default=""/>
            </function>
            <function name="released" fullname="QtQuick.Controls.MonthGrid.released" href="qml-qtquick-controls-monthgrid.html#released-signal" status="active" access="public" documented="true" meta="qmlsignal">
                <parameter type="date" name="date" default=""/>
            </function>
            <qmlproperty name="delegate" fullname="QtQuick.Controls.MonthGrid.delegate" href="qml-qtquick-controls-monthgrid.html#delegate-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="month" fullname="QtQuick.Controls.MonthGrid.month" href="qml-qtquick-controls-monthgrid.html#month-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="title" fullname="QtQuick.Controls.MonthGrid.title" href="qml-qtquick-controls-monthgrid.html#title-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="year" fullname="QtQuick.Controls.MonthGrid.year" href="qml-qtquick-controls-monthgrid.html#year-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquickcontrols-navigation.html" href="qtquickcontrols-navigation.html" status="active" location="qtquickcontrols-navigation.qdoc" documented="true" groups="qtquickcontrols-guidelines" subtype="page" title="Navigation Controls" fulltitle="Navigation Controls" subtitle="" brief="Guidelines for navigation controls">
            <contents name="stackview-control" title="StackView Control" level="1"/>
            <contents name="swipeview-control" title="SwipeView Control" level="1"/>
            <contents name="tabbar-control" title="TabBar Control" level="1"/>
            <contents name="tabbutton-control" title="TabButton Control" level="1"/>
        </page>
        <qmlclass name="Overlay" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.Overlay" href="qml-qtquick-controls-overlay.html" status="active" access="public" documented="true" title="Overlay" fulltitle="Overlay" subtitle="" brief="A window overlay for popups">
            <function name="pressed" fullname="QtQuick.Controls.Overlay.pressed" href="qml-qtquick-controls-overlay.html#pressed-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <function name="released" fullname="QtQuick.Controls.Overlay.released" href="qml-qtquick-controls-overlay.html#released-signal" status="active" access="public" documented="true" meta="qmlsignal"/>
            <qmlproperty name="modal" fullname="QtQuick.Controls.Overlay.modal" href="qml-qtquick-controls-overlay.html#modal-attached-prop" status="active" access="public" documented="true" type="Component" attached="true" writable="true"/>
            <qmlproperty name="modeless" fullname="QtQuick.Controls.Overlay.modeless" href="qml-qtquick-controls-overlay.html#modeless-attached-prop" status="active" access="public" documented="true" type="Component" attached="true" writable="true"/>
            <qmlproperty name="overlay" fullname="QtQuick.Controls.Overlay.overlay" href="qml-qtquick-controls-overlay.html#overlay-attached-prop" status="active" access="public" documented="true" type="Overlay" attached="true" writable="false"/>
        </qmlclass>
        <qmlclass name="Page" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Pane" fullname="QtQuick.Controls.Page" href="qml-qtquick-controls-page.html" status="active" access="public" documented="true" groups="qtquickcontrols-containers,qtquickcontrols-focusscopes" title="Page" fulltitle="Page" subtitle="" brief="Styled page control with support for a header and footer">
            <qmlproperty name="footer" fullname="QtQuick.Controls.Page.footer" href="qml-qtquick-controls-page.html#footer-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="header" fullname="QtQuick.Controls.Page.header" href="qml-qtquick-controls-page.html#header-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="implicitFooterHeight" fullname="QtQuick.Controls.Page.implicitFooterHeight" href="qml-qtquick-controls-page.html#implicitFooterHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitFooterWidth" fullname="QtQuick.Controls.Page.implicitFooterWidth" href="qml-qtquick-controls-page.html#implicitFooterWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitHeaderHeight" fullname="QtQuick.Controls.Page.implicitHeaderHeight" href="qml-qtquick-controls-page.html#implicitHeaderHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitHeaderWidth" fullname="QtQuick.Controls.Page.implicitHeaderWidth" href="qml-qtquick-controls-page.html#implicitHeaderWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="title" fullname="QtQuick.Controls.Page.title" href="qml-qtquick-controls-page.html#title-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="PageIndicator" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.PageIndicator" href="qml-qtquick-controls-pageindicator.html" status="active" access="public" documented="true" groups="qtquickcontrols-indicators" title="PageIndicator" fulltitle="PageIndicator" subtitle="" brief="Indicates the currently active page">
            <qmlproperty name="count" fullname="QtQuick.Controls.PageIndicator.count" href="qml-qtquick-controls-pageindicator.html#count-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="currentIndex" fullname="QtQuick.Controls.PageIndicator.currentIndex" href="qml-qtquick-controls-pageindicator.html#currentIndex-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="delegate" fullname="QtQuick.Controls.PageIndicator.delegate" href="qml-qtquick-controls-pageindicator.html#delegate-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="interactive" fullname="QtQuick.Controls.PageIndicator.interactive" href="qml-qtquick-controls-pageindicator.html#interactive-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Pane" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.Pane" href="qml-qtquick-controls-pane.html" status="active" access="public" documented="true" groups="qtquickcontrols-containers,qtquickcontrols-focusscopes" title="Pane" fulltitle="Pane" subtitle="" brief="Provides a background matching with the application style and theme">
            <contents name="content-sizing" title="Content Sizing" level="1"/>
            <qmlproperty name="contentChildren" fullname="QtQuick.Controls.Pane.contentChildren" href="qml-qtquick-controls-pane.html#contentChildren-prop" status="active" access="public" documented="true" type="list&lt;Item&gt;" attached="false" writable="true"/>
            <qmlproperty name="contentData" fullname="QtQuick.Controls.Pane.contentData" href="qml-qtquick-controls-pane.html#contentData-prop" status="active" access="public" documented="true" type="list&lt;QtObject&gt;" attached="false" writable="true"/>
            <qmlproperty name="contentHeight" fullname="QtQuick.Controls.Pane.contentHeight" href="qml-qtquick-controls-pane.html#contentHeight-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="contentWidth" fullname="QtQuick.Controls.Pane.contentWidth" href="qml-qtquick-controls-pane.html#contentWidth-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Popup" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.Popup" href="qml-qtquick-controls-popup.html" status="active" access="public" documented="true" groups="qtquickcontrols-focusscopes,qtquickcontrols-popups" title="Popup" fulltitle="Popup" subtitle="" brief="Base type of popup-like user interface controls">
            <contents name="popup-layout" title="Popup Layout" level="1"/>
            <contents name="popup-type" title="Popup type" level="1"/>
            <contents name="showing-a-popup-as-an-item" title="Showing a popup as an item" level="2"/>
            <contents name="showing-a-popup-as-a-separate-window" title="Showing a popup as a separate window" level="2"/>
            <contents name="showing-a-native-popup" title="Showing a native popup" level="2"/>
            <contents name="popup-sizing" title="Popup Sizing" level="1"/>
            <contents name="popup-positioning" title="Popup Positioning" level="1"/>
            <contents name="showing-non-child-items-in-front-of-popup" title="Showing Non-Child Items in Front of Popup" level="1"/>
            <contents name="popup-transitions" title="Popup Transitions" level="1"/>
            <contents name="back-escape-event-handling" title="Back/Escape Event Handling" level="1"/>
            <contents name="property-propagation" title="Property Propagation" level="1"/>
            <contents name="polish-behavior-of-closed-popups" title="Polish Behavior of Closed Popups" level="1"/>
            <function name="aboutToHide" fullname="QtQuick.Controls.Popup.aboutToHide" href="qml-qtquick-controls-popup.html#aboutToHide-signal" status="active" access="public" documented="true" meta="qmlsignal" type="void"/>
            <function name="aboutToShow" fullname="QtQuick.Controls.Popup.aboutToShow" href="qml-qtquick-controls-popup.html#aboutToShow-signal" status="active" access="public" documented="true" meta="qmlsignal" type="void"/>
            <function name="close" fullname="QtQuick.Controls.Popup.close" href="qml-qtquick-controls-popup.html#close-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="closed" fullname="QtQuick.Controls.Popup.closed" href="qml-qtquick-controls-popup.html#closed-signal" status="active" access="public" documented="true" meta="qmlsignal" type="void"/>
            <function name="forceActiveFocus" fullname="QtQuick.Controls.Popup.forceActiveFocus" href="qml-qtquick-controls-popup.html#forceActiveFocus-method" status="active" access="public" documented="true" meta="qmlmethod">
                <parameter type="enumeration" name="reason" default="Qt.OtherFocusReason"/>
            </function>
            <function name="open" fullname="QtQuick.Controls.Popup.open" href="qml-qtquick-controls-popup.html#open-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="opened" fullname="QtQuick.Controls.Popup.opened" href="qml-qtquick-controls-popup.html#opened-signal" status="active" access="public" documented="true" meta="qmlsignal" type="void"/>
            <qmlproperty name="activeFocus" fullname="QtQuick.Controls.Popup.activeFocus" href="qml-qtquick-controls-popup.html#activeFocus-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="anchors.centerIn" fullname="QtQuick.Controls.Popup.anchors.centerIn" href="qml-qtquick-controls-popup.html#anchors.centerIn-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="availableHeight" fullname="QtQuick.Controls.Popup.availableHeight" href="qml-qtquick-controls-popup.html#availableHeight-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="availableWidth" fullname="QtQuick.Controls.Popup.availableWidth" href="qml-qtquick-controls-popup.html#availableWidth-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="background" fullname="QtQuick.Controls.Popup.background" href="qml-qtquick-controls-popup.html#background-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="bottomInset" fullname="QtQuick.Controls.Popup.bottomInset" href="qml-qtquick-controls-popup.html#bottomInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="bottomMargin" fullname="QtQuick.Controls.Popup.bottomMargin" href="qml-qtquick-controls-popup.html#bottomMargin-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="bottomPadding" fullname="QtQuick.Controls.Popup.bottomPadding" href="qml-qtquick-controls-popup.html#bottomPadding-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="clip" fullname="QtQuick.Controls.Popup.clip" href="qml-qtquick-controls-popup.html#clip-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="closePolicy" fullname="QtQuick.Controls.Popup.closePolicy" href="qml-qtquick-controls-popup.html#closePolicy-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="contentChildren" fullname="QtQuick.Controls.Popup.contentChildren" href="qml-qtquick-controls-popup.html#contentChildren-prop" status="active" access="public" documented="true" type="list&lt;Item&gt;" attached="false" writable="true"/>
            <qmlproperty name="contentData" fullname="QtQuick.Controls.Popup.contentData" href="qml-qtquick-controls-popup.html#contentData-prop" status="active" access="public" documented="true" type="list&lt;QtObject&gt;" attached="false" writable="true"/>
            <qmlproperty name="contentHeight" fullname="QtQuick.Controls.Popup.contentHeight" href="qml-qtquick-controls-popup.html#contentHeight-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="contentItem" fullname="QtQuick.Controls.Popup.contentItem" href="qml-qtquick-controls-popup.html#contentItem-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="contentWidth" fullname="QtQuick.Controls.Popup.contentWidth" href="qml-qtquick-controls-popup.html#contentWidth-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="dim" fullname="QtQuick.Controls.Popup.dim" href="qml-qtquick-controls-popup.html#dim-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="enabled" fullname="QtQuick.Controls.Popup.enabled" href="qml-qtquick-controls-popup.html#enabled-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="enter" fullname="QtQuick.Controls.Popup.enter" href="qml-qtquick-controls-popup.html#enter-prop" status="active" access="public" documented="true" type="Transition" attached="false" writable="true"/>
            <qmlproperty name="exit" fullname="QtQuick.Controls.Popup.exit" href="qml-qtquick-controls-popup.html#exit-prop" status="active" access="public" documented="true" type="Transition" attached="false" writable="true"/>
            <qmlproperty name="focus" fullname="QtQuick.Controls.Popup.focus" href="qml-qtquick-controls-popup.html#focus-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="font" fullname="QtQuick.Controls.Popup.font" href="qml-qtquick-controls-popup.html#font-prop" status="active" access="public" documented="true" type="font" attached="false" writable="true"/>
            <qmlproperty name="height" fullname="QtQuick.Controls.Popup.height" href="qml-qtquick-controls-popup.html#height-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="horizontalPadding" fullname="QtQuick.Controls.Popup.horizontalPadding" href="qml-qtquick-controls-popup.html#horizontalPadding-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="implicitBackgroundHeight" fullname="QtQuick.Controls.Popup.implicitBackgroundHeight" href="qml-qtquick-controls-popup.html#implicitBackgroundHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitBackgroundWidth" fullname="QtQuick.Controls.Popup.implicitBackgroundWidth" href="qml-qtquick-controls-popup.html#implicitBackgroundWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitContentHeight" fullname="QtQuick.Controls.Popup.implicitContentHeight" href="qml-qtquick-controls-popup.html#implicitContentHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitContentWidth" fullname="QtQuick.Controls.Popup.implicitContentWidth" href="qml-qtquick-controls-popup.html#implicitContentWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitHeight" fullname="QtQuick.Controls.Popup.implicitHeight" href="qml-qtquick-controls-popup.html#implicitHeight-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="implicitWidth" fullname="QtQuick.Controls.Popup.implicitWidth" href="qml-qtquick-controls-popup.html#implicitWidth-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="leftInset" fullname="QtQuick.Controls.Popup.leftInset" href="qml-qtquick-controls-popup.html#leftInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="leftMargin" fullname="QtQuick.Controls.Popup.leftMargin" href="qml-qtquick-controls-popup.html#leftMargin-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="leftPadding" fullname="QtQuick.Controls.Popup.leftPadding" href="qml-qtquick-controls-popup.html#leftPadding-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="locale" fullname="QtQuick.Controls.Popup.locale" href="qml-qtquick-controls-popup.html#locale-prop" status="active" access="public" documented="true" type="Locale" attached="false" writable="true"/>
            <qmlproperty name="margins" fullname="QtQuick.Controls.Popup.margins" href="qml-qtquick-controls-popup.html#margins-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="mirrored" fullname="QtQuick.Controls.Popup.mirrored" href="qml-qtquick-controls-popup.html#mirrored-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="modal" fullname="QtQuick.Controls.Popup.modal" href="qml-qtquick-controls-popup.html#modal-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="opacity" fullname="QtQuick.Controls.Popup.opacity" href="qml-qtquick-controls-popup.html#opacity-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="opened" fullname="QtQuick.Controls.Popup.opened" href="qml-qtquick-controls-popup.html#opened-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="padding" fullname="QtQuick.Controls.Popup.padding" href="qml-qtquick-controls-popup.html#padding-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="palette" fullname="QtQuick.Controls.Popup.palette" href="qml-qtquick-controls-popup.html#palette-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="palette" attached="false" writable="true"/>
            <qmlproperty name="parent" fullname="QtQuick.Controls.Popup.parent" href="qml-qtquick-controls-popup.html#parent-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="popupType" fullname="QtQuick.Controls.Popup.popupType" href="qml-qtquick-controls-popup.html#popupType-prop" status="active" access="public" since="6.8" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="rightInset" fullname="QtQuick.Controls.Popup.rightInset" href="qml-qtquick-controls-popup.html#rightInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="rightMargin" fullname="QtQuick.Controls.Popup.rightMargin" href="qml-qtquick-controls-popup.html#rightMargin-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="rightPadding" fullname="QtQuick.Controls.Popup.rightPadding" href="qml-qtquick-controls-popup.html#rightPadding-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="scale" fullname="QtQuick.Controls.Popup.scale" href="qml-qtquick-controls-popup.html#scale-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="spacing" fullname="QtQuick.Controls.Popup.spacing" href="qml-qtquick-controls-popup.html#spacing-prop" status="active" access="public" since="QtQuick.Controls 2.1 (Qt 5.8)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="topInset" fullname="QtQuick.Controls.Popup.topInset" href="qml-qtquick-controls-popup.html#topInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="topMargin" fullname="QtQuick.Controls.Popup.topMargin" href="qml-qtquick-controls-popup.html#topMargin-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="topPadding" fullname="QtQuick.Controls.Popup.topPadding" href="qml-qtquick-controls-popup.html#topPadding-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="transformOrigin" fullname="QtQuick.Controls.Popup.transformOrigin" href="qml-qtquick-controls-popup.html#transformOrigin-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="verticalPadding" fullname="QtQuick.Controls.Popup.verticalPadding" href="qml-qtquick-controls-popup.html#verticalPadding-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="visible" fullname="QtQuick.Controls.Popup.visible" href="qml-qtquick-controls-popup.html#visible-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="width" fullname="QtQuick.Controls.Popup.width" href="qml-qtquick-controls-popup.html#width-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="x" fullname="QtQuick.Controls.Popup.x" href="qml-qtquick-controls-popup.html#x-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="y" fullname="QtQuick.Controls.Popup.y" href="qml-qtquick-controls-popup.html#y-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="z" fullname="QtQuick.Controls.Popup.z" href="qml-qtquick-controls-popup.html#z-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquickcontrols-popups.html" href="qtquickcontrols-popups.html" status="active" location="qtquickcontrols-popups.qdoc" documented="true" groups="qtquickcontrols-guidelines" subtype="page" title="Popup Controls" fulltitle="Popup Controls" subtitle="" brief="Guidelines for popup controls">
            <contents name="drawer-control" title="Drawer Control" level="1"/>
            <contents name="menu-control" title="Menu Control" level="1"/>
            <contents name="popup-control" title="Popup Control" level="1"/>
            <contents name="tooltip-control" title="ToolTip Control" level="1"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <qmlclass name="ProgressBar" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.ProgressBar" href="qml-qtquick-controls-progressbar.html" status="active" access="public" documented="true" groups="qtquickcontrols-indicators" title="ProgressBar" fulltitle="ProgressBar" subtitle="" brief="Indicates the progress of an operation">
            <qmlproperty name="from" fullname="QtQuick.Controls.ProgressBar.from" href="qml-qtquick-controls-progressbar.html#from-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="indeterminate" fullname="QtQuick.Controls.ProgressBar.indeterminate" href="qml-qtquick-controls-progressbar.html#indeterminate-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="position" fullname="QtQuick.Controls.ProgressBar.position" href="qml-qtquick-controls-progressbar.html#position-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="to" fullname="QtQuick.Controls.ProgressBar.to" href="qml-qtquick-controls-progressbar.html#to-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="value" fullname="QtQuick.Controls.ProgressBar.value" href="qml-qtquick-controls-progressbar.html#value-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="visualPosition" fullname="QtQuick.Controls.ProgressBar.visualPosition" href="qml-qtquick-controls-progressbar.html#visualPosition-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
        </qmlclass>
        <class name="QQuickAttachedPropertyPropagator" href="qquickattachedpropertypropagator.html" status="active" access="public" location="qquickattachedpropertypropagator.h" since="6.5" documented="true" bases="QObject" module="QtQuickControls2" brief="Way to propagate attached properties">
            <function name="QQuickAttachedPropertyPropagator" fullname="QQuickAttachedPropertyPropagator::QQuickAttachedPropertyPropagator" href="qquickattachedpropertypropagator.html#QQuickAttachedPropertyPropagator" status="active" access="public" location="qquickattachedpropertypropagator.h" documented="true" meta="constructor" explicit="true" signature="QQuickAttachedPropertyPropagator(QObject *parent)">
                <parameter type="QObject *" name="parent" default="nullptr"/>
            </function>
            <function name="attachedChildren" fullname="QQuickAttachedPropertyPropagator::attachedChildren" href="qquickattachedpropertypropagator.html#attachedChildren" status="active" access="public" location="qquickattachedpropertypropagator.h" documented="true" meta="plain" const="true" type="QList&lt;QQuickAttachedPropertyPropagator *&gt;" signature="QList&lt;QQuickAttachedPropertyPropagator *&gt; attachedChildren() const"/>
            <function name="attachedParent" fullname="QQuickAttachedPropertyPropagator::attachedParent" href="qquickattachedpropertypropagator.html#attachedParent" status="active" access="public" location="qquickattachedpropertypropagator.h" documented="true" meta="plain" const="true" type="QQuickAttachedPropertyPropagator *" signature="QQuickAttachedPropertyPropagator * attachedParent() const"/>
            <function name="attachedParentChange" fullname="QQuickAttachedPropertyPropagator::attachedParentChange" href="qquickattachedpropertypropagator.html#attachedParentChange" status="active" access="protected" location="qquickattachedpropertypropagator.h" documented="true" meta="plain" virtual="virtual" type="void" signature="void attachedParentChange(QQuickAttachedPropertyPropagator *newParent, QQuickAttachedPropertyPropagator *oldParent)">
                <parameter type="QQuickAttachedPropertyPropagator *" name="newParent" default=""/>
                <parameter type="QQuickAttachedPropertyPropagator *" name="oldParent" default=""/>
            </function>
            <function name="initialize" fullname="QQuickAttachedPropertyPropagator::initialize" href="qquickattachedpropertypropagator.html#initialize" status="active" access="protected" location="qquickattachedpropertypropagator.h" documented="true" meta="plain" type="void" signature="void initialize()"/>
            <function name="~QQuickAttachedPropertyPropagator" fullname="QQuickAttachedPropertyPropagator::~QQuickAttachedPropertyPropagator" href="qquickattachedpropertypropagator.html#dtor.QQuickAttachedPropertyPropagator" status="active" access="public" location="qquickattachedpropertypropagator.h" documented="true" meta="destructor" virtual="virtual" noexcept="true" signature="~QQuickAttachedPropertyPropagator()"/>
        </class>
        <class name="QQuickStyle" href="qquickstyle.html" status="active" access="public" location="qquickstyle.h" documented="true" module="QtQuickControls2" brief="Allows configuring the application style">
            <function name="name" fullname="QQuickStyle::name" href="qquickstyle.html#name" status="active" access="public" location="qquickstyle.h" documented="true" meta="plain" static="true" type="QString" signature="QString name()"/>
            <function name="setFallbackStyle" fullname="QQuickStyle::setFallbackStyle" href="qquickstyle.html#setFallbackStyle" status="active" access="public" location="qquickstyle.h" documented="true" meta="plain" static="true" type="void" signature="void setFallbackStyle(const QString &amp;style)">
                <parameter type="const QString &amp;" name="style" default=""/>
            </function>
            <function name="setStyle" fullname="QQuickStyle::setStyle" href="qquickstyle.html#setStyle" status="active" access="public" location="qquickstyle.h" documented="true" meta="plain" static="true" type="void" signature="void setStyle(const QString &amp;style)">
                <parameter type="const QString &amp;" name="style" default=""/>
            </function>
        </class>
        <page name="https://doc.qt.io/qt-5/qtquickcontrols2-differences.html" href="https://doc.qt.io/qt-5/qtquickcontrols2-differences.html" status="active" location="external-pages.qdoc" documented="true" subtype="externalpage" title="Qt 5.15: Qt Quick Controls vs Qt Quick Controls 1" fulltitle="Qt 5.15: Qt Quick Controls vs Qt Quick Controls 1" subtitle=""/>
        <page name="qtquickcontrols-index.html" href="qtquickcontrols-index.html" status="active" location="qtquickcontrols-index.qdoc" documented="true" subtype="page" title="Qt Quick Controls" fulltitle="Qt Quick Controls" subtitle="" brief="Provides a set of UI controls for Qt Quick">
            <keyword name="qt-quick-controls-2" title="Qt Quick Controls 2"/>
            <contents name="using-the-module" title="Using the Module" level="1"/>
            <contents name="qml-api" title="QML API" level="2"/>
            <contents name="c-api" title="C++ API" level="2"/>
            <contents name="building-with-cmake" title="Building with CMake" level="3"/>
            <contents name="building-with-qmake" title="Building with qmake" level="3"/>
            <contents name="building-from-source" title="Building From Source" level="2"/>
            <contents name="controls" title="Controls" level="1"/>
            <contents name="button-controls" title="Button Controls" level="2"/>
            <contents name="container-controls" title="Container Controls" level="2"/>
            <contents name="delegate-controls" title="Delegate Controls" level="2"/>
            <contents name="indicator-controls" title="Indicator Controls" level="2"/>
            <contents name="input-controls" title="Input Controls" level="2"/>
            <contents name="menu-controls" title="Menu Controls" level="2"/>
            <contents name="navigation-controls" title="Navigation Controls" level="2"/>
            <contents name="popup-controls" title="Popup Controls" level="2"/>
            <contents name="separator-controls" title="Separator Controls" level="2"/>
            <contents name="versions" title="Versions" level="1"/>
            <contents name="revisions" title="Revisions" level="2"/>
            <contents name="module-evolution" title="Module Evolution" level="1"/>
            <contents name="articles-and-guides" title="Articles and Guides" level="1"/>
            <contents name="examples" title="Examples" level="1"/>
            <contents name="reference" title="Reference" level="1"/>
            <contents name="related-modules" title="Related Modules" level="1"/>
            <contents name="license-and-attributions" title="License and Attributions" level="1"/>
        </page>
        <page name="attachedstyleproperties" href="qtquickcontrols-attachedstyleproperties-example.html" status="active" location="qtquickcontrols-attachedstyleproperties.qdoc" documented="true" groups="category Graphics,qtquickcontrols-examples" subtype="example" title="Qt Quick Controls - Attached Style Properties Example" fulltitle="Qt Quick Controls - Attached Style Properties Example" subtitle="" brief="Demonstrates use of QQuickAttachedPropertyPropagator">
            <keyword name="qt-quick-controls-attached-style-properties-example" title="Qt Quick Controls - Attached Style Properties Example"/>
            <contents name="running-the-example" title="Running the Example" level="1"/>
            <page name="attachedstyleproperties/attachedstyleproperties.cpp" href="qtquickcontrols-attachedstyleproperties-attachedstyleproperties-cpp.html" status="active" subtype="file" title="" fulltitle="attachedstyleproperties.cpp Example File" subtitle="attachedstyleproperties/attachedstyleproperties.cpp"/>
            <page name="attachedstyleproperties/attachedstyleproperties.qml" href="qtquickcontrols-attachedstyleproperties-attachedstyleproperties-qml.html" status="active" subtype="file" title="" fulltitle="attachedstyleproperties.qml Example File" subtitle="attachedstyleproperties/attachedstyleproperties.qml"/>
            <page name="attachedstyleproperties/MyStyle/ApplicationWindow.qml" href="qtquickcontrols-attachedstyleproperties-mystyle-applicationwindow-qml.html" status="active" subtype="file" title="" fulltitle="ApplicationWindow.qml Example File" subtitle="attachedstyleproperties/MyStyle/ApplicationWindow.qml"/>
            <page name="attachedstyleproperties/MyStyle/Button.qml" href="qtquickcontrols-attachedstyleproperties-mystyle-button-qml.html" status="active" subtype="file" title="" fulltitle="Button.qml Example File" subtitle="attachedstyleproperties/MyStyle/Button.qml"/>
            <page name="attachedstyleproperties/MyStyle/Label.qml" href="qtquickcontrols-attachedstyleproperties-mystyle-label-qml.html" status="active" subtype="file" title="" fulltitle="Label.qml Example File" subtitle="attachedstyleproperties/MyStyle/Label.qml"/>
            <page name="attachedstyleproperties/MyStyle/Popup.qml" href="qtquickcontrols-attachedstyleproperties-mystyle-popup-qml.html" status="active" subtype="file" title="" fulltitle="Popup.qml Example File" subtitle="attachedstyleproperties/MyStyle/Popup.qml"/>
            <page name="attachedstyleproperties/MyStyle/Switch.qml" href="qtquickcontrols-attachedstyleproperties-mystyle-switch-qml.html" status="active" subtype="file" title="" fulltitle="Switch.qml Example File" subtitle="attachedstyleproperties/MyStyle/Switch.qml"/>
            <page name="attachedstyleproperties/MyStyle/ToolBar.qml" href="qtquickcontrols-attachedstyleproperties-mystyle-toolbar-qml.html" status="active" subtype="file" title="" fulltitle="ToolBar.qml Example File" subtitle="attachedstyleproperties/MyStyle/ToolBar.qml"/>
            <page name="attachedstyleproperties/MyStyle/mystyle.cpp" href="qtquickcontrols-attachedstyleproperties-mystyle-mystyle-cpp.html" status="active" subtype="file" title="" fulltitle="mystyle.cpp Example File" subtitle="attachedstyleproperties/MyStyle/mystyle.cpp"/>
            <page name="attachedstyleproperties/MyStyle/mystyle.h" href="qtquickcontrols-attachedstyleproperties-mystyle-mystyle-h.html" status="active" subtype="file" title="" fulltitle="mystyle.h Example File" subtitle="attachedstyleproperties/MyStyle/mystyle.h"/>
            <page name="attachedstyleproperties/CMakeLists.txt" href="qtquickcontrols-attachedstyleproperties-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="attachedstyleproperties/CMakeLists.txt"/>
            <page name="attachedstyleproperties/MyStyle/CMakeLists.txt" href="qtquickcontrols-attachedstyleproperties-mystyle-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="attachedstyleproperties/MyStyle/CMakeLists.txt"/>
        </page>
        <page name="qtquickcontrols-chattutorial-example.html" href="qtquickcontrols-chattutorial-example.html" status="active" location="qtquickcontrols-chattutorial.qdoc" documented="true" groups="qtquickcontrols-examples" subtype="page" title="Qt Quick Controls - Chat Tutorial" fulltitle="Qt Quick Controls - Chat Tutorial" subtitle="" brief="Tutorial about writing a basic chat client using Qt Quick Controls">
            <keyword name="qt-quick-controls-chat-tutorial" title="Qt Quick Controls - Chat Tutorial"/>
            <keyword name="qt-quick-controls-2-chat-tutorial" title="Qt Quick Controls 2 - Chat Tutorial"/>
            <contents name="chapter-1-setting-up" title="Chapter 1: Setting Up" level="1"/>
            <contents name="main-cpp" title="main.cpp" level="2"/>
            <contents name="main-qml" title="Main.qml" level="2"/>
            <contents name="the-project-file" title="The Project File" level="2"/>
            <contents name="chapter-2-lists" title="Chapter 2: Lists" level="1"/>
            <contents name="sizing-and-positioning" title="Sizing and Positioning" level="2"/>
            <contents name="model" title="Model" level="2"/>
            <contents name="delegate" title="Delegate" level="2"/>
            <contents name="chapter-3-navigation" title="Chapter 3: Navigation" level="1"/>
            <contents name="navigating-with-stackview" title="Navigating with StackView" level="2"/>
            <contents name="chapter-4-models" title="Chapter 4: Models" level="1"/>
            <contents name="qsqlquerymodel" title="QSqlQueryModel" level="2"/>
            <contents name="qsqltablemodel" title="QSqlTableModel" level="2"/>
            <contents name="connecting-to-the-database-and-registering-types-with-qml" title="Connecting to the Database and Registering Types With QML" level="2"/>
            <contents name="using-the-models-in-qml" title="Using the Models in QML" level="2"/>
            <contents name="chapter-5-styling" title="Chapter 5: Styling" level="1"/>
            <contents name="summary" title="Summary" level="1"/>
        </page>
        <page name="contactlist" href="qtquickcontrols-contactlist-example.html" status="active" location="qtquickcontrols-contactlist.qdoc" documented="true" groups="category Mobile,category User Interface Components,qtquickcontrols-examples" subtype="example" title="Qt Quick Controls - Contact List" fulltitle="Qt Quick Controls - Contact List" subtitle="" brief="A QML app using Qt Quick Controls and a C++ class that implements a simple contact list">
            <keyword name="qt-quick-controls-contact-list" title="Qt Quick Controls - Contact List"/>
            <keyword name="qt-quick-controls-2-contact-list" title="Qt Quick Controls 2 - Contact List"/>
            <contents name="c-backend" title="C++ Backend" level="1"/>
            <contents name="designer-support" title="Designer Support" level="1"/>
            <contents name="running-the-example" title="Running the Example" level="1"/>
            <page name="contactlist/ContactDelegate.ui.qml" href="qtquickcontrols-contactlist-contactdelegate-ui-qml.html" status="active" subtype="file" title="" fulltitle="ContactDelegate.ui.qml Example File" subtitle="contactlist/ContactDelegate.ui.qml"/>
            <page name="contactlist/ContactDialog.qml" href="qtquickcontrols-contactlist-contactdialog-qml.html" status="active" subtype="file" title="" fulltitle="ContactDialog.qml Example File" subtitle="contactlist/ContactDialog.qml"/>
            <page name="contactlist/ContactForm.ui.qml" href="qtquickcontrols-contactlist-contactform-ui-qml.html" status="active" subtype="file" title="" fulltitle="ContactForm.ui.qml Example File" subtitle="contactlist/ContactForm.ui.qml"/>
            <page name="contactlist/ContactList.qml" href="qtquickcontrols-contactlist-contactlist-qml.html" status="active" subtype="file" title="" fulltitle="ContactList.qml Example File" subtitle="contactlist/ContactList.qml"/>
            <page name="contactlist/ContactView.ui.qml" href="qtquickcontrols-contactlist-contactview-ui-qml.html" status="active" subtype="file" title="" fulltitle="ContactView.ui.qml Example File" subtitle="contactlist/ContactView.ui.qml"/>
            <page name="contactlist/SectionDelegate.ui.qml" href="qtquickcontrols-contactlist-sectiondelegate-ui-qml.html" status="active" subtype="file" title="" fulltitle="SectionDelegate.ui.qml Example File" subtitle="contactlist/SectionDelegate.ui.qml"/>
            <page name="contactlist/contactmodel.cpp" href="qtquickcontrols-contactlist-contactmodel-cpp.html" status="active" subtype="file" title="" fulltitle="contactmodel.cpp Example File" subtitle="contactlist/contactmodel.cpp"/>
            <page name="contactlist/contactmodel.h" href="qtquickcontrols-contactlist-contactmodel-h.html" status="active" subtype="file" title="" fulltitle="contactmodel.h Example File" subtitle="contactlist/contactmodel.h"/>
            <page name="contactlist/designer/Backend/ContactModel.qml" href="qtquickcontrols-contactlist-designer-backend-contactmodel-qml.html" status="active" subtype="file" title="" fulltitle="ContactModel.qml Example File" subtitle="contactlist/designer/Backend/ContactModel.qml"/>
            <page name="contactlist/main.cpp" href="qtquickcontrols-contactlist-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="contactlist/main.cpp"/>
            <page name="contactlist/CMakeLists.txt" href="qtquickcontrols-contactlist-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="contactlist/CMakeLists.txt"/>
            <page name="contactlist/contactlist.pro" href="qtquickcontrols-contactlist-contactlist-pro.html" status="active" subtype="file" title="" fulltitle="contactlist.pro Example File" subtitle="contactlist/contactlist.pro"/>
            <page name="contactlist/qmldir" href="qtquickcontrols-contactlist-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="contactlist/qmldir"/>
            <page name="contactlist/designer/Backend/qmldir" href="qtquickcontrols-contactlist-designer-backend-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="contactlist/designer/Backend/qmldir"/>
        </page>
        <page name="eventcalendar" href="qtquickcontrols-eventcalendar-example.html" status="active" location="qtquickcontrols-eventcalendar.qdoc" documented="true" groups="category User Interface Components,qtquickcontrols-examples" subtype="example" title="Qt Quick Controls - Event Calendar" fulltitle="Qt Quick Controls - Event Calendar" subtitle="" brief="A simple event calendar">
            <keyword name="qt-quick-controls-event-calendar" title="Qt Quick Controls - Event Calendar"/>
            <contents name="running-the-example" title="Running the Example" level="1"/>
            <page name="eventcalendar/MonthGridDelegate.qml" href="qtquickcontrols-eventcalendar-monthgriddelegate-qml.html" status="active" subtype="file" title="" fulltitle="MonthGridDelegate.qml Example File" subtitle="eventcalendar/MonthGridDelegate.qml"/>
            <page name="eventcalendar/event.h" href="qtquickcontrols-eventcalendar-event-h.html" status="active" subtype="file" title="" fulltitle="event.h Example File" subtitle="eventcalendar/event.h"/>
            <page name="eventcalendar/eventcalendar.cpp" href="qtquickcontrols-eventcalendar-eventcalendar-cpp.html" status="active" subtype="file" title="" fulltitle="eventcalendar.cpp Example File" subtitle="eventcalendar/eventcalendar.cpp"/>
            <page name="eventcalendar/eventcalendar.qml" href="qtquickcontrols-eventcalendar-eventcalendar-qml.html" status="active" subtype="file" title="" fulltitle="eventcalendar.qml Example File" subtitle="eventcalendar/eventcalendar.qml"/>
            <page name="eventcalendar/eventmodel.cpp" href="qtquickcontrols-eventcalendar-eventmodel-cpp.html" status="active" subtype="file" title="" fulltitle="eventmodel.cpp Example File" subtitle="eventcalendar/eventmodel.cpp"/>
            <page name="eventcalendar/eventmodel.h" href="qtquickcontrols-eventcalendar-eventmodel-h.html" status="active" subtype="file" title="" fulltitle="eventmodel.h Example File" subtitle="eventcalendar/eventmodel.h"/>
            <page name="eventcalendar/qtquickcontrols2.conf" href="qtquickcontrols-eventcalendar-qtquickcontrols2-conf.html" status="active" subtype="file" title="" fulltitle="qtquickcontrols2.conf Example File" subtitle="eventcalendar/qtquickcontrols2.conf"/>
            <page name="eventcalendar/sqleventdatabase.cpp" href="qtquickcontrols-eventcalendar-sqleventdatabase-cpp.html" status="active" subtype="file" title="" fulltitle="sqleventdatabase.cpp Example File" subtitle="eventcalendar/sqleventdatabase.cpp"/>
            <page name="eventcalendar/sqleventdatabase.h" href="qtquickcontrols-eventcalendar-sqleventdatabase-h.html" status="active" subtype="file" title="" fulltitle="sqleventdatabase.h Example File" subtitle="eventcalendar/sqleventdatabase.h"/>
            <page name="eventcalendar/CMakeLists.txt" href="qtquickcontrols-eventcalendar-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="eventcalendar/CMakeLists.txt"/>
            <page name="eventcalendar/eventcalendar.pro" href="qtquickcontrols-eventcalendar-eventcalendar-pro.html" status="active" subtype="file" title="" fulltitle="eventcalendar.pro Example File" subtitle="eventcalendar/eventcalendar.pro"/>
            <page name="eventcalendar/qmldir" href="qtquickcontrols-eventcalendar-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="eventcalendar/qmldir"/>
        </page>
        <page name="flatstyle" href="qtquickcontrols-flatstyle-example.html" status="active" location="qtquickcontrols-flatstyle.qdoc" documented="true" groups="category Graphics,qtquickcontrols-examples" subtype="example" title="Qt Quick Controls - Flat Style" fulltitle="Qt Quick Controls - Flat Style" subtitle="" brief="A QML app using Qt Quick Controls and a QML plugin with customized controls">
            <keyword name="qt-quick-controls-flat-style" title="Qt Quick Controls - Flat Style"/>
            <keyword name="qt-quick-controls-2-flat-style" title="Qt Quick Controls 2 - Flat Style"/>
            <contents name="qml-plugin" title="QML Plugin" level="1"/>
            <contents name="implementing-custom-controls" title="Implementing Custom Controls" level="1"/>
            <contents name="running-the-example" title="Running the Example" level="1"/>
            <page name="flatstyle/MainForm.ui.qml" href="qtquickcontrols-flatstyle-mainform-ui-qml.html" status="active" subtype="file" title="" fulltitle="MainForm.ui.qml Example File" subtitle="flatstyle/MainForm.ui.qml"/>
            <page name="flatstyle/flatstyle.qml" href="qtquickcontrols-flatstyle-flatstyle-qml.html" status="active" subtype="file" title="" fulltitle="flatstyle.qml Example File" subtitle="flatstyle/flatstyle.qml"/>
            <page name="flatstyle/qtquickcontrols2.conf" href="qtquickcontrols-flatstyle-qtquickcontrols2-conf.html" status="active" subtype="file" title="" fulltitle="qtquickcontrols2.conf Example File" subtitle="flatstyle/qtquickcontrols2.conf"/>
            <page name="flatstyle/imports/Flat/Button.qml" href="qtquickcontrols-flatstyle-imports-flat-button-qml.html" status="active" subtype="file" title="" fulltitle="Button.qml Example File" subtitle="flatstyle/imports/Flat/Button.qml"/>
            <page name="flatstyle/imports/Flat/CheckBox.qml" href="qtquickcontrols-flatstyle-imports-flat-checkbox-qml.html" status="active" subtype="file" title="" fulltitle="CheckBox.qml Example File" subtitle="flatstyle/imports/Flat/CheckBox.qml"/>
            <page name="flatstyle/imports/Flat/Switch.qml" href="qtquickcontrols-flatstyle-imports-flat-switch-qml.html" status="active" subtype="file" title="" fulltitle="Switch.qml Example File" subtitle="flatstyle/imports/Flat/Switch.qml"/>
            <page name="flatstyle/imports/Theme/Theme.qml" href="qtquickcontrols-flatstyle-imports-theme-theme-qml.html" status="active" subtype="file" title="" fulltitle="Theme.qml Example File" subtitle="flatstyle/imports/Theme/Theme.qml"/>
            <page name="flatstyle/main.cpp" href="qtquickcontrols-flatstyle-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="flatstyle/main.cpp"/>
            <page name="flatstyle/CMakeLists.txt" href="qtquickcontrols-flatstyle-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="flatstyle/CMakeLists.txt"/>
            <page name="flatstyle/flatstyle.pro" href="qtquickcontrols-flatstyle-flatstyle-pro.html" status="active" subtype="file" title="" fulltitle="flatstyle.pro Example File" subtitle="flatstyle/flatstyle.pro"/>
            <page name="flatstyle/flatstyle.qmlproject" href="qtquickcontrols-flatstyle-flatstyle-qmlproject.html" status="active" subtype="file" title="" fulltitle="flatstyle.qmlproject Example File" subtitle="flatstyle/flatstyle.qmlproject"/>
            <page name="flatstyle/imports/Flat/qmldir" href="qtquickcontrols-flatstyle-imports-flat-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="flatstyle/imports/Flat/qmldir"/>
            <page name="flatstyle/imports/Theme/qmldir" href="qtquickcontrols-flatstyle-imports-theme-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="flatstyle/imports/Theme/qmldir"/>
        </page>
        <page name="gallery" href="qtquickcontrols-gallery-example.html" status="active" location="qtquickcontrols-gallery.qdoc" documented="true" groups="category Mobile,category User Interface Components,qtquickcontrols-examples" subtype="example" title="Qt Quick Controls - Gallery" fulltitle="Qt Quick Controls - Gallery" subtitle="" brief="A gallery of controls">
            <keyword name="qt-quick-controls-gallery" title="Qt Quick Controls - Gallery"/>
            <keyword name="qt-quick-controls-2-gallery" title="Qt Quick Controls 2 - Gallery"/>
            <contents name="running-the-example" title="Running the Example" level="1"/>
            <page name="gallery/ToolBar.qml" href="qtquickcontrols-gallery-toolbar-qml.html" status="active" subtype="file" title="" fulltitle="ToolBar.qml Example File" subtitle="gallery/ToolBar.qml"/>
            <page name="gallery/gallery.cpp" href="qtquickcontrols-gallery-gallery-cpp.html" status="active" subtype="file" title="" fulltitle="gallery.cpp Example File" subtitle="gallery/gallery.cpp"/>
            <page name="gallery/gallery.qml" href="qtquickcontrols-gallery-gallery-qml.html" status="active" subtype="file" title="" fulltitle="gallery.qml Example File" subtitle="gallery/gallery.qml"/>
            <page name="gallery/qtquickcontrols2.conf" href="qtquickcontrols-gallery-qtquickcontrols2-conf.html" status="active" subtype="file" title="" fulltitle="qtquickcontrols2.conf Example File" subtitle="gallery/qtquickcontrols2.conf"/>
            <page name="gallery/+Material/ToolBar.qml" href="qtquickcontrols-gallery-material-toolbar-qml.html" status="active" subtype="file" title="" fulltitle="ToolBar.qml Example File" subtitle="gallery/+Material/ToolBar.qml"/>
            <page name="gallery/icons/gallery/index.theme" href="qtquickcontrols-gallery-icons-gallery-index-theme.html" status="active" subtype="file" title="" fulltitle="index.theme Example File" subtitle="gallery/icons/gallery/index.theme"/>
            <page name="gallery/pages/BusyIndicatorPage.qml" href="qtquickcontrols-gallery-pages-busyindicatorpage-qml.html" status="active" subtype="file" title="" fulltitle="BusyIndicatorPage.qml Example File" subtitle="gallery/pages/BusyIndicatorPage.qml"/>
            <page name="gallery/pages/ButtonPage.qml" href="qtquickcontrols-gallery-pages-buttonpage-qml.html" status="active" subtype="file" title="" fulltitle="ButtonPage.qml Example File" subtitle="gallery/pages/ButtonPage.qml"/>
            <page name="gallery/pages/CheckBoxPage.qml" href="qtquickcontrols-gallery-pages-checkboxpage-qml.html" status="active" subtype="file" title="" fulltitle="CheckBoxPage.qml Example File" subtitle="gallery/pages/CheckBoxPage.qml"/>
            <page name="gallery/pages/ComboBoxPage.qml" href="qtquickcontrols-gallery-pages-comboboxpage-qml.html" status="active" subtype="file" title="" fulltitle="ComboBoxPage.qml Example File" subtitle="gallery/pages/ComboBoxPage.qml"/>
            <page name="gallery/pages/DelayButtonPage.qml" href="qtquickcontrols-gallery-pages-delaybuttonpage-qml.html" status="active" subtype="file" title="" fulltitle="DelayButtonPage.qml Example File" subtitle="gallery/pages/DelayButtonPage.qml"/>
            <page name="gallery/pages/DelegatePage.qml" href="qtquickcontrols-gallery-pages-delegatepage-qml.html" status="active" subtype="file" title="" fulltitle="DelegatePage.qml Example File" subtitle="gallery/pages/DelegatePage.qml"/>
            <page name="gallery/pages/DialPage.qml" href="qtquickcontrols-gallery-pages-dialpage-qml.html" status="active" subtype="file" title="" fulltitle="DialPage.qml Example File" subtitle="gallery/pages/DialPage.qml"/>
            <page name="gallery/pages/DialogPage.qml" href="qtquickcontrols-gallery-pages-dialogpage-qml.html" status="active" subtype="file" title="" fulltitle="DialogPage.qml Example File" subtitle="gallery/pages/DialogPage.qml"/>
            <page name="gallery/pages/FramePage.qml" href="qtquickcontrols-gallery-pages-framepage-qml.html" status="active" subtype="file" title="" fulltitle="FramePage.qml Example File" subtitle="gallery/pages/FramePage.qml"/>
            <page name="gallery/pages/GroupBoxPage.qml" href="qtquickcontrols-gallery-pages-groupboxpage-qml.html" status="active" subtype="file" title="" fulltitle="GroupBoxPage.qml Example File" subtitle="gallery/pages/GroupBoxPage.qml"/>
            <page name="gallery/pages/PageIndicatorPage.qml" href="qtquickcontrols-gallery-pages-pageindicatorpage-qml.html" status="active" subtype="file" title="" fulltitle="PageIndicatorPage.qml Example File" subtitle="gallery/pages/PageIndicatorPage.qml"/>
            <page name="gallery/pages/ProgressBarPage.qml" href="qtquickcontrols-gallery-pages-progressbarpage-qml.html" status="active" subtype="file" title="" fulltitle="ProgressBarPage.qml Example File" subtitle="gallery/pages/ProgressBarPage.qml"/>
            <page name="gallery/pages/RadioButtonPage.qml" href="qtquickcontrols-gallery-pages-radiobuttonpage-qml.html" status="active" subtype="file" title="" fulltitle="RadioButtonPage.qml Example File" subtitle="gallery/pages/RadioButtonPage.qml"/>
            <page name="gallery/pages/RangeSliderPage.qml" href="qtquickcontrols-gallery-pages-rangesliderpage-qml.html" status="active" subtype="file" title="" fulltitle="RangeSliderPage.qml Example File" subtitle="gallery/pages/RangeSliderPage.qml"/>
            <page name="gallery/pages/ScrollBarPage.qml" href="qtquickcontrols-gallery-pages-scrollbarpage-qml.html" status="active" subtype="file" title="" fulltitle="ScrollBarPage.qml Example File" subtitle="gallery/pages/ScrollBarPage.qml"/>
            <page name="gallery/pages/ScrollIndicatorPage.qml" href="qtquickcontrols-gallery-pages-scrollindicatorpage-qml.html" status="active" subtype="file" title="" fulltitle="ScrollIndicatorPage.qml Example File" subtitle="gallery/pages/ScrollIndicatorPage.qml"/>
            <page name="gallery/pages/ScrollablePage.qml" href="qtquickcontrols-gallery-pages-scrollablepage-qml.html" status="active" subtype="file" title="" fulltitle="ScrollablePage.qml Example File" subtitle="gallery/pages/ScrollablePage.qml"/>
            <page name="gallery/pages/SliderPage.qml" href="qtquickcontrols-gallery-pages-sliderpage-qml.html" status="active" subtype="file" title="" fulltitle="SliderPage.qml Example File" subtitle="gallery/pages/SliderPage.qml"/>
            <page name="gallery/pages/SpinBoxPage.qml" href="qtquickcontrols-gallery-pages-spinboxpage-qml.html" status="active" subtype="file" title="" fulltitle="SpinBoxPage.qml Example File" subtitle="gallery/pages/SpinBoxPage.qml"/>
            <page name="gallery/pages/StackViewPage.qml" href="qtquickcontrols-gallery-pages-stackviewpage-qml.html" status="active" subtype="file" title="" fulltitle="StackViewPage.qml Example File" subtitle="gallery/pages/StackViewPage.qml"/>
            <page name="gallery/pages/SwipeViewPage.qml" href="qtquickcontrols-gallery-pages-swipeviewpage-qml.html" status="active" subtype="file" title="" fulltitle="SwipeViewPage.qml Example File" subtitle="gallery/pages/SwipeViewPage.qml"/>
            <page name="gallery/pages/SwitchPage.qml" href="qtquickcontrols-gallery-pages-switchpage-qml.html" status="active" subtype="file" title="" fulltitle="SwitchPage.qml Example File" subtitle="gallery/pages/SwitchPage.qml"/>
            <page name="gallery/pages/TabBarPage.qml" href="qtquickcontrols-gallery-pages-tabbarpage-qml.html" status="active" subtype="file" title="" fulltitle="TabBarPage.qml Example File" subtitle="gallery/pages/TabBarPage.qml"/>
            <page name="gallery/pages/TextAreaPage.qml" href="qtquickcontrols-gallery-pages-textareapage-qml.html" status="active" subtype="file" title="" fulltitle="TextAreaPage.qml Example File" subtitle="gallery/pages/TextAreaPage.qml"/>
            <page name="gallery/pages/TextFieldPage.qml" href="qtquickcontrols-gallery-pages-textfieldpage-qml.html" status="active" subtype="file" title="" fulltitle="TextFieldPage.qml Example File" subtitle="gallery/pages/TextFieldPage.qml"/>
            <page name="gallery/pages/ToolTipPage.qml" href="qtquickcontrols-gallery-pages-tooltippage-qml.html" status="active" subtype="file" title="" fulltitle="ToolTipPage.qml Example File" subtitle="gallery/pages/ToolTipPage.qml"/>
            <page name="gallery/pages/TumblerPage.qml" href="qtquickcontrols-gallery-pages-tumblerpage-qml.html" status="active" subtype="file" title="" fulltitle="TumblerPage.qml Example File" subtitle="gallery/pages/TumblerPage.qml"/>
            <page name="gallery/CMakeLists.txt" href="qtquickcontrols-gallery-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="gallery/CMakeLists.txt"/>
            <page name="gallery/gallery.pro" href="qtquickcontrols-gallery-gallery-pro.html" status="active" subtype="file" title="" fulltitle="gallery.pro Example File" subtitle="gallery/gallery.pro"/>
            <page name="gallery/qmldir" href="qtquickcontrols-gallery-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="gallery/qmldir"/>
            <page name="gallery/icons/gallery/20x20/back.png" href="qtquickcontrols-gallery-icons-gallery-20x20-back-png.html" status="active" subtype="image" title="" fulltitle="back.png Image File" subtitle="gallery/icons/gallery/20x20/back.png"/>
            <page name="gallery/icons/gallery/20x20/drawer.png" href="qtquickcontrols-gallery-icons-gallery-20x20-drawer-png.html" status="active" subtype="image" title="" fulltitle="drawer.png Image File" subtitle="gallery/icons/gallery/20x20/drawer.png"/>
            <page name="gallery/icons/gallery/20x20/menu.png" href="qtquickcontrols-gallery-icons-gallery-20x20-menu-png.html" status="active" subtype="image" title="" fulltitle="menu.png Image File" subtitle="gallery/icons/gallery/20x20/menu.png"/>
            <page name="gallery/icons/gallery/20x20@2/back.png" href="qtquickcontrols-gallery-icons-gallery-20x20-2-back-png.html" status="active" subtype="image" title="" fulltitle="back.png Image File" subtitle="gallery/icons/gallery/20x20@2/back.png"/>
            <page name="gallery/icons/gallery/20x20@2/drawer.png" href="qtquickcontrols-gallery-icons-gallery-20x20-2-drawer-png.html" status="active" subtype="image" title="" fulltitle="drawer.png Image File" subtitle="gallery/icons/gallery/20x20@2/drawer.png"/>
            <page name="gallery/icons/gallery/20x20@2/menu.png" href="qtquickcontrols-gallery-icons-gallery-20x20-2-menu-png.html" status="active" subtype="image" title="" fulltitle="menu.png Image File" subtitle="gallery/icons/gallery/20x20@2/menu.png"/>
            <page name="gallery/icons/gallery/20x20@3/back.png" href="qtquickcontrols-gallery-icons-gallery-20x20-3-back-png.html" status="active" subtype="image" title="" fulltitle="back.png Image File" subtitle="gallery/icons/gallery/20x20@3/back.png"/>
            <page name="gallery/icons/gallery/20x20@3/drawer.png" href="qtquickcontrols-gallery-icons-gallery-20x20-3-drawer-png.html" status="active" subtype="image" title="" fulltitle="drawer.png Image File" subtitle="gallery/icons/gallery/20x20@3/drawer.png"/>
            <page name="gallery/icons/gallery/20x20@3/menu.png" href="qtquickcontrols-gallery-icons-gallery-20x20-3-menu-png.html" status="active" subtype="image" title="" fulltitle="menu.png Image File" subtitle="gallery/icons/gallery/20x20@3/menu.png"/>
            <page name="gallery/icons/gallery/20x20@4/back.png" href="qtquickcontrols-gallery-icons-gallery-20x20-4-back-png.html" status="active" subtype="image" title="" fulltitle="back.png Image File" subtitle="gallery/icons/gallery/20x20@4/back.png"/>
            <page name="gallery/icons/gallery/20x20@4/drawer.png" href="qtquickcontrols-gallery-icons-gallery-20x20-4-drawer-png.html" status="active" subtype="image" title="" fulltitle="drawer.png Image File" subtitle="gallery/icons/gallery/20x20@4/drawer.png"/>
            <page name="gallery/icons/gallery/20x20@4/menu.png" href="qtquickcontrols-gallery-icons-gallery-20x20-4-menu-png.html" status="active" subtype="image" title="" fulltitle="menu.png Image File" subtitle="gallery/icons/gallery/20x20@4/menu.png"/>
            <page name="gallery/images/arrow.png" href="qtquickcontrols-gallery-images-arrow-png.html" status="active" subtype="image" title="" fulltitle="arrow.png Image File" subtitle="gallery/images/arrow.png"/>
            <page name="gallery/images/arrow@2x.png" href="qtquickcontrols-gallery-images-arrow-2x-png.html" status="active" subtype="image" title="" fulltitle="arrow@2x.png Image File" subtitle="gallery/images/arrow@2x.png"/>
            <page name="gallery/images/arrow@3x.png" href="qtquickcontrols-gallery-images-arrow-3x-png.html" status="active" subtype="image" title="" fulltitle="arrow@3x.png Image File" subtitle="gallery/images/arrow@3x.png"/>
            <page name="gallery/images/arrow@4x.png" href="qtquickcontrols-gallery-images-arrow-4x-png.html" status="active" subtype="image" title="" fulltitle="arrow@4x.png Image File" subtitle="gallery/images/arrow@4x.png"/>
            <page name="gallery/images/arrows.png" href="qtquickcontrols-gallery-images-arrows-png.html" status="active" subtype="image" title="" fulltitle="arrows.png Image File" subtitle="gallery/images/arrows.png"/>
            <page name="gallery/images/arrows@2x.png" href="qtquickcontrols-gallery-images-arrows-2x-png.html" status="active" subtype="image" title="" fulltitle="arrows@2x.png Image File" subtitle="gallery/images/arrows@2x.png"/>
            <page name="gallery/images/arrows@3x.png" href="qtquickcontrols-gallery-images-arrows-3x-png.html" status="active" subtype="image" title="" fulltitle="arrows@3x.png Image File" subtitle="gallery/images/arrows@3x.png"/>
            <page name="gallery/images/arrows@4x.png" href="qtquickcontrols-gallery-images-arrows-4x-png.html" status="active" subtype="image" title="" fulltitle="arrows@4x.png Image File" subtitle="gallery/images/arrows@4x.png"/>
            <page name="gallery/images/qt-logo.png" href="qtquickcontrols-gallery-images-qt-logo-png.html" status="active" subtype="image" title="" fulltitle="qt-logo.png Image File" subtitle="gallery/images/qt-logo.png"/>
            <page name="gallery/images/qt-logo@2x.png" href="qtquickcontrols-gallery-images-qt-logo-2x-png.html" status="active" subtype="image" title="" fulltitle="qt-logo@2x.png Image File" subtitle="gallery/images/qt-logo@2x.png"/>
            <page name="gallery/images/qt-logo@3x.png" href="qtquickcontrols-gallery-images-qt-logo-3x-png.html" status="active" subtype="image" title="" fulltitle="qt-logo@3x.png Image File" subtitle="gallery/images/qt-logo@3x.png"/>
            <page name="gallery/images/qt-logo@4x.png" href="qtquickcontrols-gallery-images-qt-logo-4x-png.html" status="active" subtype="image" title="" fulltitle="qt-logo@4x.png Image File" subtitle="gallery/images/qt-logo@4x.png"/>
        </page>
        <page name="imagine/automotive" href="qtquickcontrols-imagine-automotive-example.html" status="active" location="qtquickcontrols-automotive.qdoc" documented="true" groups="category Graphics,qtquickcontrols-examples" subtype="example" title="Qt Quick Controls - Imagine Style Example: Automotive" fulltitle="Qt Quick Controls - Imagine Style Example: Automotive" subtitle="" brief="An automotive user interface using custom Imagine style assets">
            <keyword name="qt-quick-controls-imagine-style-example-automotive" title="Qt Quick Controls - Imagine Style Example: Automotive"/>
            <keyword name="qt-quick-controls-2-imagine-style-example-automotive" title="Qt Quick Controls 2 - Imagine Style Example: Automotive"/>
            <contents name="running-the-example" title="Running the Example" level="1"/>
            <page name="imagine/automotive/automotive.cpp" href="qtquickcontrols-imagine-automotive-automotive-cpp.html" status="active" subtype="file" title="" fulltitle="automotive.cpp Example File" subtitle="imagine/automotive/automotive.cpp"/>
            <page name="imagine/automotive/qtquickcontrols2.conf" href="qtquickcontrols-imagine-automotive-qtquickcontrols2-conf.html" status="active" subtype="file" title="" fulltitle="qtquickcontrols2.conf Example File" subtitle="imagine/automotive/qtquickcontrols2.conf"/>
            <page name="imagine/automotive/icons/automotive/icons.svg" href="qtquickcontrols-imagine-automotive-icons-automotive-icons-svg.html" status="active" subtype="file" title="" fulltitle="icons.svg Example File" subtitle="imagine/automotive/icons/automotive/icons.svg"/>
            <page name="imagine/automotive/icons/automotive/index.theme" href="qtquickcontrols-imagine-automotive-icons-automotive-index-theme.html" status="active" subtype="file" title="" fulltitle="index.theme Example File" subtitle="imagine/automotive/icons/automotive/index.theme"/>
            <page name="imagine/automotive/qml/FeatureButton.qml" href="qtquickcontrols-imagine-automotive-qml-featurebutton-qml.html" status="active" subtype="file" title="" fulltitle="FeatureButton.qml Example File" subtitle="imagine/automotive/qml/FeatureButton.qml"/>
            <page name="imagine/automotive/qml/LargeLabel.qml" href="qtquickcontrols-imagine-automotive-qml-largelabel-qml.html" status="active" subtype="file" title="" fulltitle="LargeLabel.qml Example File" subtitle="imagine/automotive/qml/LargeLabel.qml"/>
            <page name="imagine/automotive/qml/automotive.qml" href="qtquickcontrols-imagine-automotive-qml-automotive-qml.html" status="active" subtype="file" title="" fulltitle="automotive.qml Example File" subtitle="imagine/automotive/qml/automotive.qml"/>
            <page name="imagine/automotive/CMakeLists.txt" href="qtquickcontrols-imagine-automotive-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="imagine/automotive/CMakeLists.txt"/>
            <page name="imagine/automotive/automotive.pro" href="qtquickcontrols-imagine-automotive-automotive-pro.html" status="active" subtype="file" title="" fulltitle="automotive.pro Example File" subtitle="imagine/automotive/automotive.pro"/>
            <page name="imagine/automotive/icons/icons.qrc" href="qtquickcontrols-imagine-automotive-icons-icons-qrc.html" status="active" subtype="file" title="" fulltitle="icons.qrc Example File" subtitle="imagine/automotive/icons/icons.qrc"/>
            <page name="imagine/automotive/imagine-assets/imagine-assets.qrc" href="qtquickcontrols-imagine-automotive-imagine-assets-imagine-assets-qrc.html" status="active" subtype="file" title="" fulltitle="imagine-assets.qrc Example File" subtitle="imagine/automotive/imagine-assets/imagine-assets.qrc"/>
            <page name="imagine/automotive/qml/qml.qrc" href="qtquickcontrols-imagine-automotive-qml-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="imagine/automotive/qml/qml.qrc"/>
            <page name="imagine/automotive/icons/car.png" href="qtquickcontrols-imagine-automotive-icons-car-png.html" status="active" subtype="image" title="" fulltitle="car.png Image File" subtitle="imagine/automotive/icons/car.png"/>
            <page name="imagine/automotive/icons/car@2x.png" href="qtquickcontrols-imagine-automotive-icons-car-2x-png.html" status="active" subtype="image" title="" fulltitle="car@2x.png Image File" subtitle="imagine/automotive/icons/car@2x.png"/>
            <page name="imagine/automotive/icons/warning.png" href="qtquickcontrols-imagine-automotive-icons-warning-png.html" status="active" subtype="image" title="" fulltitle="warning.png Image File" subtitle="imagine/automotive/icons/warning.png"/>
            <page name="imagine/automotive/icons/warning@2x.png" href="qtquickcontrols-imagine-automotive-icons-warning-2x-png.html" status="active" subtype="image" title="" fulltitle="warning@2x.png Image File" subtitle="imagine/automotive/icons/warning@2x.png"/>
            <page name="imagine/automotive/icons/weather.png" href="qtquickcontrols-imagine-automotive-icons-weather-png.html" status="active" subtype="image" title="" fulltitle="weather.png Image File" subtitle="imagine/automotive/icons/weather.png"/>
            <page name="imagine/automotive/icons/weather@2x.png" href="qtquickcontrols-imagine-automotive-icons-weather-2x-png.html" status="active" subtype="image" title="" fulltitle="weather@2x.png Image File" subtitle="imagine/automotive/icons/weather@2x.png"/>
            <page name="imagine/automotive/icons/automotive/44x44/air-con.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-air-con-png.html" status="active" subtype="image" title="" fulltitle="air-con.png Image File" subtitle="imagine/automotive/icons/automotive/44x44/air-con.png"/>
            <page name="imagine/automotive/icons/automotive/44x44/command.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-command-png.html" status="active" subtype="image" title="" fulltitle="command.png Image File" subtitle="imagine/automotive/icons/automotive/44x44/command.png"/>
            <page name="imagine/automotive/icons/automotive/44x44/message.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-message-png.html" status="active" subtype="image" title="" fulltitle="message.png Image File" subtitle="imagine/automotive/icons/automotive/44x44/message.png"/>
            <page name="imagine/automotive/icons/automotive/44x44/music.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-music-png.html" status="active" subtype="image" title="" fulltitle="music.png Image File" subtitle="imagine/automotive/icons/automotive/44x44/music.png"/>
            <page name="imagine/automotive/icons/automotive/44x44/seats.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-seats-png.html" status="active" subtype="image" title="" fulltitle="seats.png Image File" subtitle="imagine/automotive/icons/automotive/44x44/seats.png"/>
            <page name="imagine/automotive/icons/automotive/44x44/settings.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-settings-png.html" status="active" subtype="image" title="" fulltitle="settings.png Image File" subtitle="imagine/automotive/icons/automotive/44x44/settings.png"/>
            <page name="imagine/automotive/icons/automotive/44x44/statistics.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-statistics-png.html" status="active" subtype="image" title="" fulltitle="statistics.png Image File" subtitle="imagine/automotive/icons/automotive/44x44/statistics.png"/>
            <page name="imagine/automotive/icons/automotive/44x44/windows.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-windows-png.html" status="active" subtype="image" title="" fulltitle="windows.png Image File" subtitle="imagine/automotive/icons/automotive/44x44/windows.png"/>
            <page name="imagine/automotive/icons/automotive/44x44@2/air-con.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-2-air-con-png.html" status="active" subtype="image" title="" fulltitle="air-con.png Image File" subtitle="imagine/automotive/icons/automotive/44x44@2/air-con.png"/>
            <page name="imagine/automotive/icons/automotive/44x44@2/command.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-2-command-png.html" status="active" subtype="image" title="" fulltitle="command.png Image File" subtitle="imagine/automotive/icons/automotive/44x44@2/command.png"/>
            <page name="imagine/automotive/icons/automotive/44x44@2/message.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-2-message-png.html" status="active" subtype="image" title="" fulltitle="message.png Image File" subtitle="imagine/automotive/icons/automotive/44x44@2/message.png"/>
            <page name="imagine/automotive/icons/automotive/44x44@2/music.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-2-music-png.html" status="active" subtype="image" title="" fulltitle="music.png Image File" subtitle="imagine/automotive/icons/automotive/44x44@2/music.png"/>
            <page name="imagine/automotive/icons/automotive/44x44@2/navigation.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-2-navigation-png.html" status="active" subtype="image" title="" fulltitle="navigation.png Image File" subtitle="imagine/automotive/icons/automotive/44x44@2/navigation.png"/>
            <page name="imagine/automotive/icons/automotive/44x44@2/seats.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-2-seats-png.html" status="active" subtype="image" title="" fulltitle="seats.png Image File" subtitle="imagine/automotive/icons/automotive/44x44@2/seats.png"/>
            <page name="imagine/automotive/icons/automotive/44x44@2/settings.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-2-settings-png.html" status="active" subtype="image" title="" fulltitle="settings.png Image File" subtitle="imagine/automotive/icons/automotive/44x44@2/settings.png"/>
            <page name="imagine/automotive/icons/automotive/44x44@2/statistics.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-2-statistics-png.html" status="active" subtype="image" title="" fulltitle="statistics.png Image File" subtitle="imagine/automotive/icons/automotive/44x44@2/statistics.png"/>
            <page name="imagine/automotive/icons/automotive/44x44@2/windows.png" href="qtquickcontrols-imagine-automotive-icons-automotive-44x44-2-windows-png.html" status="active" subtype="image" title="" fulltitle="windows.png Image File" subtitle="imagine/automotive/icons/automotive/44x44@2/windows.png"/>
            <page name="imagine/automotive/imagine-assets/applicationwindow-background.png" href="qtquickcontrols-imagine-automotive-imagine-assets-applicationwindow-background-png.html" status="active" subtype="image" title="" fulltitle="applicationwindow-background.png Image File" subtitle="imagine/automotive/imagine-assets/applicationwindow-background.png"/>
            <page name="imagine/automotive/imagine-assets/applicationwindow-background@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-applicationwindow-background-2x-png.html" status="active" subtype="image" title="" fulltitle="applicationwindow-background@2x.png Image File" subtitle="imagine/automotive/imagine-assets/applicationwindow-background@2x.png"/>
            <page name="imagine/automotive/imagine-assets/button-background-checked-hovered.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-button-background-checked-hovered-9-png.html" status="active" subtype="image" title="" fulltitle="button-background-checked-hovered.9.png Image File" subtitle="imagine/automotive/imagine-assets/button-background-checked-hovered.9.png"/>
            <page name="imagine/automotive/imagine-assets/button-background-checked-hovered@2x.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-button-background-checked-hovered-2x-9-png.html" status="active" subtype="image" title="" fulltitle="button-background-checked-hovered@2x.9.png Image File" subtitle="imagine/automotive/imagine-assets/button-background-checked-hovered@2x.9.png"/>
            <page name="imagine/automotive/imagine-assets/button-background-checked.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-button-background-checked-9-png.html" status="active" subtype="image" title="" fulltitle="button-background-checked.9.png Image File" subtitle="imagine/automotive/imagine-assets/button-background-checked.9.png"/>
            <page name="imagine/automotive/imagine-assets/button-background-checked@2x.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-button-background-checked-2x-9-png.html" status="active" subtype="image" title="" fulltitle="button-background-checked@2x.9.png Image File" subtitle="imagine/automotive/imagine-assets/button-background-checked@2x.9.png"/>
            <page name="imagine/automotive/imagine-assets/button-background-hovered.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-button-background-hovered-9-png.html" status="active" subtype="image" title="" fulltitle="button-background-hovered.9.png Image File" subtitle="imagine/automotive/imagine-assets/button-background-hovered.9.png"/>
            <page name="imagine/automotive/imagine-assets/button-background-hovered@2x.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-button-background-hovered-2x-9-png.html" status="active" subtype="image" title="" fulltitle="button-background-hovered@2x.9.png Image File" subtitle="imagine/automotive/imagine-assets/button-background-hovered@2x.9.png"/>
            <page name="imagine/automotive/imagine-assets/button-background-pressed.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-button-background-pressed-9-png.html" status="active" subtype="image" title="" fulltitle="button-background-pressed.9.png Image File" subtitle="imagine/automotive/imagine-assets/button-background-pressed.9.png"/>
            <page name="imagine/automotive/imagine-assets/button-background-pressed@2x.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-button-background-pressed-2x-9-png.html" status="active" subtype="image" title="" fulltitle="button-background-pressed@2x.9.png Image File" subtitle="imagine/automotive/imagine-assets/button-background-pressed@2x.9.png"/>
            <page name="imagine/automotive/imagine-assets/button-background.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-button-background-9-png.html" status="active" subtype="image" title="" fulltitle="button-background.9.png Image File" subtitle="imagine/automotive/imagine-assets/button-background.9.png"/>
            <page name="imagine/automotive/imagine-assets/button-background@2x.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-button-background-2x-9-png.html" status="active" subtype="image" title="" fulltitle="button-background@2x.9.png Image File" subtitle="imagine/automotive/imagine-assets/button-background@2x.9.png"/>
            <page name="imagine/automotive/imagine-assets/dial-background-hovered.png" href="qtquickcontrols-imagine-automotive-imagine-assets-dial-background-hovered-png.html" status="active" subtype="image" title="" fulltitle="dial-background-hovered.png Image File" subtitle="imagine/automotive/imagine-assets/dial-background-hovered.png"/>
            <page name="imagine/automotive/imagine-assets/dial-background-hovered@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-dial-background-hovered-2x-png.html" status="active" subtype="image" title="" fulltitle="dial-background-hovered@2x.png Image File" subtitle="imagine/automotive/imagine-assets/dial-background-hovered@2x.png"/>
            <page name="imagine/automotive/imagine-assets/dial-background-pressed.png" href="qtquickcontrols-imagine-automotive-imagine-assets-dial-background-pressed-png.html" status="active" subtype="image" title="" fulltitle="dial-background-pressed.png Image File" subtitle="imagine/automotive/imagine-assets/dial-background-pressed.png"/>
            <page name="imagine/automotive/imagine-assets/dial-background-pressed@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-dial-background-pressed-2x-png.html" status="active" subtype="image" title="" fulltitle="dial-background-pressed@2x.png Image File" subtitle="imagine/automotive/imagine-assets/dial-background-pressed@2x.png"/>
            <page name="imagine/automotive/imagine-assets/dial-background.png" href="qtquickcontrols-imagine-automotive-imagine-assets-dial-background-png.html" status="active" subtype="image" title="" fulltitle="dial-background.png Image File" subtitle="imagine/automotive/imagine-assets/dial-background.png"/>
            <page name="imagine/automotive/imagine-assets/dial-background@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-dial-background-2x-png.html" status="active" subtype="image" title="" fulltitle="dial-background@2x.png Image File" subtitle="imagine/automotive/imagine-assets/dial-background@2x.png"/>
            <page name="imagine/automotive/imagine-assets/dial-handle-pressed.png" href="qtquickcontrols-imagine-automotive-imagine-assets-dial-handle-pressed-png.html" status="active" subtype="image" title="" fulltitle="dial-handle-pressed.png Image File" subtitle="imagine/automotive/imagine-assets/dial-handle-pressed.png"/>
            <page name="imagine/automotive/imagine-assets/dial-handle-pressed@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-dial-handle-pressed-2x-png.html" status="active" subtype="image" title="" fulltitle="dial-handle-pressed@2x.png Image File" subtitle="imagine/automotive/imagine-assets/dial-handle-pressed@2x.png"/>
            <page name="imagine/automotive/imagine-assets/dial-handle.png" href="qtquickcontrols-imagine-automotive-imagine-assets-dial-handle-png.html" status="active" subtype="image" title="" fulltitle="dial-handle.png Image File" subtitle="imagine/automotive/imagine-assets/dial-handle.png"/>
            <page name="imagine/automotive/imagine-assets/dial-handle@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-dial-handle-2x-png.html" status="active" subtype="image" title="" fulltitle="dial-handle@2x.png Image File" subtitle="imagine/automotive/imagine-assets/dial-handle@2x.png"/>
            <page name="imagine/automotive/imagine-assets/frame-background.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-frame-background-9-png.html" status="active" subtype="image" title="" fulltitle="frame-background.9.png Image File" subtitle="imagine/automotive/imagine-assets/frame-background.9.png"/>
            <page name="imagine/automotive/imagine-assets/frame-background@2x.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-frame-background-2x-9-png.html" status="active" subtype="image" title="" fulltitle="frame-background@2x.9.png Image File" subtitle="imagine/automotive/imagine-assets/frame-background@2x.9.png"/>
            <page name="imagine/automotive/imagine-assets/itemdelegate-background-checked.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-itemdelegate-background-checked-9-png.html" status="active" subtype="image" title="" fulltitle="itemdelegate-background-checked.9.png Image File" subtitle="imagine/automotive/imagine-assets/itemdelegate-background-checked.9.png"/>
            <page name="imagine/automotive/imagine-assets/itemdelegate-background-checked@2x.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-itemdelegate-background-checked-2x-9-png.html" status="active" subtype="image" title="" fulltitle="itemdelegate-background-checked@2x.9.png Image File" subtitle="imagine/automotive/imagine-assets/itemdelegate-background-checked@2x.9.png"/>
            <page name="imagine/automotive/imagine-assets/itemdelegate-background-hovered.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-itemdelegate-background-hovered-9-png.html" status="active" subtype="image" title="" fulltitle="itemdelegate-background-hovered.9.png Image File" subtitle="imagine/automotive/imagine-assets/itemdelegate-background-hovered.9.png"/>
            <page name="imagine/automotive/imagine-assets/itemdelegate-background-hovered@2x.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-itemdelegate-background-hovered-2x-9-png.html" status="active" subtype="image" title="" fulltitle="itemdelegate-background-hovered@2x.9.png Image File" subtitle="imagine/automotive/imagine-assets/itemdelegate-background-hovered@2x.9.png"/>
            <page name="imagine/automotive/imagine-assets/itemdelegate-background-pressed.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-itemdelegate-background-pressed-9-png.html" status="active" subtype="image" title="" fulltitle="itemdelegate-background-pressed.9.png Image File" subtitle="imagine/automotive/imagine-assets/itemdelegate-background-pressed.9.png"/>
            <page name="imagine/automotive/imagine-assets/itemdelegate-background-pressed@2x.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-itemdelegate-background-pressed-2x-9-png.html" status="active" subtype="image" title="" fulltitle="itemdelegate-background-pressed@2x.9.png Image File" subtitle="imagine/automotive/imagine-assets/itemdelegate-background-pressed@2x.9.png"/>
            <page name="imagine/automotive/imagine-assets/itemdelegate-background.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-itemdelegate-background-9-png.html" status="active" subtype="image" title="" fulltitle="itemdelegate-background.9.png Image File" subtitle="imagine/automotive/imagine-assets/itemdelegate-background.9.png"/>
            <page name="imagine/automotive/imagine-assets/itemdelegate-background@2x.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-itemdelegate-background-2x-9-png.html" status="active" subtype="image" title="" fulltitle="itemdelegate-background@2x.9.png Image File" subtitle="imagine/automotive/imagine-assets/itemdelegate-background@2x.9.png"/>
            <page name="imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered.png" href="qtquickcontrols-imagine-automotive-imagine-assets-radiobutton-indicator-checked-hovered-png.html" status="active" subtype="image" title="" fulltitle="radiobutton-indicator-checked-hovered.png Image File" subtitle="imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered.png"/>
            <page name="imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-radiobutton-indicator-checked-hovered-2x-png.html" status="active" subtype="image" title="" fulltitle="radiobutton-indicator-checked-hovered@2x.png Image File" subtitle="imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered@2x.png"/>
            <page name="imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed.png" href="qtquickcontrols-imagine-automotive-imagine-assets-radiobutton-indicator-checked-pressed-png.html" status="active" subtype="image" title="" fulltitle="radiobutton-indicator-checked-pressed.png Image File" subtitle="imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed.png"/>
            <page name="imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-radiobutton-indicator-checked-pressed-2x-png.html" status="active" subtype="image" title="" fulltitle="radiobutton-indicator-checked-pressed@2x.png Image File" subtitle="imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed@2x.png"/>
            <page name="imagine/automotive/imagine-assets/radiobutton-indicator-checked.png" href="qtquickcontrols-imagine-automotive-imagine-assets-radiobutton-indicator-checked-png.html" status="active" subtype="image" title="" fulltitle="radiobutton-indicator-checked.png Image File" subtitle="imagine/automotive/imagine-assets/radiobutton-indicator-checked.png"/>
            <page name="imagine/automotive/imagine-assets/radiobutton-indicator-checked@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-radiobutton-indicator-checked-2x-png.html" status="active" subtype="image" title="" fulltitle="radiobutton-indicator-checked@2x.png Image File" subtitle="imagine/automotive/imagine-assets/radiobutton-indicator-checked@2x.png"/>
            <page name="imagine/automotive/imagine-assets/radiobutton-indicator-hovered.png" href="qtquickcontrols-imagine-automotive-imagine-assets-radiobutton-indicator-hovered-png.html" status="active" subtype="image" title="" fulltitle="radiobutton-indicator-hovered.png Image File" subtitle="imagine/automotive/imagine-assets/radiobutton-indicator-hovered.png"/>
            <page name="imagine/automotive/imagine-assets/radiobutton-indicator-hovered@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-radiobutton-indicator-hovered-2x-png.html" status="active" subtype="image" title="" fulltitle="radiobutton-indicator-hovered@2x.png Image File" subtitle="imagine/automotive/imagine-assets/radiobutton-indicator-hovered@2x.png"/>
            <page name="imagine/automotive/imagine-assets/radiobutton-indicator-pressed.png" href="qtquickcontrols-imagine-automotive-imagine-assets-radiobutton-indicator-pressed-png.html" status="active" subtype="image" title="" fulltitle="radiobutton-indicator-pressed.png Image File" subtitle="imagine/automotive/imagine-assets/radiobutton-indicator-pressed.png"/>
            <page name="imagine/automotive/imagine-assets/radiobutton-indicator-pressed@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-radiobutton-indicator-pressed-2x-png.html" status="active" subtype="image" title="" fulltitle="radiobutton-indicator-pressed@2x.png Image File" subtitle="imagine/automotive/imagine-assets/radiobutton-indicator-pressed@2x.png"/>
            <page name="imagine/automotive/imagine-assets/radiobutton-indicator.png" href="qtquickcontrols-imagine-automotive-imagine-assets-radiobutton-indicator-png.html" status="active" subtype="image" title="" fulltitle="radiobutton-indicator.png Image File" subtitle="imagine/automotive/imagine-assets/radiobutton-indicator.png"/>
            <page name="imagine/automotive/imagine-assets/radiobutton-indicator@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-radiobutton-indicator-2x-png.html" status="active" subtype="image" title="" fulltitle="radiobutton-indicator@2x.png Image File" subtitle="imagine/automotive/imagine-assets/radiobutton-indicator@2x.png"/>
            <page name="imagine/automotive/imagine-assets/scrollindicator-handle.png" href="qtquickcontrols-imagine-automotive-imagine-assets-scrollindicator-handle-png.html" status="active" subtype="image" title="" fulltitle="scrollindicator-handle.png Image File" subtitle="imagine/automotive/imagine-assets/scrollindicator-handle.png"/>
            <page name="imagine/automotive/imagine-assets/scrollindicator-handle@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-scrollindicator-handle-2x-png.html" status="active" subtype="image" title="" fulltitle="scrollindicator-handle@2x.png Image File" subtitle="imagine/automotive/imagine-assets/scrollindicator-handle@2x.png"/>
            <page name="imagine/automotive/imagine-assets/slider-background-horizontal.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-slider-background-horizontal-9-png.html" status="active" subtype="image" title="" fulltitle="slider-background-horizontal.9.png Image File" subtitle="imagine/automotive/imagine-assets/slider-background-horizontal.9.png"/>
            <page name="imagine/automotive/imagine-assets/slider-background-horizontal@2x.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-slider-background-horizontal-2x-9-png.html" status="active" subtype="image" title="" fulltitle="slider-background-horizontal@2x.9.png Image File" subtitle="imagine/automotive/imagine-assets/slider-background-horizontal@2x.9.png"/>
            <page name="imagine/automotive/imagine-assets/slider-handle-hovered.png" href="qtquickcontrols-imagine-automotive-imagine-assets-slider-handle-hovered-png.html" status="active" subtype="image" title="" fulltitle="slider-handle-hovered.png Image File" subtitle="imagine/automotive/imagine-assets/slider-handle-hovered.png"/>
            <page name="imagine/automotive/imagine-assets/slider-handle-hovered@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-slider-handle-hovered-2x-png.html" status="active" subtype="image" title="" fulltitle="slider-handle-hovered@2x.png Image File" subtitle="imagine/automotive/imagine-assets/slider-handle-hovered@2x.png"/>
            <page name="imagine/automotive/imagine-assets/slider-handle-pressed.png" href="qtquickcontrols-imagine-automotive-imagine-assets-slider-handle-pressed-png.html" status="active" subtype="image" title="" fulltitle="slider-handle-pressed.png Image File" subtitle="imagine/automotive/imagine-assets/slider-handle-pressed.png"/>
            <page name="imagine/automotive/imagine-assets/slider-handle-pressed@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-slider-handle-pressed-2x-png.html" status="active" subtype="image" title="" fulltitle="slider-handle-pressed@2x.png Image File" subtitle="imagine/automotive/imagine-assets/slider-handle-pressed@2x.png"/>
            <page name="imagine/automotive/imagine-assets/slider-handle.png" href="qtquickcontrols-imagine-automotive-imagine-assets-slider-handle-png.html" status="active" subtype="image" title="" fulltitle="slider-handle.png Image File" subtitle="imagine/automotive/imagine-assets/slider-handle.png"/>
            <page name="imagine/automotive/imagine-assets/slider-handle@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-slider-handle-2x-png.html" status="active" subtype="image" title="" fulltitle="slider-handle@2x.png Image File" subtitle="imagine/automotive/imagine-assets/slider-handle@2x.png"/>
            <page name="imagine/automotive/imagine-assets/slider-progress-horizontal-pressed.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-slider-progress-horizontal-pressed-9-png.html" status="active" subtype="image" title="" fulltitle="slider-progress-horizontal-pressed.9.png Image File" subtitle="imagine/automotive/imagine-assets/slider-progress-horizontal-pressed.9.png"/>
            <page name="imagine/automotive/imagine-assets/slider-progress-horizontal-pressed@2x.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-slider-progress-horizontal-pressed-2x-9-png.html" status="active" subtype="image" title="" fulltitle="slider-progress-horizontal-pressed@2x.9.png Image File" subtitle="imagine/automotive/imagine-assets/slider-progress-horizontal-pressed@2x.9.png"/>
            <page name="imagine/automotive/imagine-assets/slider-progress-horizontal.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-slider-progress-horizontal-9-png.html" status="active" subtype="image" title="" fulltitle="slider-progress-horizontal.9.png Image File" subtitle="imagine/automotive/imagine-assets/slider-progress-horizontal.9.png"/>
            <page name="imagine/automotive/imagine-assets/slider-progress-horizontal@2x.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-slider-progress-horizontal-2x-9-png.html" status="active" subtype="image" title="" fulltitle="slider-progress-horizontal@2x.9.png Image File" subtitle="imagine/automotive/imagine-assets/slider-progress-horizontal@2x.9.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-background.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-background-9-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-background.9.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-background.9.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-background@2x.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-background-2x-9-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-background@2x.9.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-background@2x.9.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-handle-checked-hovered-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-handle-checked-hovered.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-handle-checked-hovered-2x-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-handle-checked-hovered@2x.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered@2x.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-handle-checked.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-handle-checked-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-handle-checked.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-handle-checked.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-handle-checked@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-handle-checked-2x-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-handle-checked@2x.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-handle-checked@2x.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-handle-hovered.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-handle-hovered-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-handle-hovered.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-handle-hovered.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-handle-hovered@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-handle-hovered-2x-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-handle-hovered@2x.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-handle-hovered@2x.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-handle-pressed.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-handle-pressed-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-handle-pressed.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-handle-pressed.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-handle-pressed@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-handle-pressed-2x-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-handle-pressed@2x.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-handle-pressed@2x.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-handle.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-handle-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-handle.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-handle.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-handle@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-handle-2x-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-handle@2x.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-handle@2x.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-indicator-pressed.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-indicator-pressed-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-indicator-pressed.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-indicator-pressed.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-indicator-pressed@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-indicator-pressed-2x-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-indicator-pressed@2x.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-indicator-pressed@2x.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-indicator.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-indicator-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-indicator.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-indicator.png"/>
            <page name="imagine/automotive/imagine-assets/switchdelegate-indicator@2x.png" href="qtquickcontrols-imagine-automotive-imagine-assets-switchdelegate-indicator-2x-png.html" status="active" subtype="image" title="" fulltitle="switchdelegate-indicator@2x.png Image File" subtitle="imagine/automotive/imagine-assets/switchdelegate-indicator@2x.png"/>
            <page name="imagine/automotive/imagine-assets/toolseparator-separator-vertical.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-toolseparator-separator-vertical-9-png.html" status="active" subtype="image" title="" fulltitle="toolseparator-separator-vertical.9.png Image File" subtitle="imagine/automotive/imagine-assets/toolseparator-separator-vertical.9.png"/>
            <page name="imagine/automotive/imagine-assets/toolseparator-separator-vertical@2x.9.png" href="qtquickcontrols-imagine-automotive-imagine-assets-toolseparator-separator-vertical-2x-9-png.html" status="active" subtype="image" title="" fulltitle="toolseparator-separator-vertical@2x.9.png Image File" subtitle="imagine/automotive/imagine-assets/toolseparator-separator-vertical@2x.9.png"/>
        </page>
        <page name="tableofcontents" href="qtquickcontrols-tableofcontents-example.html" status="active" location="qtquickcontrols-tableofcontents.qdoc" documented="true" groups="qtquickcontrols-tableofcontents" subtype="example" title="Qt Quick Controls - Table of Contents" fulltitle="Qt Quick Controls - Table of Contents" subtitle="" brief="Demonstrate the custom tree model in the TreeView control">
            <keyword name="qt-quick-controls-table-of-contents" title="Qt Quick Controls - Table of Contents"/>
            <keyword name="qt-quick-controls-2-table-of-contents" title="Qt Quick Controls 2 - Table of Contents"/>
            <contents name="running-the-example" title="Running the Example" level="1"/>
            <page name="tableofcontents/Main.qml" href="qtquickcontrols-tableofcontents-main-qml.html" status="active" subtype="file" title="" fulltitle="Main.qml Example File" subtitle="tableofcontents/Main.qml"/>
            <page name="tableofcontents/treeitem.cpp" href="qtquickcontrols-tableofcontents-treeitem-cpp.html" status="active" subtype="file" title="" fulltitle="treeitem.cpp Example File" subtitle="tableofcontents/treeitem.cpp"/>
            <page name="tableofcontents/treeitem.h" href="qtquickcontrols-tableofcontents-treeitem-h.html" status="active" subtype="file" title="" fulltitle="treeitem.h Example File" subtitle="tableofcontents/treeitem.h"/>
            <page name="tableofcontents/treemodel.cpp" href="qtquickcontrols-tableofcontents-treemodel-cpp.html" status="active" subtype="file" title="" fulltitle="treemodel.cpp Example File" subtitle="tableofcontents/treemodel.cpp"/>
            <page name="tableofcontents/treemodel.h" href="qtquickcontrols-tableofcontents-treemodel-h.html" status="active" subtype="file" title="" fulltitle="treemodel.h Example File" subtitle="tableofcontents/treemodel.h"/>
            <page name="tableofcontents/main.cpp" href="qtquickcontrols-tableofcontents-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tableofcontents/main.cpp"/>
            <page name="tableofcontents/CMakeLists.txt" href="qtquickcontrols-tableofcontents-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="tableofcontents/CMakeLists.txt"/>
            <page name="tableofcontents/arrow_icon.png" href="qtquickcontrols-tableofcontents-arrow-icon-png.html" status="active" subtype="image" title="" fulltitle="arrow_icon.png Image File" subtitle="tableofcontents/arrow_icon.png"/>
        </page>
        <page name="texteditor" href="qtquickcontrols-texteditor-example.html" status="active" location="qtquickcontrols-texteditor.qdoc" documented="true" groups="category Graphics,qtquickcontrols-examples" subtype="example" title="Qt Quick Controls - Text Editor" fulltitle="Qt Quick Controls - Text Editor" subtitle="" brief="A rich-text editor app using Qt Quick Controls">
            <keyword name="qt-quick-controls-text-editor" title="Qt Quick Controls - Text Editor"/>
            <keyword name="qt-quick-controls-2-text-editor" title="Qt Quick Controls 2 - Text Editor"/>
            <contents name="desktop-user-interface" title="Desktop User Interface" level="1"/>
            <contents name="touch-user-interface" title="Touch User Interface" level="1"/>
            <contents name="running-the-example" title="Running the Example" level="1"/>
            <page name="texteditor/texteditor.cpp" href="qtquickcontrols-texteditor-texteditor-cpp.html" status="active" subtype="file" title="" fulltitle="texteditor.cpp Example File" subtitle="texteditor/texteditor.cpp"/>
            <page name="texteditor/qml/texteditor.qml" href="qtquickcontrols-texteditor-qml-texteditor-qml.html" status="active" subtype="file" title="" fulltitle="texteditor.qml Example File" subtitle="texteditor/qml/texteditor.qml"/>
            <page name="texteditor/qml/+touch/texteditor.qml" href="qtquickcontrols-texteditor-qml-touch-texteditor-qml.html" status="active" subtype="file" title="" fulltitle="texteditor.qml Example File" subtitle="texteditor/qml/+touch/texteditor.qml"/>
            <page name="texteditor/CMakeLists.txt" href="qtquickcontrols-texteditor-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="texteditor/CMakeLists.txt"/>
            <page name="texteditor/texteditor.pro" href="qtquickcontrols-texteditor-texteditor-pro.html" status="active" subtype="file" title="" fulltitle="texteditor.pro Example File" subtitle="texteditor/texteditor.pro"/>
            <page name="texteditor/texteditor.qrc" href="qtquickcontrols-texteditor-texteditor-qrc.html" status="active" subtype="file" title="" fulltitle="texteditor.qrc Example File" subtitle="texteditor/texteditor.qrc"/>
            <page name="texteditor/creatorKateHighlighter.png" href="qtquickcontrols-texteditor-creatorkatehighlighter-png.html" status="active" subtype="image" title="" fulltitle="creatorKateHighlighter.png Image File" subtitle="texteditor/creatorKateHighlighter.png"/>
            <page name="texteditor/einstein.png" href="qtquickcontrols-texteditor-einstein-png.html" status="active" subtype="image" title="" fulltitle="einstein.png Image File" subtitle="texteditor/einstein.png"/>
            <page name="texteditor/red.png" href="qtquickcontrols-texteditor-red-png.html" status="active" subtype="image" title="" fulltitle="red.png Image File" subtitle="texteditor/red.png"/>
            <page name="texteditor/images/qt-logo.png" href="qtquickcontrols-texteditor-images-qt-logo-png.html" status="active" subtype="image" title="" fulltitle="qt-logo.png Image File" subtitle="texteditor/images/qt-logo.png"/>
        </page>
        <page name="ios/todolist" href="qtquickcontrols-ios-todolist-example.html" status="active" location="qtquickcontrols-todolist.qdoc" documented="true" groups="qtquickcontrols-examples" subtype="example" title="Qt Quick Controls - To Do List" fulltitle="Qt Quick Controls - To Do List" subtitle="" brief="To do list application for iOS">
            <keyword name="qt-quick-controls-to-do-list" title="Qt Quick Controls - To Do List"/>
            <keyword name="qt-quick-controls-2-to-do-list" title="Qt Quick Controls 2 - To Do List"/>
            <contents name="running-the-example" title="Running the Example" level="1"/>
            <page name="ios/todolist/AppSettings.qml" href="qtquickcontrols-ios-todolist-appsettings-qml.html" status="active" subtype="file" title="" fulltitle="AppSettings.qml Example File" subtitle="ios/todolist/AppSettings.qml"/>
            <page name="ios/todolist/Database.qml" href="qtquickcontrols-ios-todolist-database-qml.html" status="active" subtype="file" title="" fulltitle="Database.qml Example File" subtitle="ios/todolist/Database.qml"/>
            <page name="ios/todolist/FontSizePage.qml" href="qtquickcontrols-ios-todolist-fontsizepage-qml.html" status="active" subtype="file" title="" fulltitle="FontSizePage.qml Example File" subtitle="ios/todolist/FontSizePage.qml"/>
            <page name="ios/todolist/HomePage.qml" href="qtquickcontrols-ios-todolist-homepage-qml.html" status="active" subtype="file" title="" fulltitle="HomePage.qml Example File" subtitle="ios/todolist/HomePage.qml"/>
            <page name="ios/todolist/MaxTasksPage.qml" href="qtquickcontrols-ios-todolist-maxtaskspage-qml.html" status="active" subtype="file" title="" fulltitle="MaxTasksPage.qml Example File" subtitle="ios/todolist/MaxTasksPage.qml"/>
            <page name="ios/todolist/NavBar.qml" href="qtquickcontrols-ios-todolist-navbar-qml.html" status="active" subtype="file" title="" fulltitle="NavBar.qml Example File" subtitle="ios/todolist/NavBar.qml"/>
            <page name="ios/todolist/ProjectPage.qml" href="qtquickcontrols-ios-todolist-projectpage-qml.html" status="active" subtype="file" title="" fulltitle="ProjectPage.qml Example File" subtitle="ios/todolist/ProjectPage.qml"/>
            <page name="ios/todolist/SettingsPage.qml" href="qtquickcontrols-ios-todolist-settingspage-qml.html" status="active" subtype="file" title="" fulltitle="SettingsPage.qml Example File" subtitle="ios/todolist/SettingsPage.qml"/>
            <page name="ios/todolist/ToggleCompletedTasksPage.qml" href="qtquickcontrols-ios-todolist-togglecompletedtaskspage-qml.html" status="active" subtype="file" title="" fulltitle="ToggleCompletedTasksPage.qml Example File" subtitle="ios/todolist/ToggleCompletedTasksPage.qml"/>
            <page name="ios/todolist/main.qml" href="qtquickcontrols-ios-todolist-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="ios/todolist/main.qml"/>
            <page name="ios/todolist/src/main.cpp" href="qtquickcontrols-ios-todolist-src-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="ios/todolist/src/main.cpp"/>
            <page name="ios/todolist/CMakeLists.txt" href="qtquickcontrols-ios-todolist-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="ios/todolist/CMakeLists.txt"/>
            <page name="ios/todolist/qmldir" href="qtquickcontrols-ios-todolist-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="ios/todolist/qmldir"/>
            <page name="ios/todolist/todolist.pro" href="qtquickcontrols-ios-todolist-todolist-pro.html" status="active" subtype="file" title="" fulltitle="todolist.pro Example File" subtitle="ios/todolist/todolist.pro"/>
            <page name="ios/todolist/images/add-new.png" href="qtquickcontrols-ios-todolist-images-add-new-png.html" status="active" subtype="image" title="" fulltitle="add-new.png Image File" subtitle="ios/todolist/images/add-new.png"/>
            <page name="ios/todolist/images/add-new@2x.png" href="qtquickcontrols-ios-todolist-images-add-new-2x-png.html" status="active" subtype="image" title="" fulltitle="add-new@2x.png Image File" subtitle="ios/todolist/images/add-new@2x.png"/>
            <page name="ios/todolist/images/add-new@3x.png" href="qtquickcontrols-ios-todolist-images-add-new-3x-png.html" status="active" subtype="image" title="" fulltitle="add-new@3x.png Image File" subtitle="ios/todolist/images/add-new@3x.png"/>
            <page name="ios/todolist/images/back-white.png" href="qtquickcontrols-ios-todolist-images-back-white-png.html" status="active" subtype="image" title="" fulltitle="back-white.png Image File" subtitle="ios/todolist/images/back-white.png"/>
            <page name="ios/todolist/images/back-white@2x.png" href="qtquickcontrols-ios-todolist-images-back-white-2x-png.html" status="active" subtype="image" title="" fulltitle="back-white@2x.png Image File" subtitle="ios/todolist/images/back-white@2x.png"/>
            <page name="ios/todolist/images/back-white@3x.png" href="qtquickcontrols-ios-todolist-images-back-white-3x-png.html" status="active" subtype="image" title="" fulltitle="back-white@3x.png Image File" subtitle="ios/todolist/images/back-white@3x.png"/>
            <page name="ios/todolist/images/back.png" href="qtquickcontrols-ios-todolist-images-back-png.html" status="active" subtype="image" title="" fulltitle="back.png Image File" subtitle="ios/todolist/images/back.png"/>
            <page name="ios/todolist/images/back@2x.png" href="qtquickcontrols-ios-todolist-images-back-2x-png.html" status="active" subtype="image" title="" fulltitle="back@2x.png Image File" subtitle="ios/todolist/images/back@2x.png"/>
            <page name="ios/todolist/images/back@3x.png" href="qtquickcontrols-ios-todolist-images-back-3x-png.html" status="active" subtype="image" title="" fulltitle="back@3x.png Image File" subtitle="ios/todolist/images/back@3x.png"/>
            <page name="ios/todolist/images/close-white.png" href="qtquickcontrols-ios-todolist-images-close-white-png.html" status="active" subtype="image" title="" fulltitle="close-white.png Image File" subtitle="ios/todolist/images/close-white.png"/>
            <page name="ios/todolist/images/close-white@2x.png" href="qtquickcontrols-ios-todolist-images-close-white-2x-png.html" status="active" subtype="image" title="" fulltitle="close-white@2x.png Image File" subtitle="ios/todolist/images/close-white@2x.png"/>
            <page name="ios/todolist/images/close-white@3x.png" href="qtquickcontrols-ios-todolist-images-close-white-3x-png.html" status="active" subtype="image" title="" fulltitle="close-white@3x.png Image File" subtitle="ios/todolist/images/close-white@3x.png"/>
            <page name="ios/todolist/images/close.png" href="qtquickcontrols-ios-todolist-images-close-png.html" status="active" subtype="image" title="" fulltitle="close.png Image File" subtitle="ios/todolist/images/close.png"/>
            <page name="ios/todolist/images/close@2x.png" href="qtquickcontrols-ios-todolist-images-close-2x-png.html" status="active" subtype="image" title="" fulltitle="close@2x.png Image File" subtitle="ios/todolist/images/close@2x.png"/>
            <page name="ios/todolist/images/close@3x.png" href="qtquickcontrols-ios-todolist-images-close-3x-png.html" status="active" subtype="image" title="" fulltitle="close@3x.png Image File" subtitle="ios/todolist/images/close@3x.png"/>
            <page name="ios/todolist/images/plus-math.png" href="qtquickcontrols-ios-todolist-images-plus-math-png.html" status="active" subtype="image" title="" fulltitle="plus-math.png Image File" subtitle="ios/todolist/images/plus-math.png"/>
            <page name="ios/todolist/images/plus-math@2x.png" href="qtquickcontrols-ios-todolist-images-plus-math-2x-png.html" status="active" subtype="image" title="" fulltitle="plus-math@2x.png Image File" subtitle="ios/todolist/images/plus-math@2x.png"/>
            <page name="ios/todolist/images/plus-math@3x.png" href="qtquickcontrols-ios-todolist-images-plus-math-3x-png.html" status="active" subtype="image" title="" fulltitle="plus-math@3x.png Image File" subtitle="ios/todolist/images/plus-math@3x.png"/>
            <page name="ios/todolist/images/settings.png" href="qtquickcontrols-ios-todolist-images-settings-png.html" status="active" subtype="image" title="" fulltitle="settings.png Image File" subtitle="ios/todolist/images/settings.png"/>
            <page name="ios/todolist/images/settings@2x.png" href="qtquickcontrols-ios-todolist-images-settings-2x-png.html" status="active" subtype="image" title="" fulltitle="settings@2x.png Image File" subtitle="ios/todolist/images/settings@2x.png"/>
            <page name="ios/todolist/images/settings@3x.png" href="qtquickcontrols-ios-todolist-images-settings-3x-png.html" status="active" subtype="image" title="" fulltitle="settings@3x.png Image File" subtitle="ios/todolist/images/settings@3x.png"/>
        </page>
        <page name="wearable" href="qtquickcontrols-wearable-example.html" status="active" location="qtquickcontrols-wearable.qdoc" documented="true" groups="category Embedded,category Mobile,qtquickcontrols-examples" subtype="example" title="Qt Quick Controls - Wearable Demo" fulltitle="Qt Quick Controls - Wearable Demo" subtitle="" brief="Demonstrates an application launcher designed for wearable devices">
            <keyword name="qt-quick-controls-wearable-demo" title="Qt Quick Controls - Wearable Demo"/>
            <keyword name="qt-quick-controls-2-wearable-demo" title="Qt Quick Controls 2 - Wearable Demo"/>
            <contents name="structure" title="Structure" level="1"/>
            <contents name="styling" title="Styling" level="1"/>
            <contents name="launcher-page" title="Launcher Page" level="1"/>
            <contents name="applications" title="Applications" level="1"/>
            <contents name="navigation" title="Navigation" level="2"/>
            <contents name="weather" title="Weather" level="2"/>
            <contents name="world-clock" title="World Clock" level="2"/>
            <contents name="others" title="Others" level="2"/>
            <contents name="running-the-example" title="Running the Example" level="1"/>
            <page name="wearable/wearable.cpp" href="qtquickcontrols-wearable-wearable-cpp.html" status="active" subtype="file" title="" fulltitle="wearable.cpp Example File" subtitle="wearable/wearable.cpp"/>
            <page name="wearable/Wearable/AlarmsPage.qml" href="qtquickcontrols-wearable-wearable-alarmspage-qml.html" status="active" subtype="file" title="" fulltitle="AlarmsPage.qml Example File" subtitle="wearable/Wearable/AlarmsPage.qml"/>
            <page name="wearable/Wearable/AppSettings.qml" href="qtquickcontrols-wearable-wearable-appsettings-qml.html" status="active" subtype="file" title="" fulltitle="AppSettings.qml Example File" subtitle="wearable/Wearable/AppSettings.qml"/>
            <page name="wearable/Wearable/Clock.qml" href="qtquickcontrols-wearable-wearable-clock-qml.html" status="active" subtype="file" title="" fulltitle="Clock.qml Example File" subtitle="wearable/Wearable/Clock.qml"/>
            <page name="wearable/Wearable/DemoMode.qml" href="qtquickcontrols-wearable-wearable-demomode-qml.html" status="active" subtype="file" title="" fulltitle="DemoMode.qml Example File" subtitle="wearable/Wearable/DemoMode.qml"/>
            <page name="wearable/Wearable/DemoModeIndicator.qml" href="qtquickcontrols-wearable-wearable-demomodeindicator-qml.html" status="active" subtype="file" title="" fulltitle="DemoModeIndicator.qml Example File" subtitle="wearable/Wearable/DemoModeIndicator.qml"/>
            <page name="wearable/Wearable/FitnessPage.qml" href="qtquickcontrols-wearable-wearable-fitnesspage-qml.html" status="active" subtype="file" title="" fulltitle="FitnessPage.qml Example File" subtitle="wearable/Wearable/FitnessPage.qml"/>
            <page name="wearable/Wearable/LauncherPage.qml" href="qtquickcontrols-wearable-wearable-launcherpage-qml.html" status="active" subtype="file" title="" fulltitle="LauncherPage.qml Example File" subtitle="wearable/Wearable/LauncherPage.qml"/>
            <page name="wearable/Wearable/ListHeaderItem.qml" href="qtquickcontrols-wearable-wearable-listheaderitem-qml.html" status="active" subtype="file" title="" fulltitle="ListHeaderItem.qml Example File" subtitle="wearable/Wearable/ListHeaderItem.qml"/>
            <page name="wearable/Wearable/ListItem.qml" href="qtquickcontrols-wearable-wearable-listitem-qml.html" status="active" subtype="file" title="" fulltitle="ListItem.qml Example File" subtitle="wearable/Wearable/ListItem.qml"/>
            <page name="wearable/Wearable/Main.qml" href="qtquickcontrols-wearable-wearable-main-qml.html" status="active" subtype="file" title="" fulltitle="Main.qml Example File" subtitle="wearable/Wearable/Main.qml"/>
            <page name="wearable/Wearable/MenuHeader.qml" href="qtquickcontrols-wearable-wearable-menuheader-qml.html" status="active" subtype="file" title="" fulltitle="MenuHeader.qml Example File" subtitle="wearable/Wearable/MenuHeader.qml"/>
            <page name="wearable/Wearable/NavigationFallbackPage.qml" href="qtquickcontrols-wearable-wearable-navigationfallbackpage-qml.html" status="active" subtype="file" title="" fulltitle="NavigationFallbackPage.qml Example File" subtitle="wearable/Wearable/NavigationFallbackPage.qml"/>
            <page name="wearable/Wearable/NavigationPage.qml" href="qtquickcontrols-wearable-wearable-navigationpage-qml.html" status="active" subtype="file" title="" fulltitle="NavigationPage.qml Example File" subtitle="wearable/Wearable/NavigationPage.qml"/>
            <page name="wearable/Wearable/NotificationsPage.qml" href="qtquickcontrols-wearable-wearable-notificationspage-qml.html" status="active" subtype="file" title="" fulltitle="NotificationsPage.qml Example File" subtitle="wearable/Wearable/NotificationsPage.qml"/>
            <page name="wearable/Wearable/RouteElement.qml" href="qtquickcontrols-wearable-wearable-routeelement-qml.html" status="active" subtype="file" title="" fulltitle="RouteElement.qml Example File" subtitle="wearable/Wearable/RouteElement.qml"/>
            <page name="wearable/Wearable/SettingsPage.qml" href="qtquickcontrols-wearable-wearable-settingspage-qml.html" status="active" subtype="file" title="" fulltitle="SettingsPage.qml Example File" subtitle="wearable/Wearable/SettingsPage.qml"/>
            <page name="wearable/Wearable/SwipeViewPage.qml" href="qtquickcontrols-wearable-wearable-swipeviewpage-qml.html" status="active" subtype="file" title="" fulltitle="SwipeViewPage.qml Example File" subtitle="wearable/Wearable/SwipeViewPage.qml"/>
            <page name="wearable/Wearable/WeatherPage.qml" href="qtquickcontrols-wearable-wearable-weatherpage-qml.html" status="active" subtype="file" title="" fulltitle="WeatherPage.qml Example File" subtitle="wearable/Wearable/WeatherPage.qml"/>
            <page name="wearable/Wearable/WorldClockPage.qml" href="qtquickcontrols-wearable-wearable-worldclockpage-qml.html" status="active" subtype="file" title="" fulltitle="WorldClockPage.qml Example File" subtitle="wearable/Wearable/WorldClockPage.qml"/>
            <page name="wearable/Wearable/fitness.js" href="qtquickcontrols-wearable-wearable-fitness-js.html" status="active" subtype="file" title="" fulltitle="fitness.js Example File" subtitle="wearable/Wearable/fitness.js"/>
            <page name="wearable/Wearable/navigation.js" href="qtquickcontrols-wearable-wearable-navigation-js.html" status="active" subtype="file" title="" fulltitle="navigation.js Example File" subtitle="wearable/Wearable/navigation.js"/>
            <page name="wearable/Wearable/notifications.js" href="qtquickcontrols-wearable-wearable-notifications-js.html" status="active" subtype="file" title="" fulltitle="notifications.js Example File" subtitle="wearable/Wearable/notifications.js"/>
            <page name="wearable/Wearable/weather.js" href="qtquickcontrols-wearable-wearable-weather-js.html" status="active" subtype="file" title="" fulltitle="weather.js Example File" subtitle="wearable/Wearable/weather.js"/>
            <page name="wearable/Wearable/icons/back-dark.svg" href="qtquickcontrols-wearable-wearable-icons-back-dark-svg.html" status="active" subtype="file" title="" fulltitle="back-dark.svg Example File" subtitle="wearable/Wearable/icons/back-dark.svg"/>
            <page name="wearable/Wearable/icons/back-light.svg" href="qtquickcontrols-wearable-wearable-icons-back-light-svg.html" status="active" subtype="file" title="" fulltitle="back-light.svg Example File" subtitle="wearable/Wearable/icons/back-light.svg"/>
            <page name="wearable/Wearable/icons/bearleft-dark.svg" href="qtquickcontrols-wearable-wearable-icons-bearleft-dark-svg.html" status="active" subtype="file" title="" fulltitle="bearleft-dark.svg Example File" subtitle="wearable/Wearable/icons/bearleft-dark.svg"/>
            <page name="wearable/Wearable/icons/bearleft-light.svg" href="qtquickcontrols-wearable-wearable-icons-bearleft-light-svg.html" status="active" subtype="file" title="" fulltitle="bearleft-light.svg Example File" subtitle="wearable/Wearable/icons/bearleft-light.svg"/>
            <page name="wearable/Wearable/icons/bearright-dark.svg" href="qtquickcontrols-wearable-wearable-icons-bearright-dark-svg.html" status="active" subtype="file" title="" fulltitle="bearright-dark.svg Example File" subtitle="wearable/Wearable/icons/bearright-dark.svg"/>
            <page name="wearable/Wearable/icons/bearright-light.svg" href="qtquickcontrols-wearable-wearable-icons-bearright-light-svg.html" status="active" subtype="file" title="" fulltitle="bearright-light.svg Example File" subtitle="wearable/Wearable/icons/bearright-light.svg"/>
            <page name="wearable/Wearable/icons/bell-dark.svg" href="qtquickcontrols-wearable-wearable-icons-bell-dark-svg.html" status="active" subtype="file" title="" fulltitle="bell-dark.svg Example File" subtitle="wearable/Wearable/icons/bell-dark.svg"/>
            <page name="wearable/Wearable/icons/bell-light.svg" href="qtquickcontrols-wearable-wearable-icons-bell-light-svg.html" status="active" subtype="file" title="" fulltitle="bell-light.svg Example File" subtitle="wearable/Wearable/icons/bell-light.svg"/>
            <page name="wearable/Wearable/icons/bluetooth-dark.svg" href="qtquickcontrols-wearable-wearable-icons-bluetooth-dark-svg.html" status="active" subtype="file" title="" fulltitle="bluetooth-dark.svg Example File" subtitle="wearable/Wearable/icons/bluetooth-dark.svg"/>
            <page name="wearable/Wearable/icons/bluetooth-light.svg" href="qtquickcontrols-wearable-wearable-icons-bluetooth-light-svg.html" status="active" subtype="file" title="" fulltitle="bluetooth-light.svg Example File" subtitle="wearable/Wearable/icons/bluetooth-light.svg"/>
            <page name="wearable/Wearable/icons/clock-dark.svg" href="qtquickcontrols-wearable-wearable-icons-clock-dark-svg.html" status="active" subtype="file" title="" fulltitle="clock-dark.svg Example File" subtitle="wearable/Wearable/icons/clock-dark.svg"/>
            <page name="wearable/Wearable/icons/clock-light.svg" href="qtquickcontrols-wearable-wearable-icons-clock-light-svg.html" status="active" subtype="file" title="" fulltitle="clock-light.svg Example File" subtitle="wearable/Wearable/icons/clock-light.svg"/>
            <page name="wearable/Wearable/icons/darkmode-dark.svg" href="qtquickcontrols-wearable-wearable-icons-darkmode-dark-svg.html" status="active" subtype="file" title="" fulltitle="darkmode-dark.svg Example File" subtitle="wearable/Wearable/icons/darkmode-dark.svg"/>
            <page name="wearable/Wearable/icons/darkmode-light.svg" href="qtquickcontrols-wearable-wearable-icons-darkmode-light-svg.html" status="active" subtype="file" title="" fulltitle="darkmode-light.svg Example File" subtitle="wearable/Wearable/icons/darkmode-light.svg"/>
            <page name="wearable/Wearable/icons/demomode-dark.svg" href="qtquickcontrols-wearable-wearable-icons-demomode-dark-svg.html" status="active" subtype="file" title="" fulltitle="demomode-dark.svg Example File" subtitle="wearable/Wearable/icons/demomode-dark.svg"/>
            <page name="wearable/Wearable/icons/demomode-light.svg" href="qtquickcontrols-wearable-wearable-icons-demomode-light-svg.html" status="active" subtype="file" title="" fulltitle="demomode-light.svg Example File" subtitle="wearable/Wearable/icons/demomode-light.svg"/>
            <page name="wearable/Wearable/icons/drop-dark.svg" href="qtquickcontrols-wearable-wearable-icons-drop-dark-svg.html" status="active" subtype="file" title="" fulltitle="drop-dark.svg Example File" subtitle="wearable/Wearable/icons/drop-dark.svg"/>
            <page name="wearable/Wearable/icons/drop-light.svg" href="qtquickcontrols-wearable-wearable-icons-drop-light-svg.html" status="active" subtype="file" title="" fulltitle="drop-light.svg Example File" subtitle="wearable/Wearable/icons/drop-light.svg"/>
            <page name="wearable/Wearable/icons/forward-dark.svg" href="qtquickcontrols-wearable-wearable-icons-forward-dark-svg.html" status="active" subtype="file" title="" fulltitle="forward-dark.svg Example File" subtitle="wearable/Wearable/icons/forward-dark.svg"/>
            <page name="wearable/Wearable/icons/forward-light.svg" href="qtquickcontrols-wearable-wearable-icons-forward-light-svg.html" status="active" subtype="file" title="" fulltitle="forward-light.svg Example File" subtitle="wearable/Wearable/icons/forward-light.svg"/>
            <page name="wearable/Wearable/icons/hearth-dark.svg" href="qtquickcontrols-wearable-wearable-icons-hearth-dark-svg.html" status="active" subtype="file" title="" fulltitle="hearth-dark.svg Example File" subtitle="wearable/Wearable/icons/hearth-dark.svg"/>
            <page name="wearable/Wearable/icons/hearth-light.svg" href="qtquickcontrols-wearable-wearable-icons-hearth-light-svg.html" status="active" subtype="file" title="" fulltitle="hearth-light.svg Example File" subtitle="wearable/Wearable/icons/hearth-light.svg"/>
            <page name="wearable/Wearable/icons/left-dark.svg" href="qtquickcontrols-wearable-wearable-icons-left-dark-svg.html" status="active" subtype="file" title="" fulltitle="left-dark.svg Example File" subtitle="wearable/Wearable/icons/left-dark.svg"/>
            <page name="wearable/Wearable/icons/left-light.svg" href="qtquickcontrols-wearable-wearable-icons-left-light-svg.html" status="active" subtype="file" title="" fulltitle="left-light.svg Example File" subtitle="wearable/Wearable/icons/left-light.svg"/>
            <page name="wearable/Wearable/icons/lightleft-dark.svg" href="qtquickcontrols-wearable-wearable-icons-lightleft-dark-svg.html" status="active" subtype="file" title="" fulltitle="lightleft-dark.svg Example File" subtitle="wearable/Wearable/icons/lightleft-dark.svg"/>
            <page name="wearable/Wearable/icons/lightleft-light.svg" href="qtquickcontrols-wearable-wearable-icons-lightleft-light-svg.html" status="active" subtype="file" title="" fulltitle="lightleft-light.svg Example File" subtitle="wearable/Wearable/icons/lightleft-light.svg"/>
            <page name="wearable/Wearable/icons/lightright-dark.svg" href="qtquickcontrols-wearable-wearable-icons-lightright-dark-svg.html" status="active" subtype="file" title="" fulltitle="lightright-dark.svg Example File" subtitle="wearable/Wearable/icons/lightright-dark.svg"/>
            <page name="wearable/Wearable/icons/lightright-light.svg" href="qtquickcontrols-wearable-wearable-icons-lightright-light-svg.html" status="active" subtype="file" title="" fulltitle="lightright-light.svg Example File" subtitle="wearable/Wearable/icons/lightright-light.svg"/>
            <page name="wearable/Wearable/icons/maps-dark.svg" href="qtquickcontrols-wearable-wearable-icons-maps-dark-svg.html" status="active" subtype="file" title="" fulltitle="maps-dark.svg Example File" subtitle="wearable/Wearable/icons/maps-dark.svg"/>
            <page name="wearable/Wearable/icons/maps-light.svg" href="qtquickcontrols-wearable-wearable-icons-maps-light-svg.html" status="active" subtype="file" title="" fulltitle="maps-light.svg Example File" subtitle="wearable/Wearable/icons/maps-light.svg"/>
            <page name="wearable/Wearable/icons/notification-dark.svg" href="qtquickcontrols-wearable-wearable-icons-notification-dark-svg.html" status="active" subtype="file" title="" fulltitle="notification-dark.svg Example File" subtitle="wearable/Wearable/icons/notification-dark.svg"/>
            <page name="wearable/Wearable/icons/notification-light.svg" href="qtquickcontrols-wearable-wearable-icons-notification-light-svg.html" status="active" subtype="file" title="" fulltitle="notification-light.svg Example File" subtitle="wearable/Wearable/icons/notification-light.svg"/>
            <page name="wearable/Wearable/icons/plus-dark.svg" href="qtquickcontrols-wearable-wearable-icons-plus-dark-svg.html" status="active" subtype="file" title="" fulltitle="plus-dark.svg Example File" subtitle="wearable/Wearable/icons/plus-dark.svg"/>
            <page name="wearable/Wearable/icons/plus-light.svg" href="qtquickcontrols-wearable-wearable-icons-plus-light-svg.html" status="active" subtype="file" title="" fulltitle="plus-light.svg Example File" subtitle="wearable/Wearable/icons/plus-light.svg"/>
            <page name="wearable/Wearable/icons/pressure-dark.svg" href="qtquickcontrols-wearable-wearable-icons-pressure-dark-svg.html" status="active" subtype="file" title="" fulltitle="pressure-dark.svg Example File" subtitle="wearable/Wearable/icons/pressure-dark.svg"/>
            <page name="wearable/Wearable/icons/pressure-light.svg" href="qtquickcontrols-wearable-wearable-icons-pressure-light-svg.html" status="active" subtype="file" title="" fulltitle="pressure-light.svg Example File" subtitle="wearable/Wearable/icons/pressure-light.svg"/>
            <page name="wearable/Wearable/icons/right-dark.svg" href="qtquickcontrols-wearable-wearable-icons-right-dark-svg.html" status="active" subtype="file" title="" fulltitle="right-dark.svg Example File" subtitle="wearable/Wearable/icons/right-dark.svg"/>
            <page name="wearable/Wearable/icons/right-light.svg" href="qtquickcontrols-wearable-wearable-icons-right-light-svg.html" status="active" subtype="file" title="" fulltitle="right-light.svg Example File" subtitle="wearable/Wearable/icons/right-light.svg"/>
            <page name="wearable/Wearable/icons/settings-dark.svg" href="qtquickcontrols-wearable-wearable-icons-settings-dark-svg.html" status="active" subtype="file" title="" fulltitle="settings-dark.svg Example File" subtitle="wearable/Wearable/icons/settings-dark.svg"/>
            <page name="wearable/Wearable/icons/settings-light.svg" href="qtquickcontrols-wearable-wearable-icons-settings-light-svg.html" status="active" subtype="file" title="" fulltitle="settings-light.svg Example File" subtitle="wearable/Wearable/icons/settings-light.svg"/>
            <page name="wearable/Wearable/icons/sun-dark.svg" href="qtquickcontrols-wearable-wearable-icons-sun-dark-svg.html" status="active" subtype="file" title="" fulltitle="sun-dark.svg Example File" subtitle="wearable/Wearable/icons/sun-dark.svg"/>
            <page name="wearable/Wearable/icons/sun-light.svg" href="qtquickcontrols-wearable-wearable-icons-sun-light-svg.html" status="active" subtype="file" title="" fulltitle="sun-light.svg Example File" subtitle="wearable/Wearable/icons/sun-light.svg"/>
            <page name="wearable/Wearable/icons/sunrise-dark.svg" href="qtquickcontrols-wearable-wearable-icons-sunrise-dark-svg.html" status="active" subtype="file" title="" fulltitle="sunrise-dark.svg Example File" subtitle="wearable/Wearable/icons/sunrise-dark.svg"/>
            <page name="wearable/Wearable/icons/sunrise-light.svg" href="qtquickcontrols-wearable-wearable-icons-sunrise-light-svg.html" status="active" subtype="file" title="" fulltitle="sunrise-light.svg Example File" subtitle="wearable/Wearable/icons/sunrise-light.svg"/>
            <page name="wearable/Wearable/icons/sunset-dark.svg" href="qtquickcontrols-wearable-wearable-icons-sunset-dark-svg.html" status="active" subtype="file" title="" fulltitle="sunset-dark.svg Example File" subtitle="wearable/Wearable/icons/sunset-dark.svg"/>
            <page name="wearable/Wearable/icons/sunset-light.svg" href="qtquickcontrols-wearable-wearable-icons-sunset-light-svg.html" status="active" subtype="file" title="" fulltitle="sunset-light.svg Example File" subtitle="wearable/Wearable/icons/sunset-light.svg"/>
            <page name="wearable/Wearable/icons/thermometer-dark.svg" href="qtquickcontrols-wearable-wearable-icons-thermometer-dark-svg.html" status="active" subtype="file" title="" fulltitle="thermometer-dark.svg Example File" subtitle="wearable/Wearable/icons/thermometer-dark.svg"/>
            <page name="wearable/Wearable/icons/thermometer-light.svg" href="qtquickcontrols-wearable-wearable-icons-thermometer-light-svg.html" status="active" subtype="file" title="" fulltitle="thermometer-light.svg Example File" subtitle="wearable/Wearable/icons/thermometer-light.svg"/>
            <page name="wearable/Wearable/icons/uturnleft-dark.svg" href="qtquickcontrols-wearable-wearable-icons-uturnleft-dark-svg.html" status="active" subtype="file" title="" fulltitle="uturnleft-dark.svg Example File" subtitle="wearable/Wearable/icons/uturnleft-dark.svg"/>
            <page name="wearable/Wearable/icons/uturnleft-light.svg" href="qtquickcontrols-wearable-wearable-icons-uturnleft-light-svg.html" status="active" subtype="file" title="" fulltitle="uturnleft-light.svg Example File" subtitle="wearable/Wearable/icons/uturnleft-light.svg"/>
            <page name="wearable/Wearable/icons/uturnright-dark.svg" href="qtquickcontrols-wearable-wearable-icons-uturnright-dark-svg.html" status="active" subtype="file" title="" fulltitle="uturnright-dark.svg Example File" subtitle="wearable/Wearable/icons/uturnright-dark.svg"/>
            <page name="wearable/Wearable/icons/uturnright-light.svg" href="qtquickcontrols-wearable-wearable-icons-uturnright-light-svg.html" status="active" subtype="file" title="" fulltitle="uturnright-light.svg Example File" subtitle="wearable/Wearable/icons/uturnright-light.svg"/>
            <page name="wearable/Wearable/icons/weather-dark.svg" href="qtquickcontrols-wearable-wearable-icons-weather-dark-svg.html" status="active" subtype="file" title="" fulltitle="weather-dark.svg Example File" subtitle="wearable/Wearable/icons/weather-dark.svg"/>
            <page name="wearable/Wearable/icons/weather-few-clouds-dark.svg" href="qtquickcontrols-wearable-wearable-icons-weather-few-clouds-dark-svg.html" status="active" subtype="file" title="" fulltitle="weather-few-clouds-dark.svg Example File" subtitle="wearable/Wearable/icons/weather-few-clouds-dark.svg"/>
            <page name="wearable/Wearable/icons/weather-few-clouds-light.svg" href="qtquickcontrols-wearable-wearable-icons-weather-few-clouds-light-svg.html" status="active" subtype="file" title="" fulltitle="weather-few-clouds-light.svg Example File" subtitle="wearable/Wearable/icons/weather-few-clouds-light.svg"/>
            <page name="wearable/Wearable/icons/weather-fog-dark.svg" href="qtquickcontrols-wearable-wearable-icons-weather-fog-dark-svg.html" status="active" subtype="file" title="" fulltitle="weather-fog-dark.svg Example File" subtitle="wearable/Wearable/icons/weather-fog-dark.svg"/>
            <page name="wearable/Wearable/icons/weather-fog-light.svg" href="qtquickcontrols-wearable-wearable-icons-weather-fog-light-svg.html" status="active" subtype="file" title="" fulltitle="weather-fog-light.svg Example File" subtitle="wearable/Wearable/icons/weather-fog-light.svg"/>
            <page name="wearable/Wearable/icons/weather-haze-dark.svg" href="qtquickcontrols-wearable-wearable-icons-weather-haze-dark-svg.html" status="active" subtype="file" title="" fulltitle="weather-haze-dark.svg Example File" subtitle="wearable/Wearable/icons/weather-haze-dark.svg"/>
            <page name="wearable/Wearable/icons/weather-haze-light.svg" href="qtquickcontrols-wearable-wearable-icons-weather-haze-light-svg.html" status="active" subtype="file" title="" fulltitle="weather-haze-light.svg Example File" subtitle="wearable/Wearable/icons/weather-haze-light.svg"/>
            <page name="wearable/Wearable/icons/weather-icy-dark.svg" href="qtquickcontrols-wearable-wearable-icons-weather-icy-dark-svg.html" status="active" subtype="file" title="" fulltitle="weather-icy-dark.svg Example File" subtitle="wearable/Wearable/icons/weather-icy-dark.svg"/>
            <page name="wearable/Wearable/icons/weather-icy-light.svg" href="qtquickcontrols-wearable-wearable-icons-weather-icy-light-svg.html" status="active" subtype="file" title="" fulltitle="weather-icy-light.svg Example File" subtitle="wearable/Wearable/icons/weather-icy-light.svg"/>
            <page name="wearable/Wearable/icons/weather-light.svg" href="qtquickcontrols-wearable-wearable-icons-weather-light-svg.html" status="active" subtype="file" title="" fulltitle="weather-light.svg Example File" subtitle="wearable/Wearable/icons/weather-light.svg"/>
            <page name="wearable/Wearable/icons/weather-overcast-dark.svg" href="qtquickcontrols-wearable-wearable-icons-weather-overcast-dark-svg.html" status="active" subtype="file" title="" fulltitle="weather-overcast-dark.svg Example File" subtitle="wearable/Wearable/icons/weather-overcast-dark.svg"/>
            <page name="wearable/Wearable/icons/weather-overcast-light.svg" href="qtquickcontrols-wearable-wearable-icons-weather-overcast-light-svg.html" status="active" subtype="file" title="" fulltitle="weather-overcast-light.svg Example File" subtitle="wearable/Wearable/icons/weather-overcast-light.svg"/>
            <page name="wearable/Wearable/icons/weather-showers-dark.svg" href="qtquickcontrols-wearable-wearable-icons-weather-showers-dark-svg.html" status="active" subtype="file" title="" fulltitle="weather-showers-dark.svg Example File" subtitle="wearable/Wearable/icons/weather-showers-dark.svg"/>
            <page name="wearable/Wearable/icons/weather-showers-light.svg" href="qtquickcontrols-wearable-wearable-icons-weather-showers-light-svg.html" status="active" subtype="file" title="" fulltitle="weather-showers-light.svg Example File" subtitle="wearable/Wearable/icons/weather-showers-light.svg"/>
            <page name="wearable/Wearable/icons/weather-showers-scattered-dark.svg" href="qtquickcontrols-wearable-wearable-icons-weather-showers-scattered-dark-svg.html" status="active" subtype="file" title="" fulltitle="weather-showers-scattered-dark.svg Example File" subtitle="wearable/Wearable/icons/weather-showers-scattered-dark.svg"/>
            <page name="wearable/Wearable/icons/weather-showers-scattered-light.svg" href="qtquickcontrols-wearable-wearable-icons-weather-showers-scattered-light-svg.html" status="active" subtype="file" title="" fulltitle="weather-showers-scattered-light.svg Example File" subtitle="wearable/Wearable/icons/weather-showers-scattered-light.svg"/>
            <page name="wearable/Wearable/icons/weather-sleet-dark.svg" href="qtquickcontrols-wearable-wearable-icons-weather-sleet-dark-svg.html" status="active" subtype="file" title="" fulltitle="weather-sleet-dark.svg Example File" subtitle="wearable/Wearable/icons/weather-sleet-dark.svg"/>
            <page name="wearable/Wearable/icons/weather-sleet-light.svg" href="qtquickcontrols-wearable-wearable-icons-weather-sleet-light-svg.html" status="active" subtype="file" title="" fulltitle="weather-sleet-light.svg Example File" subtitle="wearable/Wearable/icons/weather-sleet-light.svg"/>
            <page name="wearable/Wearable/icons/weather-snow-dark.svg" href="qtquickcontrols-wearable-wearable-icons-weather-snow-dark-svg.html" status="active" subtype="file" title="" fulltitle="weather-snow-dark.svg Example File" subtitle="wearable/Wearable/icons/weather-snow-dark.svg"/>
            <page name="wearable/Wearable/icons/weather-snow-light.svg" href="qtquickcontrols-wearable-wearable-icons-weather-snow-light-svg.html" status="active" subtype="file" title="" fulltitle="weather-snow-light.svg Example File" subtitle="wearable/Wearable/icons/weather-snow-light.svg"/>
            <page name="wearable/Wearable/icons/weather-storm-dark.svg" href="qtquickcontrols-wearable-wearable-icons-weather-storm-dark-svg.html" status="active" subtype="file" title="" fulltitle="weather-storm-dark.svg Example File" subtitle="wearable/Wearable/icons/weather-storm-dark.svg"/>
            <page name="wearable/Wearable/icons/weather-storm-light.svg" href="qtquickcontrols-wearable-wearable-icons-weather-storm-light-svg.html" status="active" subtype="file" title="" fulltitle="weather-storm-light.svg Example File" subtitle="wearable/Wearable/icons/weather-storm-light.svg"/>
            <page name="wearable/Wearable/icons/weather-sunny-dark.svg" href="qtquickcontrols-wearable-wearable-icons-weather-sunny-dark-svg.html" status="active" subtype="file" title="" fulltitle="weather-sunny-dark.svg Example File" subtitle="wearable/Wearable/icons/weather-sunny-dark.svg"/>
            <page name="wearable/Wearable/icons/weather-sunny-light.svg" href="qtquickcontrols-wearable-wearable-icons-weather-sunny-light-svg.html" status="active" subtype="file" title="" fulltitle="weather-sunny-light.svg Example File" subtitle="wearable/Wearable/icons/weather-sunny-light.svg"/>
            <page name="wearable/Wearable/icons/weather-sunny-very-few-clouds-dark.svg" href="qtquickcontrols-wearable-wearable-icons-weather-sunny-very-few-clouds-dark-svg.html" status="active" subtype="file" title="" fulltitle="weather-sunny-very-few-clouds-dark.svg Example File" subtitle="wearable/Wearable/icons/weather-sunny-very-few-clouds-dark.svg"/>
            <page name="wearable/Wearable/icons/weather-sunny-very-few-clouds-light.svg" href="qtquickcontrols-wearable-wearable-icons-weather-sunny-very-few-clouds-light-svg.html" status="active" subtype="file" title="" fulltitle="weather-sunny-very-few-clouds-light.svg Example File" subtitle="wearable/Wearable/icons/weather-sunny-very-few-clouds-light.svg"/>
            <page name="wearable/Wearable/icons/weather-thundershower-dark.svg" href="qtquickcontrols-wearable-wearable-icons-weather-thundershower-dark-svg.html" status="active" subtype="file" title="" fulltitle="weather-thundershower-dark.svg Example File" subtitle="wearable/Wearable/icons/weather-thundershower-dark.svg"/>
            <page name="wearable/Wearable/icons/weather-thundershower-light.svg" href="qtquickcontrols-wearable-wearable-icons-weather-thundershower-light-svg.html" status="active" subtype="file" title="" fulltitle="weather-thundershower-light.svg Example File" subtitle="wearable/Wearable/icons/weather-thundershower-light.svg"/>
            <page name="wearable/Wearable/icons/wifi-dark.svg" href="qtquickcontrols-wearable-wearable-icons-wifi-dark-svg.html" status="active" subtype="file" title="" fulltitle="wifi-dark.svg Example File" subtitle="wearable/Wearable/icons/wifi-dark.svg"/>
            <page name="wearable/Wearable/icons/wifi-light.svg" href="qtquickcontrols-wearable-wearable-icons-wifi-light-svg.html" status="active" subtype="file" title="" fulltitle="wifi-light.svg Example File" subtitle="wearable/Wearable/icons/wifi-light.svg"/>
            <page name="wearable/Wearable/icons/wind-dark.svg" href="qtquickcontrols-wearable-wearable-icons-wind-dark-svg.html" status="active" subtype="file" title="" fulltitle="wind-dark.svg Example File" subtitle="wearable/Wearable/icons/wind-dark.svg"/>
            <page name="wearable/Wearable/icons/wind-light.svg" href="qtquickcontrols-wearable-wearable-icons-wind-light-svg.html" status="active" subtype="file" title="" fulltitle="wind-light.svg Example File" subtitle="wearable/Wearable/icons/wind-light.svg"/>
            <page name="wearable/Wearable/icons/yellowsun.svg" href="qtquickcontrols-wearable-wearable-icons-yellowsun-svg.html" status="active" subtype="file" title="" fulltitle="yellowsun.svg Example File" subtitle="wearable/Wearable/icons/yellowsun.svg"/>
            <page name="wearable/Wearable/images/fitness-man-running-dark.svg" href="qtquickcontrols-wearable-wearable-images-fitness-man-running-dark-svg.html" status="active" subtype="file" title="" fulltitle="fitness-man-running-dark.svg Example File" subtitle="wearable/Wearable/images/fitness-man-running-dark.svg"/>
            <page name="wearable/Wearable/images/fitness-man-running-light.svg" href="qtquickcontrols-wearable-wearable-images-fitness-man-running-light-svg.html" status="active" subtype="file" title="" fulltitle="fitness-man-running-light.svg Example File" subtitle="wearable/Wearable/images/fitness-man-running-light.svg"/>
            <page name="wearable/Wearable/images/fitness-man-walking-dark.svg" href="qtquickcontrols-wearable-wearable-images-fitness-man-walking-dark-svg.html" status="active" subtype="file" title="" fulltitle="fitness-man-walking-dark.svg Example File" subtitle="wearable/Wearable/images/fitness-man-walking-dark.svg"/>
            <page name="wearable/Wearable/images/fitness-man-walking-light.svg" href="qtquickcontrols-wearable-wearable-images-fitness-man-walking-light-svg.html" status="active" subtype="file" title="" fulltitle="fitness-man-walking-light.svg Example File" subtitle="wearable/Wearable/images/fitness-man-walking-light.svg"/>
            <page name="wearable/WearableSettings/WearableSettings.qml" href="qtquickcontrols-wearable-wearablesettings-wearablesettings-qml.html" status="active" subtype="file" title="" fulltitle="WearableSettings.qml Example File" subtitle="wearable/WearableSettings/WearableSettings.qml"/>
            <page name="wearable/WearableStyle/PageIndicator.qml" href="qtquickcontrols-wearable-wearablestyle-pageindicator-qml.html" status="active" subtype="file" title="" fulltitle="PageIndicator.qml Example File" subtitle="wearable/WearableStyle/PageIndicator.qml"/>
            <page name="wearable/WearableStyle/Slider.qml" href="qtquickcontrols-wearable-wearablestyle-slider-qml.html" status="active" subtype="file" title="" fulltitle="Slider.qml Example File" subtitle="wearable/WearableStyle/Slider.qml"/>
            <page name="wearable/WearableStyle/Switch.qml" href="qtquickcontrols-wearable-wearablestyle-switch-qml.html" status="active" subtype="file" title="" fulltitle="Switch.qml Example File" subtitle="wearable/WearableStyle/Switch.qml"/>
            <page name="wearable/WearableStyle/UIStyle.qml" href="qtquickcontrols-wearable-wearablestyle-uistyle-qml.html" status="active" subtype="file" title="" fulltitle="UIStyle.qml Example File" subtitle="wearable/WearableStyle/UIStyle.qml"/>
            <page name="wearable/CMakeLists.txt" href="qtquickcontrols-wearable-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="wearable/CMakeLists.txt"/>
            <page name="wearable/wearable.pro" href="qtquickcontrols-wearable-wearable-pro.html" status="active" subtype="file" title="" fulltitle="wearable.pro Example File" subtitle="wearable/wearable.pro"/>
            <page name="wearable/wearable.qrc" href="qtquickcontrols-wearable-wearable-qrc.html" status="active" subtype="file" title="" fulltitle="wearable.qrc Example File" subtitle="wearable/wearable.qrc"/>
            <page name="wearable/Wearable/CMakeLists.txt" href="qtquickcontrols-wearable-wearable-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="wearable/Wearable/CMakeLists.txt"/>
            <page name="wearable/Wearable/qmldir" href="qtquickcontrols-wearable-wearable-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="wearable/Wearable/qmldir"/>
            <page name="wearable/WearableSettings/CMakeLists.txt" href="qtquickcontrols-wearable-wearablesettings-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="wearable/WearableSettings/CMakeLists.txt"/>
            <page name="wearable/WearableSettings/qmldir" href="qtquickcontrols-wearable-wearablesettings-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="wearable/WearableSettings/qmldir"/>
            <page name="wearable/WearableStyle/CMakeLists.txt" href="qtquickcontrols-wearable-wearablestyle-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="wearable/WearableStyle/CMakeLists.txt"/>
            <page name="wearable/WearableStyle/qmldir" href="qtquickcontrols-wearable-wearablestyle-qmldir.html" status="active" subtype="file" title="" fulltitle="qmldir Example File" subtitle="wearable/WearableStyle/qmldir"/>
            <page name="wearable/Wearable/images/fallbackmap.png" href="qtquickcontrols-wearable-wearable-images-fallbackmap-png.html" status="active" subtype="image" title="" fulltitle="fallbackmap.png Image File" subtitle="wearable/Wearable/images/fallbackmap.png"/>
        </page>
        <page name="qtquickcontrols-configuration.html" href="qtquickcontrols-configuration.html" status="active" location="qtquickcontrols-configuration.qdoc" documented="true" subtype="page" title="Qt Quick Controls Configuration File" fulltitle="Qt Quick Controls Configuration File" subtitle="">
            <keyword name="qt-quick-controls-configuration-file" title="Qt Quick Controls Configuration File"/>
            <keyword name="qt-quick-controls-2-configuration-file" title="Qt Quick Controls 2 Configuration File"/>
            <contents name="controls-section" title="Controls Section" level="1"/>
            <contents name="imagine-section" title="Imagine Section" level="1"/>
            <contents name="material-section" title="Material Section" level="1"/>
            <contents name="universal-section" title="Universal Section" level="1"/>
            <contents name="font-configuration" title="Font Configuration" level="1"/>
            <contents name="palette-configuration" title="Palette Configuration" level="1"/>
            <contents name="using-the-configuration-file-in-a-project" title="Using the Configuration File in a Project" level="1"/>
            <contents name="using-cmake" title="Using CMake" level="2"/>
            <contents name="using-qmake" title="Using qmake" level="2"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <page name="qtquickcontrols-guidelines.html" href="qtquickcontrols-guidelines.html" status="active" location="qtquickcontrols-guidelines.qdoc" documented="true" subtype="page" title="Qt Quick Controls Guidelines" fulltitle="Qt Quick Controls Guidelines" subtitle="">
            <keyword name="qt-quick-controls-guidelines" title="Qt Quick Controls Guidelines"/>
            <keyword name="qt-quick-controls-2-guidelines" title="Qt Quick Controls 2 Guidelines"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <page name="qquickcontrols-toc.html" href="qquickcontrols-toc.html" status="active" location="qtquickcontrols-toc.qdoc" documented="true" subtype="page" title="Qt Quick Controls module topics" fulltitle="Qt Quick Controls module topics" subtitle=""/>
        <page name="qtquicktemplates2-index.html" href="qtquicktemplates2-index.html" status="active" location="qtquicktemplates-index.qdoc" documented="true" subtype="page" title="Qt Quick Templates 2" fulltitle="Qt Quick Templates 2" subtitle="" brief="A set of templates to create user interface controls in Qt Quick">
            <contents name="module-evolution" title="Module Evolution" level="1"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <qmlclass name="RadioButton" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::AbstractButton" fullname="QtQuick.Controls.RadioButton" href="qml-qtquick-controls-radiobutton.html" status="active" access="public" documented="true" groups="qtquickcontrols-buttons" title="RadioButton" fulltitle="RadioButton" subtitle="" brief="Exclusive radio button that can be toggled on or off"/>
        <qmlclass name="RadioDelegate" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::ItemDelegate" fullname="QtQuick.Controls.RadioDelegate" href="qml-qtquick-controls-radiodelegate.html" status="active" access="public" documented="true" groups="qtquickcontrols-delegates" title="RadioDelegate" fulltitle="RadioDelegate" subtitle="" brief="Exclusive item delegate with a radio indicator that can be toggled on or off"/>
        <qmlclass name="RangeSlider" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.RangeSlider" href="qml-qtquick-controls-rangeslider.html" status="active" access="public" documented="true" groups="qtquickcontrols-focusscopes,qtquickcontrols-input" title="RangeSlider" fulltitle="RangeSlider" subtitle="" brief="Used to select a range of values by sliding two handles along a track">
            <function name="first.decrease" fullname="QtQuick.Controls.RangeSlider.first.decrease" href="qml-qtquick-controls-rangeslider.html#first.decrease-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="first.increase" fullname="QtQuick.Controls.RangeSlider.first.increase" href="qml-qtquick-controls-rangeslider.html#first.increase-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="first.moved" fullname="QtQuick.Controls.RangeSlider.first.moved" href="qml-qtquick-controls-rangeslider.html#first.moved-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.5" meta="qmlsignal" type="void"/>
            <function name="second.decrease" fullname="QtQuick.Controls.RangeSlider.second.decrease" href="qml-qtquick-controls-rangeslider.html#second.decrease-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="second.increase" fullname="QtQuick.Controls.RangeSlider.second.increase" href="qml-qtquick-controls-rangeslider.html#second.increase-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="second.moved" fullname="QtQuick.Controls.RangeSlider.second.moved" href="qml-qtquick-controls-rangeslider.html#second.moved-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.5" meta="qmlsignal" type="void"/>
            <function name="setValues" fullname="QtQuick.Controls.RangeSlider.setValues" href="qml-qtquick-controls-rangeslider.html#setValues-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="real" name="firstValue" default=""/>
                <parameter type="real" name="secondValue" default=""/>
            </function>
            <function name="valueAt" fullname="QtQuick.Controls.RangeSlider.valueAt" href="qml-qtquick-controls-rangeslider.html#valueAt-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.5 (Qt 5.12)" meta="qmlmethod" type="real">
                <parameter type="real" name="position" default=""/>
            </function>
            <qmlproperty name="first.handle" fullname="QtQuick.Controls.RangeSlider.first.handle" href="qml-qtquick-controls-rangeslider.html#first.handle-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="first.hovered" fullname="QtQuick.Controls.RangeSlider.first.hovered" href="qml-qtquick-controls-rangeslider.html#first.hovered-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="first.implicitHandleHeight" fullname="QtQuick.Controls.RangeSlider.first.implicitHandleHeight" href="qml-qtquick-controls-rangeslider.html#first.implicitHandleHeight-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="first.implicitHandleWidth" fullname="QtQuick.Controls.RangeSlider.first.implicitHandleWidth" href="qml-qtquick-controls-rangeslider.html#first.implicitHandleWidth-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="first.position" fullname="QtQuick.Controls.RangeSlider.first.position" href="qml-qtquick-controls-rangeslider.html#first.position-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="first.pressed" fullname="QtQuick.Controls.RangeSlider.first.pressed" href="qml-qtquick-controls-rangeslider.html#first.pressed-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="first.value" fullname="QtQuick.Controls.RangeSlider.first.value" href="qml-qtquick-controls-rangeslider.html#first.value-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="first.visualPosition" fullname="QtQuick.Controls.RangeSlider.first.visualPosition" href="qml-qtquick-controls-rangeslider.html#first.visualPosition-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="from" fullname="QtQuick.Controls.RangeSlider.from" href="qml-qtquick-controls-rangeslider.html#from-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="horizontal" fullname="QtQuick.Controls.RangeSlider.horizontal" href="qml-qtquick-controls-rangeslider.html#horizontal-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="live" fullname="QtQuick.Controls.RangeSlider.live" href="qml-qtquick-controls-rangeslider.html#live-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="orientation" fullname="QtQuick.Controls.RangeSlider.orientation" href="qml-qtquick-controls-rangeslider.html#orientation-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="second.handle" fullname="QtQuick.Controls.RangeSlider.second.handle" href="qml-qtquick-controls-rangeslider.html#second.handle-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="second.hovered" fullname="QtQuick.Controls.RangeSlider.second.hovered" href="qml-qtquick-controls-rangeslider.html#second.hovered-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="second.implicitHandleHeight" fullname="QtQuick.Controls.RangeSlider.second.implicitHandleHeight" href="qml-qtquick-controls-rangeslider.html#second.implicitHandleHeight-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="second.implicitHandleWidth" fullname="QtQuick.Controls.RangeSlider.second.implicitHandleWidth" href="qml-qtquick-controls-rangeslider.html#second.implicitHandleWidth-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="second.position" fullname="QtQuick.Controls.RangeSlider.second.position" href="qml-qtquick-controls-rangeslider.html#second.position-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="second.pressed" fullname="QtQuick.Controls.RangeSlider.second.pressed" href="qml-qtquick-controls-rangeslider.html#second.pressed-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="second.value" fullname="QtQuick.Controls.RangeSlider.second.value" href="qml-qtquick-controls-rangeslider.html#second.value-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="second.visualPosition" fullname="QtQuick.Controls.RangeSlider.second.visualPosition" href="qml-qtquick-controls-rangeslider.html#second.visualPosition-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="snapMode" fullname="QtQuick.Controls.RangeSlider.snapMode" href="qml-qtquick-controls-rangeslider.html#snapMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="stepSize" fullname="QtQuick.Controls.RangeSlider.stepSize" href="qml-qtquick-controls-rangeslider.html#stepSize-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="to" fullname="QtQuick.Controls.RangeSlider.to" href="qml-qtquick-controls-rangeslider.html#to-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="touchDragThreshold" fullname="QtQuick.Controls.RangeSlider.touchDragThreshold" href="qml-qtquick-controls-rangeslider.html#touchDragThreshold-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="vertical" fullname="QtQuick.Controls.RangeSlider.vertical" href="qml-qtquick-controls-rangeslider.html#vertical-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="first" fullname="QtQuick.Controls.RangeSlider.first" href="qml-qtquick-controls-rangeslider.html#first-prop" status="active" access="public" documented="true"/>
            <qmlproperty name="second" fullname="QtQuick.Controls.RangeSlider.second" href="qml-qtquick-controls-rangeslider.html#second-prop" status="active" access="public" documented="true"/>
        </qmlclass>
        <qmlclass name="RoundButton" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Button" fullname="QtQuick.Controls.RoundButton" href="qml-qtquick-controls-roundbutton.html" status="active" access="public" documented="true" groups="qtquickcontrols-buttons" title="RoundButton" fulltitle="RoundButton" subtitle="" brief="A push-button control with rounded corners that can be clicked by the user">
            <qmlproperty name="radius" fullname="QtQuick.Controls.RoundButton.radius" href="qml-qtquick-controls-roundbutton.html#radius-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ScrollBar" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.ScrollBar" href="qml-qtquick-controls-scrollbar.html" status="active" access="public" documented="true" groups="qtquickcontrols-indicators" title="ScrollBar" fulltitle="ScrollBar" subtitle="" brief="Vertical or horizontal interactive scroll bar">
            <contents name="attaching-scrollbar-to-a-flickable" title="Attaching ScrollBar to a Flickable" level="1"/>
            <contents name="binding-the-active-state-of-horizontal-and-vertical-scroll-bars" title="Binding the Active State of Horizontal and Vertical Scroll Bars" level="1"/>
            <contents name="non-attached-scroll-bars" title="Non-attached Scroll Bars" level="1"/>
            <function name="decrease" fullname="QtQuick.Controls.ScrollBar.decrease" href="qml-qtquick-controls-scrollbar.html#decrease-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="increase" fullname="QtQuick.Controls.ScrollBar.increase" href="qml-qtquick-controls-scrollbar.html#increase-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <qmlproperty name="active" fullname="QtQuick.Controls.ScrollBar.active" href="qml-qtquick-controls-scrollbar.html#active-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="horizontal" fullname="QtQuick.Controls.ScrollBar.horizontal" href="qml-qtquick-controls-scrollbar.html#horizontal-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="horizontal" fullname="QtQuick.Controls.ScrollBar.horizontal" href="qml-qtquick-controls-scrollbar.html#horizontal-attached-prop" status="active" access="public" documented="true" type="ScrollBar" attached="true" writable="true"/>
            <qmlproperty name="interactive" fullname="QtQuick.Controls.ScrollBar.interactive" href="qml-qtquick-controls-scrollbar.html#interactive-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="minimumSize" fullname="QtQuick.Controls.ScrollBar.minimumSize" href="qml-qtquick-controls-scrollbar.html#minimumSize-prop" status="active" access="public" since="QtQuick.Controls 2.4 (Qt 5.11)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="orientation" fullname="QtQuick.Controls.ScrollBar.orientation" href="qml-qtquick-controls-scrollbar.html#orientation-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="policy" fullname="QtQuick.Controls.ScrollBar.policy" href="qml-qtquick-controls-scrollbar.html#policy-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="position" fullname="QtQuick.Controls.ScrollBar.position" href="qml-qtquick-controls-scrollbar.html#position-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="pressed" fullname="QtQuick.Controls.ScrollBar.pressed" href="qml-qtquick-controls-scrollbar.html#pressed-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="size" fullname="QtQuick.Controls.ScrollBar.size" href="qml-qtquick-controls-scrollbar.html#size-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="snapMode" fullname="QtQuick.Controls.ScrollBar.snapMode" href="qml-qtquick-controls-scrollbar.html#snapMode-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="stepSize" fullname="QtQuick.Controls.ScrollBar.stepSize" href="qml-qtquick-controls-scrollbar.html#stepSize-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="vertical" fullname="QtQuick.Controls.ScrollBar.vertical" href="qml-qtquick-controls-scrollbar.html#vertical-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="vertical" fullname="QtQuick.Controls.ScrollBar.vertical" href="qml-qtquick-controls-scrollbar.html#vertical-attached-prop" status="active" access="public" documented="true" type="ScrollBar" attached="true" writable="true"/>
            <qmlproperty name="visualPosition" fullname="QtQuick.Controls.ScrollBar.visualPosition" href="qml-qtquick-controls-scrollbar.html#visualPosition-prop" status="active" access="public" since="QtQuick.Controls 2.4 (Qt 5.11)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="visualSize" fullname="QtQuick.Controls.ScrollBar.visualSize" href="qml-qtquick-controls-scrollbar.html#visualSize-prop" status="active" access="public" since="QtQuick.Controls 2.4 (Qt 5.11)" documented="true" type="real" attached="false" writable="false"/>
        </qmlclass>
        <qmlclass name="ScrollIndicator" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.ScrollIndicator" href="qml-qtquick-controls-scrollindicator.html" status="active" access="public" documented="true" groups="qtquickcontrols-indicators" title="ScrollIndicator" fulltitle="ScrollIndicator" subtitle="" brief="Vertical or horizontal non-interactive scroll indicator">
            <contents name="attaching-scrollindicator-to-a-flickable" title="Attaching ScrollIndicator to a Flickable" level="1"/>
            <contents name="binding-the-active-state-of-horizontal-and-vertical-scroll-indicators" title="Binding the Active State of Horizontal and Vertical Scroll Indicators" level="1"/>
            <contents name="non-attached-scroll-indicators" title="Non-attached Scroll Indicators" level="1"/>
            <qmlproperty name="active" fullname="QtQuick.Controls.ScrollIndicator.active" href="qml-qtquick-controls-scrollindicator.html#active-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="horizontal" fullname="QtQuick.Controls.ScrollIndicator.horizontal" href="qml-qtquick-controls-scrollindicator.html#horizontal-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="horizontal" fullname="QtQuick.Controls.ScrollIndicator.horizontal" href="qml-qtquick-controls-scrollindicator.html#horizontal-attached-prop" status="active" access="public" documented="true" type="ScrollIndicator" attached="true" writable="true"/>
            <qmlproperty name="minimumSize" fullname="QtQuick.Controls.ScrollIndicator.minimumSize" href="qml-qtquick-controls-scrollindicator.html#minimumSize-prop" status="active" access="public" since="QtQuick.Controls 2.4 (Qt 5.11)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="orientation" fullname="QtQuick.Controls.ScrollIndicator.orientation" href="qml-qtquick-controls-scrollindicator.html#orientation-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="position" fullname="QtQuick.Controls.ScrollIndicator.position" href="qml-qtquick-controls-scrollindicator.html#position-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="size" fullname="QtQuick.Controls.ScrollIndicator.size" href="qml-qtquick-controls-scrollindicator.html#size-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="vertical" fullname="QtQuick.Controls.ScrollIndicator.vertical" href="qml-qtquick-controls-scrollindicator.html#vertical-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="vertical" fullname="QtQuick.Controls.ScrollIndicator.vertical" href="qml-qtquick-controls-scrollindicator.html#vertical-attached-prop" status="active" access="public" documented="true" type="ScrollIndicator" attached="true" writable="true"/>
            <qmlproperty name="visualPosition" fullname="QtQuick.Controls.ScrollIndicator.visualPosition" href="qml-qtquick-controls-scrollindicator.html#visualPosition-prop" status="active" access="public" since="QtQuick.Controls 2.4 (Qt 5.11)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="visualSize" fullname="QtQuick.Controls.ScrollIndicator.visualSize" href="qml-qtquick-controls-scrollindicator.html#visualSize-prop" status="active" access="public" since="QtQuick.Controls 2.4 (Qt 5.11)" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ScrollView" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Pane" fullname="QtQuick.Controls.ScrollView" href="qml-qtquick-controls-scrollview.html" status="active" access="public" documented="true" groups="qtquickcontrols-containers,qtquickcontrols-focusscopes" title="ScrollView" fulltitle="ScrollView" subtitle="" brief="Scrollable view">
            <contents name="sizing" title="Sizing" level="2"/>
            <contents name="scroll-bars" title="Scroll Bars" level="2"/>
            <contents name="touch-vs-mouse-interaction" title="Touch vs. Mouse Interaction" level="2"/>
            <qmlproperty name="contentChildren" fullname="QtQuick.Controls.ScrollView.contentChildren" href="qml-qtquick-controls-scrollview.html#contentChildren-prop" status="active" access="public" documented="true" type="list&lt;Item&gt;" attached="false" writable="true"/>
            <qmlproperty name="contentData" fullname="QtQuick.Controls.ScrollView.contentData" href="qml-qtquick-controls-scrollview.html#contentData-prop" status="active" access="public" documented="true" type="list&lt;QtObject&gt;" attached="false" writable="true"/>
            <qmlproperty name="effectiveScrollBarHeight" fullname="QtQuick.Controls.ScrollView.effectiveScrollBarHeight" href="qml-qtquick-controls-scrollview.html#effectiveScrollBarHeight-prop" status="active" access="public" since="6.6" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="effectiveScrollBarWidth" fullname="QtQuick.Controls.ScrollView.effectiveScrollBarWidth" href="qml-qtquick-controls-scrollview.html#effectiveScrollBarWidth-prop" status="active" access="public" since="6.6" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="SelectionRectangle" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.SelectionRectangle" href="qml-qtquick-controls-selectionrectangle.html" status="active" access="public" since="6.2" documented="true" groups="utilities" title="SelectionRectangle" fulltitle="SelectionRectangle" subtitle="" brief="Used to select table cells inside a TableView">
            <qmlproperty name="active" fullname="QtQuick.Controls.SelectionRectangle.active" href="qml-qtquick-controls-selectionrectangle.html#active-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="bottomRightHandle" fullname="QtQuick.Controls.SelectionRectangle.bottomRightHandle" href="qml-qtquick-controls-selectionrectangle.html#bottomRightHandle-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="control" fullname="QtQuick.Controls.SelectionRectangle.control" href="qml-qtquick-controls-selectionrectangle.html#control-attached-prop" status="active" access="public" documented="true" type="SelectionRectangle" attached="true" writable="true"/>
            <qmlproperty name="dragging" fullname="QtQuick.Controls.SelectionRectangle.dragging" href="qml-qtquick-controls-selectionrectangle.html#dragging-attached-prop" status="active" access="public" documented="true" type="bool" attached="true" writable="true"/>
            <qmlproperty name="dragging" fullname="QtQuick.Controls.SelectionRectangle.dragging" href="qml-qtquick-controls-selectionrectangle.html#dragging-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="selectionMode" fullname="QtQuick.Controls.SelectionRectangle.selectionMode" href="qml-qtquick-controls-selectionrectangle.html#selectionMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="target" fullname="QtQuick.Controls.SelectionRectangle.target" href="qml-qtquick-controls-selectionrectangle.html#target-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="topLeftHandle" fullname="QtQuick.Controls.SelectionRectangle.topLeftHandle" href="qml-qtquick-controls-selectionrectangle.html#topLeftHandle-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquickcontrols-separators.html" href="qtquickcontrols-separators.html" status="active" location="qtquickcontrols-separators.qdoc" documented="true" groups="qtquickcontrols-guidelines" subtype="page" title="Separator Controls" fulltitle="Separator Controls" subtitle="" brief="Guidelines for separator controls">
            <contents name="menuseparator-control" title="MenuSeparator Control" level="1"/>
            <contents name="toolseparator-control" title="ToolSeparator Control" level="1"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <page name="qtquickcontrols-attribution-shadow_angular_material.html" href="qtquickcontrols-attribution-shadow-angular-material.html" status="active" location="codeattributions.qdoc" documented="true" groups="attributions-libs,attributions-qtquickcontrols,attributions-qtquickcontrols-libs" subtype="attribution" title="Shadow values from Angular Material" fulltitle="Shadow values from Angular Material" subtitle="" brief="MIT License">
            <target name="shadow-angular-material" title="shadow_angular_material"/>
        </page>
        <qmlclass name="Slider" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.Slider" href="qml-qtquick-controls-slider.html" status="active" access="public" documented="true" groups="qtquickcontrols-input" title="Slider" fulltitle="Slider" subtitle="" brief="Used to select a value by sliding a handle along a track">
            <function name="decrease" fullname="QtQuick.Controls.Slider.decrease" href="qml-qtquick-controls-slider.html#decrease-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="increase" fullname="QtQuick.Controls.Slider.increase" href="qml-qtquick-controls-slider.html#increase-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="moved" fullname="QtQuick.Controls.Slider.moved" href="qml-qtquick-controls-slider.html#moved-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.2 (Qt 5.9)" meta="qmlsignal"/>
            <function name="valueAt" fullname="QtQuick.Controls.Slider.valueAt" href="qml-qtquick-controls-slider.html#valueAt-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlmethod" type="real">
                <parameter type="real" name="position" default=""/>
            </function>
            <qmlproperty name="from" fullname="QtQuick.Controls.Slider.from" href="qml-qtquick-controls-slider.html#from-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="handle" fullname="QtQuick.Controls.Slider.handle" href="qml-qtquick-controls-slider.html#handle-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="horizontal" fullname="QtQuick.Controls.Slider.horizontal" href="qml-qtquick-controls-slider.html#horizontal-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="implicitHandleHeight" fullname="QtQuick.Controls.Slider.implicitHandleHeight" href="qml-qtquick-controls-slider.html#implicitHandleHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitHandleWidth" fullname="QtQuick.Controls.Slider.implicitHandleWidth" href="qml-qtquick-controls-slider.html#implicitHandleWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="live" fullname="QtQuick.Controls.Slider.live" href="qml-qtquick-controls-slider.html#live-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="orientation" fullname="QtQuick.Controls.Slider.orientation" href="qml-qtquick-controls-slider.html#orientation-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="position" fullname="QtQuick.Controls.Slider.position" href="qml-qtquick-controls-slider.html#position-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="pressed" fullname="QtQuick.Controls.Slider.pressed" href="qml-qtquick-controls-slider.html#pressed-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="snapMode" fullname="QtQuick.Controls.Slider.snapMode" href="qml-qtquick-controls-slider.html#snapMode-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="stepSize" fullname="QtQuick.Controls.Slider.stepSize" href="qml-qtquick-controls-slider.html#stepSize-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="to" fullname="QtQuick.Controls.Slider.to" href="qml-qtquick-controls-slider.html#to-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="touchDragThreshold" fullname="QtQuick.Controls.Slider.touchDragThreshold" href="qml-qtquick-controls-slider.html#touchDragThreshold-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="value" fullname="QtQuick.Controls.Slider.value" href="qml-qtquick-controls-slider.html#value-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="vertical" fullname="QtQuick.Controls.Slider.vertical" href="qml-qtquick-controls-slider.html#vertical-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="visualPosition" fullname="QtQuick.Controls.Slider.visualPosition" href="qml-qtquick-controls-slider.html#visualPosition-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
        </qmlclass>
        <qmlclass name="SpinBox" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.SpinBox" href="qml-qtquick-controls-spinbox.html" status="active" access="public" documented="true" groups="input,qtquickcontrols-focusscopes" title="SpinBox" fulltitle="SpinBox" subtitle="" brief="Allows the user to select from a set of preset values">
            <contents name="custom-values" title="Custom Values" level="2"/>
            <function name="decrease" fullname="QtQuick.Controls.SpinBox.decrease" href="qml-qtquick-controls-spinbox.html#decrease-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="increase" fullname="QtQuick.Controls.SpinBox.increase" href="qml-qtquick-controls-spinbox.html#increase-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="valueModified" fullname="QtQuick.Controls.SpinBox.valueModified" href="qml-qtquick-controls-spinbox.html#valueModified-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.2 (Qt 5.9)" meta="qmlsignal"/>
            <qmlproperty name="displayText" fullname="QtQuick.Controls.SpinBox.displayText" href="qml-qtquick-controls-spinbox.html#displayText-prop" status="active" access="public" since="QtQuick.Controls 2.4 (Qt 5.11)" documented="true" type="string" attached="false" writable="false"/>
            <qmlproperty name="down.hovered" fullname="QtQuick.Controls.SpinBox.down.hovered" href="qml-qtquick-controls-spinbox.html#down.hovered-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="down.implicitIndicatorHeight" fullname="QtQuick.Controls.SpinBox.down.implicitIndicatorHeight" href="qml-qtquick-controls-spinbox.html#down.implicitIndicatorHeight-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="down.implicitIndicatorWidth" fullname="QtQuick.Controls.SpinBox.down.implicitIndicatorWidth" href="qml-qtquick-controls-spinbox.html#down.implicitIndicatorWidth-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="down.indicator" fullname="QtQuick.Controls.SpinBox.down.indicator" href="qml-qtquick-controls-spinbox.html#down.indicator-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="down.pressed" fullname="QtQuick.Controls.SpinBox.down.pressed" href="qml-qtquick-controls-spinbox.html#down.pressed-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="editable" fullname="QtQuick.Controls.SpinBox.editable" href="qml-qtquick-controls-spinbox.html#editable-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="from" fullname="QtQuick.Controls.SpinBox.from" href="qml-qtquick-controls-spinbox.html#from-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="inputMethodComposing" fullname="QtQuick.Controls.SpinBox.inputMethodComposing" href="qml-qtquick-controls-spinbox.html#inputMethodComposing-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="inputMethodHints" fullname="QtQuick.Controls.SpinBox.inputMethodHints" href="qml-qtquick-controls-spinbox.html#inputMethodHints-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="flags" attached="false" writable="true"/>
            <qmlproperty name="live" fullname="QtQuick.Controls.SpinBox.live" href="qml-qtquick-controls-spinbox.html#live-prop" status="active" access="public" since="6.6" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="stepSize" fullname="QtQuick.Controls.SpinBox.stepSize" href="qml-qtquick-controls-spinbox.html#stepSize-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="textFromValue" fullname="QtQuick.Controls.SpinBox.textFromValue" href="qml-qtquick-controls-spinbox.html#textFromValue-prop" status="active" access="public" documented="true" type="function" attached="false" writable="true"/>
            <qmlproperty name="to" fullname="QtQuick.Controls.SpinBox.to" href="qml-qtquick-controls-spinbox.html#to-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="up.hovered" fullname="QtQuick.Controls.SpinBox.up.hovered" href="qml-qtquick-controls-spinbox.html#up.hovered-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="up.implicitIndicatorHeight" fullname="QtQuick.Controls.SpinBox.up.implicitIndicatorHeight" href="qml-qtquick-controls-spinbox.html#up.implicitIndicatorHeight-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="up.implicitIndicatorWidth" fullname="QtQuick.Controls.SpinBox.up.implicitIndicatorWidth" href="qml-qtquick-controls-spinbox.html#up.implicitIndicatorWidth-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="up.indicator" fullname="QtQuick.Controls.SpinBox.up.indicator" href="qml-qtquick-controls-spinbox.html#up.indicator-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="up.pressed" fullname="QtQuick.Controls.SpinBox.up.pressed" href="qml-qtquick-controls-spinbox.html#up.pressed-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="validator" fullname="QtQuick.Controls.SpinBox.validator" href="qml-qtquick-controls-spinbox.html#validator-prop" status="active" access="public" documented="true" type="Validator" attached="false" writable="true"/>
            <qmlproperty name="value" fullname="QtQuick.Controls.SpinBox.value" href="qml-qtquick-controls-spinbox.html#value-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="valueFromText" fullname="QtQuick.Controls.SpinBox.valueFromText" href="qml-qtquick-controls-spinbox.html#valueFromText-prop" status="active" access="public" documented="true" type="function" attached="false" writable="true"/>
            <qmlproperty name="wrap" fullname="QtQuick.Controls.SpinBox.wrap" href="qml-qtquick-controls-spinbox.html#wrap-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="down" fullname="QtQuick.Controls.SpinBox.down" href="qml-qtquick-controls-spinbox.html#down-prop" status="active" access="public" documented="true"/>
            <qmlproperty name="up" fullname="QtQuick.Controls.SpinBox.up" href="qml-qtquick-controls-spinbox.html#up-prop" status="active" access="public" documented="true"/>
        </qmlclass>
        <qmlclass name="SplitHandle" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.SplitHandle" href="qml-qtquick-controls-splithandle.html" status="active" access="public" documented="true" title="SplitHandle" fulltitle="SplitHandle" subtitle="" brief="Provides attached properties for SplitView handles">
            <qmlproperty name="hovered" fullname="QtQuick.Controls.SplitHandle.hovered" href="qml-qtquick-controls-splithandle.html#hovered-attached-prop" status="active" access="public" documented="true" type="bool" attached="true" writable="true"/>
            <qmlproperty name="pressed" fullname="QtQuick.Controls.SplitHandle.pressed" href="qml-qtquick-controls-splithandle.html#pressed-attached-prop" status="active" access="public" documented="true" type="bool" attached="true" writable="true"/>
        </qmlclass>
        <qmlclass name="SplitView" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Container" fullname="QtQuick.Controls.SplitView" href="qml-qtquick-controls-splitview.html" status="active" access="public" documented="true" groups="qtquickcontrols-containers,qtquickcontrols-focusscopes" title="SplitView" fulltitle="SplitView" subtitle="" brief="Lays out items with a draggable splitter between each item">
            <contents name="serializing-splitview-s-state" title="Serializing SplitView's State" level="1"/>
            <function name="restoreState" fullname="QtQuick.Controls.SplitView.restoreState" href="qml-qtquick-controls-splitview.html#restoreState-method" status="active" access="public" documented="true" meta="qmlmethod" type="bool">
                <parameter type="" name="state" default=""/>
            </function>
            <function name="saveState" fullname="QtQuick.Controls.SplitView.saveState" href="qml-qtquick-controls-splitview.html#saveState-method" status="active" access="public" documented="true" meta="qmlmethod" type="var"/>
            <qmlproperty name="fillHeight" fullname="QtQuick.Controls.SplitView.fillHeight" href="qml-qtquick-controls-splitview.html#fillHeight-attached-prop" status="active" access="public" documented="true" type="bool" attached="true" writable="true"/>
            <qmlproperty name="fillWidth" fullname="QtQuick.Controls.SplitView.fillWidth" href="qml-qtquick-controls-splitview.html#fillWidth-attached-prop" status="active" access="public" documented="true" type="bool" attached="true" writable="true"/>
            <qmlproperty name="handle" fullname="QtQuick.Controls.SplitView.handle" href="qml-qtquick-controls-splitview.html#handle-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="maximumHeight" fullname="QtQuick.Controls.SplitView.maximumHeight" href="qml-qtquick-controls-splitview.html#maximumHeight-attached-prop" status="active" access="public" documented="true" type="real" attached="true" writable="true"/>
            <qmlproperty name="maximumWidth" fullname="QtQuick.Controls.SplitView.maximumWidth" href="qml-qtquick-controls-splitview.html#maximumWidth-attached-prop" status="active" access="public" documented="true" type="real" attached="true" writable="true"/>
            <qmlproperty name="minimumHeight" fullname="QtQuick.Controls.SplitView.minimumHeight" href="qml-qtquick-controls-splitview.html#minimumHeight-attached-prop" status="active" access="public" documented="true" type="real" attached="true" writable="true"/>
            <qmlproperty name="minimumWidth" fullname="QtQuick.Controls.SplitView.minimumWidth" href="qml-qtquick-controls-splitview.html#minimumWidth-attached-prop" status="active" access="public" documented="true" type="real" attached="true" writable="true"/>
            <qmlproperty name="orientation" fullname="QtQuick.Controls.SplitView.orientation" href="qml-qtquick-controls-splitview.html#orientation-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="preferredHeight" fullname="QtQuick.Controls.SplitView.preferredHeight" href="qml-qtquick-controls-splitview.html#preferredHeight-attached-prop" status="active" access="public" documented="true" type="real" attached="true" writable="true"/>
            <qmlproperty name="preferredWidth" fullname="QtQuick.Controls.SplitView.preferredWidth" href="qml-qtquick-controls-splitview.html#preferredWidth-attached-prop" status="active" access="public" documented="true" type="real" attached="true" writable="true"/>
            <qmlproperty name="resizing" fullname="QtQuick.Controls.SplitView.resizing" href="qml-qtquick-controls-splitview.html#resizing-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="view" fullname="QtQuick.Controls.SplitView.view" href="qml-qtquick-controls-splitview.html#view-attached-prop" status="active" access="public" documented="true" type="SplitView" attached="true" writable="true"/>
        </qmlclass>
        <page name="spreadsheets" href="qtquickcontrols-spreadsheets-example.html" status="active" location="spreadsheets.qdoc" documented="true" groups="category User Interface Components" subtype="example" title="Spreadsheets Example" fulltitle="Spreadsheets Example" subtitle="" brief="Demonstrates how to create a spreadsheet application">
            <contents name="overview" title="Overview" level="1"/>
            <contents name="cell-manipulation" title="Cell Manipulation" level="1"/>
            <contents name="data-management" title="Data Management" level="1"/>
            <contents name="formula-support" title="Formula Support" level="1"/>
            <contents name="perform-basic-arithmetic-operations" title="Perform basic arithmetic operations" level="2"/>
            <contents name="calculate-sum-of-a-range-of-cells" title="Calculate sum of a range of cells" level="2"/>
            <page name="spreadsheets/spreadsheet.svg" href="qtquickcontrols-spreadsheets-spreadsheet-svg.html" status="active" subtype="file" title="" fulltitle="spreadsheet.svg Example File" subtitle="spreadsheets/spreadsheet.svg"/>
            <page name="spreadsheets/Spreadsheets/ColumnHeaderView.qml" href="qtquickcontrols-spreadsheets-spreadsheets-columnheaderview-qml.html" status="active" subtype="file" title="" fulltitle="ColumnHeaderView.qml Example File" subtitle="spreadsheets/Spreadsheets/ColumnHeaderView.qml"/>
            <page name="spreadsheets/Spreadsheets/HeaderToolBar.qml" href="qtquickcontrols-spreadsheets-spreadsheets-headertoolbar-qml.html" status="active" subtype="file" title="" fulltitle="HeaderToolBar.qml Example File" subtitle="spreadsheets/Spreadsheets/HeaderToolBar.qml"/>
            <page name="spreadsheets/Spreadsheets/HeaderViewTapHandler.qml" href="qtquickcontrols-spreadsheets-spreadsheets-headerviewtaphandler-qml.html" status="active" subtype="file" title="" fulltitle="HeaderViewTapHandler.qml Example File" subtitle="spreadsheets/Spreadsheets/HeaderViewTapHandler.qml"/>
            <page name="spreadsheets/Spreadsheets/HelpDialog.qml" href="qtquickcontrols-spreadsheets-spreadsheets-helpdialog-qml.html" status="active" subtype="file" title="" fulltitle="HelpDialog.qml Example File" subtitle="spreadsheets/Spreadsheets/HelpDialog.qml"/>
            <page name="spreadsheets/Spreadsheets/Main.qml" href="qtquickcontrols-spreadsheets-spreadsheets-main-qml.html" status="active" subtype="file" title="" fulltitle="Main.qml Example File" subtitle="spreadsheets/Spreadsheets/Main.qml"/>
            <page name="spreadsheets/Spreadsheets/RowHeaderView.qml" href="qtquickcontrols-spreadsheets-spreadsheets-rowheaderview-qml.html" status="active" subtype="file" title="" fulltitle="RowHeaderView.qml Example File" subtitle="spreadsheets/Spreadsheets/RowHeaderView.qml"/>
            <page name="spreadsheets/Spreadsheets/datamodel.cpp" href="qtquickcontrols-spreadsheets-spreadsheets-datamodel-cpp.html" status="active" subtype="file" title="" fulltitle="datamodel.cpp Example File" subtitle="spreadsheets/Spreadsheets/datamodel.cpp"/>
            <page name="spreadsheets/Spreadsheets/datamodel.h" href="qtquickcontrols-spreadsheets-spreadsheets-datamodel-h.html" status="active" subtype="file" title="" fulltitle="datamodel.h Example File" subtitle="spreadsheets/Spreadsheets/datamodel.h"/>
            <page name="spreadsheets/Spreadsheets/spreadcell.cpp" href="qtquickcontrols-spreadsheets-spreadsheets-spreadcell-cpp.html" status="active" subtype="file" title="" fulltitle="spreadcell.cpp Example File" subtitle="spreadsheets/Spreadsheets/spreadcell.cpp"/>
            <page name="spreadsheets/Spreadsheets/spreadcell.h" href="qtquickcontrols-spreadsheets-spreadsheets-spreadcell-h.html" status="active" subtype="file" title="" fulltitle="spreadcell.h Example File" subtitle="spreadsheets/Spreadsheets/spreadcell.h"/>
            <page name="spreadsheets/Spreadsheets/spreadformula.cpp" href="qtquickcontrols-spreadsheets-spreadsheets-spreadformula-cpp.html" status="active" subtype="file" title="" fulltitle="spreadformula.cpp Example File" subtitle="spreadsheets/Spreadsheets/spreadformula.cpp"/>
            <page name="spreadsheets/Spreadsheets/spreadformula.h" href="qtquickcontrols-spreadsheets-spreadsheets-spreadformula-h.html" status="active" subtype="file" title="" fulltitle="spreadformula.h Example File" subtitle="spreadsheets/Spreadsheets/spreadformula.h"/>
            <page name="spreadsheets/Spreadsheets/spreadkey.h" href="qtquickcontrols-spreadsheets-spreadsheets-spreadkey-h.html" status="active" subtype="file" title="" fulltitle="spreadkey.h Example File" subtitle="spreadsheets/Spreadsheets/spreadkey.h"/>
            <page name="spreadsheets/Spreadsheets/spreadmimedataprovider.cpp" href="qtquickcontrols-spreadsheets-spreadsheets-spreadmimedataprovider-cpp.html" status="active" subtype="file" title="" fulltitle="spreadmimedataprovider.cpp Example File" subtitle="spreadsheets/Spreadsheets/spreadmimedataprovider.cpp"/>
            <page name="spreadsheets/Spreadsheets/spreadmimedataprovider.h" href="qtquickcontrols-spreadsheets-spreadsheets-spreadmimedataprovider-h.html" status="active" subtype="file" title="" fulltitle="spreadmimedataprovider.h Example File" subtitle="spreadsheets/Spreadsheets/spreadmimedataprovider.h"/>
            <page name="spreadsheets/Spreadsheets/spreadmodel.cpp" href="qtquickcontrols-spreadsheets-spreadsheets-spreadmodel-cpp.html" status="active" subtype="file" title="" fulltitle="spreadmodel.cpp Example File" subtitle="spreadsheets/Spreadsheets/spreadmodel.cpp"/>
            <page name="spreadsheets/Spreadsheets/spreadmodel.h" href="qtquickcontrols-spreadsheets-spreadsheets-spreadmodel-h.html" status="active" subtype="file" title="" fulltitle="spreadmodel.h Example File" subtitle="spreadsheets/Spreadsheets/spreadmodel.h"/>
            <page name="spreadsheets/Spreadsheets/spreadrole.h" href="qtquickcontrols-spreadsheets-spreadsheets-spreadrole-h.html" status="active" subtype="file" title="" fulltitle="spreadrole.h Example File" subtitle="spreadsheets/Spreadsheets/spreadrole.h"/>
            <page name="spreadsheets/Spreadsheets/icons/copy.svg" href="qtquickcontrols-spreadsheets-spreadsheets-icons-copy-svg.html" status="active" subtype="file" title="" fulltitle="copy.svg Example File" subtitle="spreadsheets/Spreadsheets/icons/copy.svg"/>
            <page name="spreadsheets/Spreadsheets/icons/cut.svg" href="qtquickcontrols-spreadsheets-spreadsheets-icons-cut-svg.html" status="active" subtype="file" title="" fulltitle="cut.svg Example File" subtitle="spreadsheets/Spreadsheets/icons/cut.svg"/>
            <page name="spreadsheets/Spreadsheets/icons/help.svg" href="qtquickcontrols-spreadsheets-spreadsheets-icons-help-svg.html" status="active" subtype="file" title="" fulltitle="help.svg Example File" subtitle="spreadsheets/Spreadsheets/icons/help.svg"/>
            <page name="spreadsheets/Spreadsheets/icons/hide.svg" href="qtquickcontrols-spreadsheets-spreadsheets-icons-hide-svg.html" status="active" subtype="file" title="" fulltitle="hide.svg Example File" subtitle="spreadsheets/Spreadsheets/icons/hide.svg"/>
            <page name="spreadsheets/Spreadsheets/icons/insert_column_left.svg" href="qtquickcontrols-spreadsheets-spreadsheets-icons-insert-column-left-svg.html" status="active" subtype="file" title="" fulltitle="insert_column_left.svg Example File" subtitle="spreadsheets/Spreadsheets/icons/insert_column_left.svg"/>
            <page name="spreadsheets/Spreadsheets/icons/insert_column_right.svg" href="qtquickcontrols-spreadsheets-spreadsheets-icons-insert-column-right-svg.html" status="active" subtype="file" title="" fulltitle="insert_column_right.svg Example File" subtitle="spreadsheets/Spreadsheets/icons/insert_column_right.svg"/>
            <page name="spreadsheets/Spreadsheets/icons/insert_row_above.svg" href="qtquickcontrols-spreadsheets-spreadsheets-icons-insert-row-above-svg.html" status="active" subtype="file" title="" fulltitle="insert_row_above.svg Example File" subtitle="spreadsheets/Spreadsheets/icons/insert_row_above.svg"/>
            <page name="spreadsheets/Spreadsheets/icons/insert_row_below.svg" href="qtquickcontrols-spreadsheets-spreadsheets-icons-insert-row-below-svg.html" status="active" subtype="file" title="" fulltitle="insert_row_below.svg Example File" subtitle="spreadsheets/Spreadsheets/icons/insert_row_below.svg"/>
            <page name="spreadsheets/Spreadsheets/icons/paste.svg" href="qtquickcontrols-spreadsheets-spreadsheets-icons-paste-svg.html" status="active" subtype="file" title="" fulltitle="paste.svg Example File" subtitle="spreadsheets/Spreadsheets/icons/paste.svg"/>
            <page name="spreadsheets/Spreadsheets/icons/remove_column.svg" href="qtquickcontrols-spreadsheets-spreadsheets-icons-remove-column-svg.html" status="active" subtype="file" title="" fulltitle="remove_column.svg Example File" subtitle="spreadsheets/Spreadsheets/icons/remove_column.svg"/>
            <page name="spreadsheets/Spreadsheets/icons/remove_row.svg" href="qtquickcontrols-spreadsheets-spreadsheets-icons-remove-row-svg.html" status="active" subtype="file" title="" fulltitle="remove_row.svg Example File" subtitle="spreadsheets/Spreadsheets/icons/remove_row.svg"/>
            <page name="spreadsheets/Spreadsheets/icons/reset_reordering.svg" href="qtquickcontrols-spreadsheets-spreadsheets-icons-reset-reordering-svg.html" status="active" subtype="file" title="" fulltitle="reset_reordering.svg Example File" subtitle="spreadsheets/Spreadsheets/icons/reset_reordering.svg"/>
            <page name="spreadsheets/Spreadsheets/icons/show.svg" href="qtquickcontrols-spreadsheets-spreadsheets-icons-show-svg.html" status="active" subtype="file" title="" fulltitle="show.svg Example File" subtitle="spreadsheets/Spreadsheets/icons/show.svg"/>
            <page name="spreadsheets/main.cpp" href="qtquickcontrols-spreadsheets-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="spreadsheets/main.cpp"/>
            <page name="spreadsheets/CMakeLists.txt" href="qtquickcontrols-spreadsheets-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="spreadsheets/CMakeLists.txt"/>
            <page name="spreadsheets/Spreadsheets/CMakeLists.txt" href="qtquickcontrols-spreadsheets-spreadsheets-cmakelists-txt.html" status="active" subtype="file" title="" fulltitle="CMakeLists.txt Example File" subtitle="spreadsheets/Spreadsheets/CMakeLists.txt"/>
        </page>
        <qmlclass name="StackView" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.StackView" href="qml-qtquick-controls-stackview.html" status="active" access="public" documented="true" groups="qtquickcontrols-containers,qtquickcontrols-focusscopes,qtquickcontrols-navigation" title="StackView" fulltitle="StackView" subtitle="" brief="Provides a stack-based navigation model">
            <contents name="using-stackview-in-an-application" title="Using StackView in an Application" level="1"/>
            <contents name="basic-navigation" title="Basic Navigation" level="1"/>
            <contents name="pushing-items" title="Pushing Items" level="2"/>
            <contents name="popping-items" title="Popping Items" level="2"/>
            <contents name="unwinding-items-via-pop" title="Unwinding Items via Pop" level="3"/>
            <contents name="replacing-items" title="Replacing Items" level="2"/>
            <contents name="deep-linking" title="Deep Linking" level="1"/>
            <contents name="finding-items" title="Finding Items" level="1"/>
            <contents name="transitions" title="Transitions" level="1"/>
            <contents name="item-ownership" title="Item Ownership" level="1"/>
            <contents name="size" title="Size" level="1"/>
            <function name="activated" fullname="QtQuick.Controls.StackView.activated" href="qml-qtquick-controls-stackview.html#activated-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlsignal"/>
            <function name="activating" fullname="QtQuick.Controls.StackView.activating" href="qml-qtquick-controls-stackview.html#activating-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlsignal"/>
            <function name="clear" fullname="QtQuick.Controls.StackView.clear" href="qml-qtquick-controls-stackview.html#clear-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="" name="transition" default=""/>
            </function>
            <function name="deactivated" fullname="QtQuick.Controls.StackView.deactivated" href="qml-qtquick-controls-stackview.html#deactivated-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlsignal"/>
            <function name="deactivating" fullname="QtQuick.Controls.StackView.deactivating" href="qml-qtquick-controls-stackview.html#deactivating-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlsignal"/>
            <function name="find" fullname="QtQuick.Controls.StackView.find" href="qml-qtquick-controls-stackview.html#find-method" status="active" access="public" documented="true" meta="qmlmethod" type="Item">
                <parameter type="" name="callback" default=""/>
                <parameter type="" name="behavior" default=""/>
            </function>
            <function name="get" fullname="QtQuick.Controls.StackView.get" href="qml-qtquick-controls-stackview.html#get-method" status="active" access="public" documented="true" meta="qmlmethod" type="Item">
                <parameter type="" name="index" default=""/>
                <parameter type="" name="behavior" default=""/>
            </function>
            <function name="pop" fullname="QtQuick.Controls.StackView.pop" href="qml-qtquick-controls-stackview.html#pop-method" status="active" access="public" documented="true" meta="qmlmethod" type="Item">
                <parameter type="" name="item" default=""/>
                <parameter type="" name="operation" default=""/>
            </function>
            <function name="popCurrentItem" fullname="QtQuick.Controls.StackView.popCurrentItem" href="qml-qtquick-controls-stackview.html#popCurrentItem-method" status="active" access="public" documented="true" since="6.7" meta="qmlmethod" type="Item">
                <parameter type="" name="operation" default=""/>
            </function>
            <function name="popToIndex" fullname="QtQuick.Controls.StackView.popToIndex" href="qml-qtquick-controls-stackview.html#popToIndex-method" status="active" access="public" documented="true" since="6.7" meta="qmlmethod" type="Item">
                <parameter type="" name="index" default=""/>
                <parameter type="" name="operation" default=""/>
            </function>
            <function name="popToItem" fullname="QtQuick.Controls.StackView.popToItem" href="qml-qtquick-controls-stackview.html#popToItem-method" status="active" access="public" documented="true" since="6.7" meta="qmlmethod" type="Item">
                <parameter type="" name="item" default=""/>
                <parameter type="" name="operation" default=""/>
            </function>
            <function name="push" fullname="QtQuick.Controls.StackView.push" href="qml-qtquick-controls-stackview.html#push-method" status="active" access="public" documented="true" meta="qmlmethod" type="Item">
                <parameter type="" name="item" default=""/>
                <parameter type="" name="properties" default=""/>
                <parameter type="" name="operation" default=""/>
            </function>
            <function name="pushItem" fullname="QtQuick.Controls.StackView.pushItem" href="qml-qtquick-controls-stackview.html#pushItem-method" status="active" access="public" documented="true" since="6.7" meta="qmlmethod" type="Item">
                <parameter type="" name="item" default=""/>
                <parameter type="" name="properties" default=""/>
                <parameter type="" name="operation" default=""/>
                <keyword name="stackview-pushitem-item-overload"/>
            </function>
            <function name="pushItem" fullname="QtQuick.Controls.StackView.pushItem" href="qml-qtquick-controls-stackview.html#pushItem-method" status="active" access="public" documented="true" since="6.7" meta="qmlmethod" type="Item">
                <parameter type="" name="component" default=""/>
                <parameter type="" name="properties" default=""/>
                <parameter type="" name="operation" default=""/>
                <keyword name="stackview-pushitem-component-overload"/>
            </function>
            <function name="pushItem" fullname="QtQuick.Controls.StackView.pushItem" href="qml-qtquick-controls-stackview.html#pushItem-method" status="active" access="public" documented="true" since="6.7" meta="qmlmethod" type="Item">
                <parameter type="" name="url" default=""/>
                <parameter type="" name="properties" default=""/>
                <parameter type="" name="operation" default=""/>
                <keyword name="stackview-pushitem-url-overload"/>
            </function>
            <function name="pushItems" fullname="QtQuick.Controls.StackView.pushItems" href="qml-qtquick-controls-stackview.html#pushItems-method" status="active" access="public" documented="true" since="6.7" meta="qmlmethod" type="Item">
                <parameter type="" name="items" default=""/>
                <parameter type="" name="operation" default=""/>
            </function>
            <function name="removed" fullname="QtQuick.Controls.StackView.removed" href="qml-qtquick-controls-stackview.html#removed-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlsignal"/>
            <function name="replace" fullname="QtQuick.Controls.StackView.replace" href="qml-qtquick-controls-stackview.html#replace-method" status="active" access="public" documented="true" meta="qmlmethod" type="Item">
                <parameter type="" name="target" default=""/>
                <parameter type="" name="item" default=""/>
                <parameter type="" name="properties" default=""/>
                <parameter type="" name="operation" default=""/>
            </function>
            <function name="replaceCurrentItem" fullname="QtQuick.Controls.StackView.replaceCurrentItem" href="qml-qtquick-controls-stackview.html#replaceCurrentItem-method" status="active" access="public" documented="true" since="6.7" meta="qmlmethod" type="Item">
                <parameter type="" name="items" default=""/>
                <parameter type="" name="operation" default=""/>
                <keyword name="stackview-replacecurrentitem-items-overload"/>
            </function>
            <function name="replaceCurrentItem" fullname="QtQuick.Controls.StackView.replaceCurrentItem" href="qml-qtquick-controls-stackview.html#replaceCurrentItem-method" status="active" access="public" documented="true" since="6.7" meta="qmlmethod" type="Item">
                <parameter type="" name="item" default=""/>
                <parameter type="" name="properties" default=""/>
                <parameter type="" name="operation" default=""/>
                <keyword name="stackview-replacecurrentitem-item-overload"/>
            </function>
            <function name="replaceCurrentItem" fullname="QtQuick.Controls.StackView.replaceCurrentItem" href="qml-qtquick-controls-stackview.html#replaceCurrentItem-method" status="active" access="public" documented="true" since="6.7" meta="qmlmethod" type="Item">
                <parameter type="" name="component" default=""/>
                <parameter type="" name="properties" default=""/>
                <parameter type="" name="operation" default=""/>
                <keyword name="stackview-replacecurrentitem-component-overload"/>
            </function>
            <function name="replaceCurrentItem" fullname="QtQuick.Controls.StackView.replaceCurrentItem" href="qml-qtquick-controls-stackview.html#replaceCurrentItem-method" status="active" access="public" documented="true" since="6.7" meta="qmlmethod" type="Item">
                <parameter type="" name="url" default=""/>
                <parameter type="" name="properties" default=""/>
                <parameter type="" name="operation" default=""/>
                <keyword name="stackview-replacecurrentitem-url-overload"/>
            </function>
            <qmlproperty name="busy" fullname="QtQuick.Controls.StackView.busy" href="qml-qtquick-controls-stackview.html#busy-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="currentItem" fullname="QtQuick.Controls.StackView.currentItem" href="qml-qtquick-controls-stackview.html#currentItem-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="false"/>
            <qmlproperty name="depth" fullname="QtQuick.Controls.StackView.depth" href="qml-qtquick-controls-stackview.html#depth-prop" status="active" access="public" documented="true" type="int" attached="false" writable="false"/>
            <qmlproperty name="empty" fullname="QtQuick.Controls.StackView.empty" href="qml-qtquick-controls-stackview.html#empty-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="index" fullname="QtQuick.Controls.StackView.index" href="qml-qtquick-controls-stackview.html#index-attached-prop" status="active" access="public" documented="true" type="int" attached="true" writable="false"/>
            <qmlproperty name="initialItem" fullname="QtQuick.Controls.StackView.initialItem" href="qml-qtquick-controls-stackview.html#initialItem-prop" status="active" access="public" documented="true" type="var" attached="false" writable="true"/>
            <qmlproperty name="popEnter" fullname="QtQuick.Controls.StackView.popEnter" href="qml-qtquick-controls-stackview.html#popEnter-prop" status="active" access="public" documented="true" type="Transition" attached="false" writable="true"/>
            <qmlproperty name="popExit" fullname="QtQuick.Controls.StackView.popExit" href="qml-qtquick-controls-stackview.html#popExit-prop" status="active" access="public" documented="true" type="Transition" attached="false" writable="true"/>
            <qmlproperty name="pushEnter" fullname="QtQuick.Controls.StackView.pushEnter" href="qml-qtquick-controls-stackview.html#pushEnter-prop" status="active" access="public" documented="true" type="Transition" attached="false" writable="true"/>
            <qmlproperty name="pushExit" fullname="QtQuick.Controls.StackView.pushExit" href="qml-qtquick-controls-stackview.html#pushExit-prop" status="active" access="public" documented="true" type="Transition" attached="false" writable="true"/>
            <qmlproperty name="replaceEnter" fullname="QtQuick.Controls.StackView.replaceEnter" href="qml-qtquick-controls-stackview.html#replaceEnter-prop" status="active" access="public" documented="true" type="Transition" attached="false" writable="true"/>
            <qmlproperty name="replaceExit" fullname="QtQuick.Controls.StackView.replaceExit" href="qml-qtquick-controls-stackview.html#replaceExit-prop" status="active" access="public" documented="true" type="Transition" attached="false" writable="true"/>
            <qmlproperty name="status" fullname="QtQuick.Controls.StackView.status" href="qml-qtquick-controls-stackview.html#status-attached-prop" status="active" access="public" documented="true" type="enumeration" attached="true" writable="false"/>
            <qmlproperty name="view" fullname="QtQuick.Controls.StackView.view" href="qml-qtquick-controls-stackview.html#view-attached-prop" status="active" access="public" documented="true" type="StackView" attached="true" writable="false"/>
            <qmlproperty name="visible" fullname="QtQuick.Controls.StackView.visible" href="qml-qtquick-controls-stackview.html#visible-attached-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="bool" attached="true" writable="true"/>
        </qmlclass>
        <page name="qtquickcontrols-styles.html" href="qtquickcontrols-styles.html" status="active" location="qtquickcontrols-styles.qdoc" documented="true" subtype="page" title="Styling Qt Quick Controls" fulltitle="Styling Qt Quick Controls" subtitle="">
            <contents name="available-styles" title="Available Styles" level="1"/>
            <contents name="basic-style" title="Basic Style" level="2"/>
            <contents name="fusion-style" title="Fusion Style" level="2"/>
            <contents name="imagine-style" title="Imagine Style" level="2"/>
            <contents name="macos-style" title="macOS Style" level="2"/>
            <contents name="ios-style" title="iOS Style" level="2"/>
            <contents name="material-style" title="Material Style" level="2"/>
            <contents name="universal-style" title="Universal Style" level="2"/>
            <contents name="windows-style" title="Windows Style" level="2"/>
            <contents name="fluentwinui3-style" title="FluentWinUI3 Style" level="2"/>
            <contents name="using-styles-in-qt-quick-controls" title="Using Styles in Qt Quick Controls" level="1"/>
            <contents name="default-styles" title="Default Styles" level="2"/>
            <contents name="compile-time-style-selection" title="Compile-Time Style Selection" level="2"/>
            <contents name="run-time-style-selection" title="Run-Time Style Selection" level="2"/>
            <contents name="using-qquickstyle-in-c" title="Using QQuickStyle in C++" level="3"/>
            <contents name="command-line-argument" title="Command line argument" level="3"/>
            <contents name="environment-variable" title="Environment variable" level="3"/>
            <contents name="configuration-file" title="Configuration file" level="3"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <page name="qtquickcontrols-environment.html" href="qtquickcontrols-environment.html" status="active" location="qtquickcontrols-environment.qdoc" documented="true" subtype="page" title="Supported Environment Variables in Qt Quick Controls" fulltitle="Supported Environment Variables in Qt Quick Controls" subtitle="">
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <qmlclass name="SwipeDelegate" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::ItemDelegate" fullname="QtQuick.Controls.SwipeDelegate" href="qml-qtquick-controls-swipedelegate.html" status="active" access="public" documented="true" groups="qtquickcontrols-delegates" title="SwipeDelegate" fulltitle="SwipeDelegate" subtitle="" brief="Swipable item delegate">
            <function name="clicked" fullname="QtQuick.Controls.SwipeDelegate.clicked" href="qml-qtquick-controls-swipedelegate.html#clicked-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlsignal"/>
            <function name="swipe.close" fullname="QtQuick.Controls.SwipeDelegate.swipe.close" href="qml-qtquick-controls-swipedelegate.html#swipe.close-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlmethod" type="void"/>
            <function name="swipe.closed" fullname="QtQuick.Controls.SwipeDelegate.swipe.closed" href="qml-qtquick-controls-swipedelegate.html#swipe.closed-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.2 (Qt 5.9)" meta="qmlsignal" type="void"/>
            <function name="swipe.completed" fullname="QtQuick.Controls.SwipeDelegate.swipe.completed" href="qml-qtquick-controls-swipedelegate.html#swipe.completed-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlsignal" type="void"/>
            <function name="swipe.open" fullname="QtQuick.Controls.SwipeDelegate.swipe.open" href="qml-qtquick-controls-swipedelegate.html#swipe.open-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.2 (Qt 5.9)" meta="qmlmethod" type="void">
                <parameter type="enumeration" name="side" default=""/>
            </function>
            <function name="swipe.opened" fullname="QtQuick.Controls.SwipeDelegate.swipe.opened" href="qml-qtquick-controls-swipedelegate.html#swipe.opened-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.2 (Qt 5.9)" meta="qmlsignal" type="void"/>
            <qmlproperty name="pressed" fullname="QtQuick.Controls.SwipeDelegate.pressed" href="qml-qtquick-controls-swipedelegate.html#pressed-attached-prop" status="active" access="public" since="QtQuick.Controls 2.1 (Qt 5.8)" documented="true" type="bool" attached="true" writable="false"/>
            <qmlproperty name="swipe.behind" fullname="QtQuick.Controls.SwipeDelegate.swipe.behind" href="qml-qtquick-controls-swipedelegate.html#swipe.behind-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="swipe.behindItem" fullname="QtQuick.Controls.SwipeDelegate.swipe.behindItem" href="qml-qtquick-controls-swipedelegate.html#swipe.behindItem-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="swipe.complete" fullname="QtQuick.Controls.SwipeDelegate.swipe.complete" href="qml-qtquick-controls-swipedelegate.html#swipe.complete-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="swipe.enabled" fullname="QtQuick.Controls.SwipeDelegate.swipe.enabled" href="qml-qtquick-controls-swipedelegate.html#swipe.enabled-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="swipe.left" fullname="QtQuick.Controls.SwipeDelegate.swipe.left" href="qml-qtquick-controls-swipedelegate.html#swipe.left-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="swipe.leftItem" fullname="QtQuick.Controls.SwipeDelegate.swipe.leftItem" href="qml-qtquick-controls-swipedelegate.html#swipe.leftItem-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="swipe.position" fullname="QtQuick.Controls.SwipeDelegate.swipe.position" href="qml-qtquick-controls-swipedelegate.html#swipe.position-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="swipe.right" fullname="QtQuick.Controls.SwipeDelegate.swipe.right" href="qml-qtquick-controls-swipedelegate.html#swipe.right-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="swipe.rightItem" fullname="QtQuick.Controls.SwipeDelegate.swipe.rightItem" href="qml-qtquick-controls-swipedelegate.html#swipe.rightItem-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="swipe.transition" fullname="QtQuick.Controls.SwipeDelegate.swipe.transition" href="qml-qtquick-controls-swipedelegate.html#swipe.transition-prop" status="active" access="public" documented="true" type="Transition" attached="false" writable="true"/>
            <qmlproperty name="swipe" fullname="QtQuick.Controls.SwipeDelegate.swipe" href="qml-qtquick-controls-swipedelegate.html#swipe-prop" status="active" access="public" documented="true"/>
        </qmlclass>
        <qmlclass name="SwipeView" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Container" fullname="QtQuick.Controls.SwipeView" href="qml-qtquick-controls-swipeview.html" status="active" access="public" documented="true" groups="qtquickcontrols-containers,qtquickcontrols-focusscopes,qtquickcontrols-navigation" title="SwipeView" fulltitle="SwipeView" subtitle="" brief="Enables the user to navigate pages by swiping sideways">
            <qmlproperty name="horizontal" fullname="QtQuick.Controls.SwipeView.horizontal" href="qml-qtquick-controls-swipeview.html#horizontal-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="index" fullname="QtQuick.Controls.SwipeView.index" href="qml-qtquick-controls-swipeview.html#index-attached-prop" status="active" access="public" documented="true" type="int" attached="true" writable="false"/>
            <qmlproperty name="interactive" fullname="QtQuick.Controls.SwipeView.interactive" href="qml-qtquick-controls-swipeview.html#interactive-prop" status="active" access="public" since="QtQuick.Controls 2.1 (Qt 5.8)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="isCurrentItem" fullname="QtQuick.Controls.SwipeView.isCurrentItem" href="qml-qtquick-controls-swipeview.html#isCurrentItem-attached-prop" status="active" access="public" documented="true" type="bool" attached="true" writable="false"/>
            <qmlproperty name="isNextItem" fullname="QtQuick.Controls.SwipeView.isNextItem" href="qml-qtquick-controls-swipeview.html#isNextItem-attached-prop" status="active" access="public" since="QtQuick.Controls 2.1 (Qt 5.8)" documented="true" type="bool" attached="true" writable="false"/>
            <qmlproperty name="isPreviousItem" fullname="QtQuick.Controls.SwipeView.isPreviousItem" href="qml-qtquick-controls-swipeview.html#isPreviousItem-attached-prop" status="active" access="public" since="QtQuick.Controls 2.1 (Qt 5.8)" documented="true" type="bool" attached="true" writable="false"/>
            <qmlproperty name="orientation" fullname="QtQuick.Controls.SwipeView.orientation" href="qml-qtquick-controls-swipeview.html#orientation-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="vertical" fullname="QtQuick.Controls.SwipeView.vertical" href="qml-qtquick-controls-swipeview.html#vertical-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="view" fullname="QtQuick.Controls.SwipeView.view" href="qml-qtquick-controls-swipeview.html#view-attached-prop" status="active" access="public" documented="true" type="SwipeView" attached="true" writable="false"/>
        </qmlclass>
        <qmlclass name="Switch" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::AbstractButton" fullname="QtQuick.Controls.Switch" href="qml-qtquick-controls-switch.html" status="active" access="public" documented="true" groups="qtquickcontrols-buttons" title="Switch" fulltitle="Switch" subtitle="" brief="Button that can be toggled on or off">
            <qmlproperty name="position" fullname="QtQuick.Controls.Switch.position" href="qml-qtquick-controls-switch.html#position-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="visualPosition" fullname="QtQuick.Controls.Switch.visualPosition" href="qml-qtquick-controls-switch.html#visualPosition-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
        </qmlclass>
        <qmlclass name="SwitchDelegate" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::ItemDelegate" fullname="QtQuick.Controls.SwitchDelegate" href="qml-qtquick-controls-switchdelegate.html" status="active" access="public" documented="true" groups="qtquickcontrols-delegates" title="SwitchDelegate" fulltitle="SwitchDelegate" subtitle="" brief="Item delegate with a switch indicator that can be toggled on or off">
            <qmlproperty name="position" fullname="QtQuick.Controls.SwitchDelegate.position" href="qml-qtquick-controls-switchdelegate.html#position-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="visualPosition" fullname="QtQuick.Controls.SwitchDelegate.visualPosition" href="qml-qtquick-controls-switchdelegate.html#visualPosition-prop" status="active" access="public" documented="true" type="real" attached="false" writable="false"/>
        </qmlclass>
        <qmlclass name="TabBar" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Container" fullname="QtQuick.Controls.TabBar" href="qml-qtquick-controls-tabbar.html" status="active" access="public" documented="true" groups="qtquickcontrols-containers,qtquickcontrols-focusscopes,qtquickcontrols-navigation" title="TabBar" fulltitle="TabBar" subtitle="" brief="Allows the user to switch between different views or subtasks">
            <contents name="resizing-tabs" title="Resizing Tabs" level="2"/>
            <contents name="flickable-tabs" title="Flickable Tabs" level="2"/>
            <qmlproperty name="contentHeight" fullname="QtQuick.Controls.TabBar.contentHeight" href="qml-qtquick-controls-tabbar.html#contentHeight-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="contentWidth" fullname="QtQuick.Controls.TabBar.contentWidth" href="qml-qtquick-controls-tabbar.html#contentWidth-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="index" fullname="QtQuick.Controls.TabBar.index" href="qml-qtquick-controls-tabbar.html#index-attached-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="int" attached="true" writable="false"/>
            <qmlproperty name="position" fullname="QtQuick.Controls.TabBar.position" href="qml-qtquick-controls-tabbar.html#position-attached-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="enumeration" attached="true" writable="false"/>
            <qmlproperty name="position" fullname="QtQuick.Controls.TabBar.position" href="qml-qtquick-controls-tabbar.html#position-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="tabBar" fullname="QtQuick.Controls.TabBar.tabBar" href="qml-qtquick-controls-tabbar.html#tabBar-attached-prop" status="active" access="public" since="QtQuick.Controls 2.3 (Qt 5.10)" documented="true" type="TabBar" attached="true" writable="false"/>
        </qmlclass>
        <qmlclass name="TabButton" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::AbstractButton" fullname="QtQuick.Controls.TabButton" href="qml-qtquick-controls-tabbutton.html" status="active" access="public" documented="true" groups="qtquickcontrols-navigation" title="TabButton" fulltitle="TabButton" subtitle="" brief="Button with a look suitable for a TabBar"/>
        <qmlclass name="TableViewDelegate" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::ItemDelegate" fullname="QtQuick.Controls.TableViewDelegate" href="qml-qtquick-controls-tableviewdelegate.html" status="active" access="public" since="6.9" documented="true" groups="qtquickcontrols-delegates" title="TableViewDelegate" fulltitle="TableViewDelegate" subtitle="" brief="A delegate that can be assigned to a TableView">
            <contents name="interacting-with-pointers" title="Interacting with pointers" level="2"/>
            <contents name="editing-cells-in-the-table" title="Editing cells in the table" level="2"/>
            <qmlproperty name="current" fullname="QtQuick.Controls.TableViewDelegate.current" href="qml-qtquick-controls-tableviewdelegate.html#current-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="editing" fullname="QtQuick.Controls.TableViewDelegate.editing" href="qml-qtquick-controls-tableviewdelegate.html#editing-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="selected" fullname="QtQuick.Controls.TableViewDelegate.selected" href="qml-qtquick-controls-tableviewdelegate.html#selected-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="tableView" fullname="QtQuick.Controls.TableViewDelegate.tableView" href="qml-qtquick-controls-tableviewdelegate.html#tableView-prop" status="active" access="public" documented="true" type="TableView" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="TextArea" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.TextArea" href="qml-qtquick-controls-textarea.html" status="active" access="public" documented="true" groups="qtquickcontrols-input" title="TextArea" fulltitle="TextArea" subtitle="" brief="Multi-line text input area">
            <contents name="scrollable-textarea" title="Scrollable TextArea" level="2"/>
            <contents name="tab-focus" title="Tab Focus" level="2"/>
            <function name="pressAndHold" fullname="QtQuick.Controls.TextArea.pressAndHold" href="qml-qtquick-controls-textarea.html#pressAndHold-signal" status="active" access="public" documented="true" meta="qmlsignal">
                <parameter type="MouseEvent" name="event" default=""/>
            </function>
            <function name="pressed" fullname="QtQuick.Controls.TextArea.pressed" href="qml-qtquick-controls-textarea.html#pressed-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlsignal">
                <parameter type="MouseEvent" name="event" default=""/>
            </function>
            <function name="released" fullname="QtQuick.Controls.TextArea.released" href="qml-qtquick-controls-textarea.html#released-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlsignal">
                <parameter type="MouseEvent" name="event" default=""/>
            </function>
            <qmlproperty name="background" fullname="QtQuick.Controls.TextArea.background" href="qml-qtquick-controls-textarea.html#background-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="bottomInset" fullname="QtQuick.Controls.TextArea.bottomInset" href="qml-qtquick-controls-textarea.html#bottomInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="flickable" fullname="QtQuick.Controls.TextArea.flickable" href="qml-qtquick-controls-textarea.html#flickable-attached-prop" status="active" access="public" documented="true" type="TextArea" attached="true" writable="true"/>
            <qmlproperty name="focusReason" fullname="QtQuick.Controls.TextArea.focusReason" href="qml-qtquick-controls-textarea.html#focusReason-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="hoverEnabled" fullname="QtQuick.Controls.TextArea.hoverEnabled" href="qml-qtquick-controls-textarea.html#hoverEnabled-prop" status="active" access="public" since="QtQuick.Controls 2.1 (Qt 5.8)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="hovered" fullname="QtQuick.Controls.TextArea.hovered" href="qml-qtquick-controls-textarea.html#hovered-prop" status="active" access="public" since="QtQuick.Controls 2.1 (Qt 5.8)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="implicitBackgroundHeight" fullname="QtQuick.Controls.TextArea.implicitBackgroundHeight" href="qml-qtquick-controls-textarea.html#implicitBackgroundHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitBackgroundWidth" fullname="QtQuick.Controls.TextArea.implicitBackgroundWidth" href="qml-qtquick-controls-textarea.html#implicitBackgroundWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="leftInset" fullname="QtQuick.Controls.TextArea.leftInset" href="qml-qtquick-controls-textarea.html#leftInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="placeholderText" fullname="QtQuick.Controls.TextArea.placeholderText" href="qml-qtquick-controls-textarea.html#placeholderText-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="placeholderTextColor" fullname="QtQuick.Controls.TextArea.placeholderTextColor" href="qml-qtquick-controls-textarea.html#placeholderTextColor-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="rightInset" fullname="QtQuick.Controls.TextArea.rightInset" href="qml-qtquick-controls-textarea.html#rightInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="topInset" fullname="QtQuick.Controls.TextArea.topInset" href="qml-qtquick-controls-textarea.html#topInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="TextField" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.TextField" href="qml-qtquick-controls-textfield.html" status="active" access="public" documented="true" groups="qtquickcontrols-input" title="TextField" fulltitle="TextField" subtitle="" brief="Single-line text input field">
            <function name="pressAndHold" fullname="QtQuick.Controls.TextField.pressAndHold" href="qml-qtquick-controls-textfield.html#pressAndHold-signal" status="active" access="public" documented="true" meta="qmlsignal">
                <parameter type="MouseEvent" name="event" default=""/>
            </function>
            <function name="pressed" fullname="QtQuick.Controls.TextField.pressed" href="qml-qtquick-controls-textfield.html#pressed-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlsignal">
                <parameter type="MouseEvent" name="event" default=""/>
            </function>
            <function name="released" fullname="QtQuick.Controls.TextField.released" href="qml-qtquick-controls-textfield.html#released-signal" status="active" access="public" documented="true" since="QtQuick.Controls 2.1 (Qt 5.8)" meta="qmlsignal">
                <parameter type="MouseEvent" name="event" default=""/>
            </function>
            <qmlproperty name="background" fullname="QtQuick.Controls.TextField.background" href="qml-qtquick-controls-textfield.html#background-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="true"/>
            <qmlproperty name="bottomInset" fullname="QtQuick.Controls.TextField.bottomInset" href="qml-qtquick-controls-textfield.html#bottomInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="focusReason" fullname="QtQuick.Controls.TextField.focusReason" href="qml-qtquick-controls-textfield.html#focusReason-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="hoverEnabled" fullname="QtQuick.Controls.TextField.hoverEnabled" href="qml-qtquick-controls-textfield.html#hoverEnabled-prop" status="active" access="public" since="QtQuick.Controls 2.1 (Qt 5.8)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="hovered" fullname="QtQuick.Controls.TextField.hovered" href="qml-qtquick-controls-textfield.html#hovered-prop" status="active" access="public" since="QtQuick.Controls 2.1 (Qt 5.8)" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="implicitBackgroundHeight" fullname="QtQuick.Controls.TextField.implicitBackgroundHeight" href="qml-qtquick-controls-textfield.html#implicitBackgroundHeight-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="implicitBackgroundWidth" fullname="QtQuick.Controls.TextField.implicitBackgroundWidth" href="qml-qtquick-controls-textfield.html#implicitBackgroundWidth-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="false"/>
            <qmlproperty name="leftInset" fullname="QtQuick.Controls.TextField.leftInset" href="qml-qtquick-controls-textfield.html#leftInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="placeholderText" fullname="QtQuick.Controls.TextField.placeholderText" href="qml-qtquick-controls-textfield.html#placeholderText-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="placeholderTextColor" fullname="QtQuick.Controls.TextField.placeholderTextColor" href="qml-qtquick-controls-textfield.html#placeholderTextColor-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="color" attached="false" writable="true"/>
            <qmlproperty name="rightInset" fullname="QtQuick.Controls.TextField.rightInset" href="qml-qtquick-controls-textfield.html#rightInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="topInset" fullname="QtQuick.Controls.TextField.topInset" href="qml-qtquick-controls-textfield.html#topInset-prop" status="active" access="public" since="QtQuick.Controls 2.5 (Qt 5.12)" documented="true" type="real" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ToolBar" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Pane" fullname="QtQuick.Controls.ToolBar" href="qml-qtquick-controls-toolbar.html" status="active" access="public" documented="true" groups="qtquickcontrols-containers" title="ToolBar" fulltitle="ToolBar" subtitle="" brief="Container for context-sensitive controls">
            <qmlproperty name="position" fullname="QtQuick.Controls.ToolBar.position" href="qml-qtquick-controls-toolbar.html#position-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="ToolButton" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Button" fullname="QtQuick.Controls.ToolButton" href="qml-qtquick-controls-toolbutton.html" status="active" access="public" documented="true" groups="qtquickcontrols-buttons" title="ToolButton" fulltitle="ToolButton" subtitle="" brief="Button with a look suitable for a ToolBar"/>
        <qmlclass name="ToolSeparator" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.ToolSeparator" href="qml-qtquick-controls-toolseparator.html" status="active" access="public" documented="true" groups="qtquickcontrols-separators" title="ToolSeparator" fulltitle="ToolSeparator" subtitle="" brief="Separates a group of items in a toolbar from adjacent items">
            <qmlproperty name="horizontal" fullname="QtQuick.Controls.ToolSeparator.horizontal" href="qml-qtquick-controls-toolseparator.html#horizontal-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
            <qmlproperty name="orientation" fullname="QtQuick.Controls.ToolSeparator.orientation" href="qml-qtquick-controls-toolseparator.html#orientation-prop" status="active" access="public" documented="true" type="enumeration" attached="false" writable="true"/>
            <qmlproperty name="vertical" fullname="QtQuick.Controls.ToolSeparator.vertical" href="qml-qtquick-controls-toolseparator.html#vertical-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="false"/>
        </qmlclass>
        <qmlclass name="ToolTip" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Popup" fullname="QtQuick.Controls.ToolTip" href="qml-qtquick-controls-tooltip.html" status="active" access="public" documented="true" groups="qtquickcontrols-popups" title="ToolTip" fulltitle="ToolTip" subtitle="" brief="Provides tool tips for any control">
            <contents name="attached-tool-tips" title="Attached Tool Tips" level="2"/>
            <contents name="delay-and-timeout" title="Delay and Timeout" level="2"/>
            <contents name="custom-tool-tips" title="Custom Tool Tips" level="2"/>
            <function name="hide" fullname="QtQuick.Controls.ToolTip.hide" href="qml-qtquick-controls-tooltip.html#hide-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.5 (Qt 5.12)" meta="qmlmethod" type="void"/>
            <function name="hide" fullname="QtQuick.Controls.ToolTip.hide" href="qml-qtquick-controls-tooltip.html#hide-method" status="active" access="public" documented="true" meta="qmlmethod" type="void"/>
            <function name="show" fullname="QtQuick.Controls.ToolTip.show" href="qml-qtquick-controls-tooltip.html#show-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.5 (Qt 5.12)" meta="qmlmethod" type="void">
                <parameter type="string" name="text" default=""/>
                <parameter type="int" name="timeout" default=""/>
            </function>
            <function name="show" fullname="QtQuick.Controls.ToolTip.show" href="qml-qtquick-controls-tooltip.html#show-method" status="active" access="public" documented="true" meta="qmlmethod" type="void">
                <parameter type="string" name="text" default=""/>
                <parameter type="int" name="timeout" default="-1"/>
            </function>
            <qmlproperty name="delay" fullname="QtQuick.Controls.ToolTip.delay" href="qml-qtquick-controls-tooltip.html#delay-attached-prop" status="active" access="public" documented="true" type="int" attached="true" writable="true"/>
            <qmlproperty name="delay" fullname="QtQuick.Controls.ToolTip.delay" href="qml-qtquick-controls-tooltip.html#delay-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="text" fullname="QtQuick.Controls.ToolTip.text" href="qml-qtquick-controls-tooltip.html#text-attached-prop" status="active" access="public" documented="true" type="string" attached="true" writable="true"/>
            <qmlproperty name="text" fullname="QtQuick.Controls.ToolTip.text" href="qml-qtquick-controls-tooltip.html#text-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
            <qmlproperty name="timeout" fullname="QtQuick.Controls.ToolTip.timeout" href="qml-qtquick-controls-tooltip.html#timeout-attached-prop" status="active" access="public" documented="true" type="int" attached="true" writable="true"/>
            <qmlproperty name="timeout" fullname="QtQuick.Controls.ToolTip.timeout" href="qml-qtquick-controls-tooltip.html#timeout-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="toolTip" fullname="QtQuick.Controls.ToolTip.toolTip" href="qml-qtquick-controls-tooltip.html#toolTip-attached-prop" status="active" access="public" documented="true" type="ToolTip" attached="true" writable="true"/>
            <qmlproperty name="visible" fullname="QtQuick.Controls.ToolTip.visible" href="qml-qtquick-controls-tooltip.html#visible-attached-prop" status="active" access="public" documented="true" type="bool" attached="true" writable="true"/>
        </qmlclass>
        <qmlclass name="TreeViewDelegate" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::ItemDelegate" fullname="QtQuick.Controls.TreeViewDelegate" href="qml-qtquick-controls-treeviewdelegate.html" status="active" access="public" since="6.3" documented="true" groups="qtquickcontrols-delegates" title="TreeViewDelegate" fulltitle="TreeViewDelegate" subtitle="" brief="A delegate that can be assigned to a TreeView">
            <contents name="interacting-with-pointers" title="Interacting with pointers" level="2"/>
            <contents name="editing-nodes-in-the-tree" title="Editing nodes in the tree" level="2"/>
            <qmlproperty name="current" fullname="QtQuick.Controls.TreeViewDelegate.current" href="qml-qtquick-controls-treeviewdelegate.html#current-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="depth" fullname="QtQuick.Controls.TreeViewDelegate.depth" href="qml-qtquick-controls-treeviewdelegate.html#depth-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="editing" fullname="QtQuick.Controls.TreeViewDelegate.editing" href="qml-qtquick-controls-treeviewdelegate.html#editing-prop" status="active" access="public" since="6.5" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="expanded" fullname="QtQuick.Controls.TreeViewDelegate.expanded" href="qml-qtquick-controls-treeviewdelegate.html#expanded-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="hasChildren" fullname="QtQuick.Controls.TreeViewDelegate.hasChildren" href="qml-qtquick-controls-treeviewdelegate.html#hasChildren-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="indentation" fullname="QtQuick.Controls.TreeViewDelegate.indentation" href="qml-qtquick-controls-treeviewdelegate.html#indentation-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="isTreeNode" fullname="QtQuick.Controls.TreeViewDelegate.isTreeNode" href="qml-qtquick-controls-treeviewdelegate.html#isTreeNode-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="leftMargin" fullname="QtQuick.Controls.TreeViewDelegate.leftMargin" href="qml-qtquick-controls-treeviewdelegate.html#leftMargin-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="rightMargin" fullname="QtQuick.Controls.TreeViewDelegate.rightMargin" href="qml-qtquick-controls-treeviewdelegate.html#rightMargin-prop" status="active" access="public" documented="true" type="real" attached="false" writable="true"/>
            <qmlproperty name="selected" fullname="QtQuick.Controls.TreeViewDelegate.selected" href="qml-qtquick-controls-treeviewdelegate.html#selected-prop" status="active" access="public" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="treeView" fullname="QtQuick.Controls.TreeViewDelegate.treeView" href="qml-qtquick-controls-treeviewdelegate.html#treeView-prop" status="active" access="public" documented="true" type="TreeView" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="Tumbler" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.Tumbler" href="qml-qtquick-controls-tumbler.html" status="active" access="public" documented="true" groups="qtquickcontrols-input" title="Tumbler" fulltitle="Tumbler" subtitle="" brief="Spinnable wheel of items that can be selected">
            <function name="positionViewAtIndex" fullname="QtQuick.Controls.Tumbler.positionViewAtIndex" href="qml-qtquick-controls-tumbler.html#positionViewAtIndex-method" status="active" access="public" documented="true" since="QtQuick.Controls 2.5 (Qt 5.12)" meta="qmlmethod" type="void">
                <parameter type="int" name="index" default=""/>
                <parameter type="PositionMode" name="mode" default=""/>
            </function>
            <qmlproperty name="count" fullname="QtQuick.Controls.Tumbler.count" href="qml-qtquick-controls-tumbler.html#count-prop" status="active" access="public" documented="true" type="int" attached="false" writable="false"/>
            <qmlproperty name="currentIndex" fullname="QtQuick.Controls.Tumbler.currentIndex" href="qml-qtquick-controls-tumbler.html#currentIndex-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="currentItem" fullname="QtQuick.Controls.Tumbler.currentItem" href="qml-qtquick-controls-tumbler.html#currentItem-prop" status="active" access="public" documented="true" type="Item" attached="false" writable="false"/>
            <qmlproperty name="delegate" fullname="QtQuick.Controls.Tumbler.delegate" href="qml-qtquick-controls-tumbler.html#delegate-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="displacement" fullname="QtQuick.Controls.Tumbler.displacement" href="qml-qtquick-controls-tumbler.html#displacement-attached-prop" status="active" access="public" documented="true" type="real" attached="true" writable="false"/>
            <qmlproperty name="flickDeceleration" fullname="QtQuick.Controls.Tumbler.flickDeceleration" href="qml-qtquick-controls-tumbler.html#flickDeceleration-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="model" fullname="QtQuick.Controls.Tumbler.model" href="qml-qtquick-controls-tumbler.html#model-prop" status="active" access="public" documented="true" type="variant" attached="false" writable="true"/>
            <qmlproperty name="moving" fullname="QtQuick.Controls.Tumbler.moving" href="qml-qtquick-controls-tumbler.html#moving-prop" status="active" access="public" since="QtQuick.Controls 2.2 (Qt 5.9)" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="tumbler" fullname="QtQuick.Controls.Tumbler.tumbler" href="qml-qtquick-controls-tumbler.html#tumbler-attached-prop" status="active" access="public" documented="true" type="Tumbler" attached="true" writable="false"/>
            <qmlproperty name="visibleItemCount" fullname="QtQuick.Controls.Tumbler.visibleItemCount" href="qml-qtquick-controls-tumbler.html#visibleItemCount-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="wrap" fullname="QtQuick.Controls.Tumbler.wrap" href="qml-qtquick-controls-tumbler.html#wrap-prop" status="active" access="public" since="QtQuick.Controls 2.1 (Qt 5.8)" documented="true" type="bool" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquickcontrols-universal.html" href="qtquickcontrols-universal.html" status="active" location="qtquickcontrols-universal.qdoc" documented="true" subtype="page" title="Universal Style" fulltitle="Universal Style" subtitle="">
            <target name="detailed-desc-universal"/>
            <target name="universal-accent-attached-prop"/>
            <target name="universal-background-attached-prop"/>
            <target name="universal-foreground-attached-prop"/>
            <target name="universal-theme-attached-prop"/>
            <target name="color-attached-method"/>
            <contents name="attached-properties" title="Attached Properties" level="1"/>
            <contents name="attached-methods" title="Attached Methods" level="1"/>
            <contents name="detailed-description" title="Detailed Description" level="1"/>
            <contents name="customization" title="Customization" level="2"/>
            <contents name="configuration-file" title="Configuration File" level="3"/>
            <contents name="environment-variables" title="Environment Variables" level="3"/>
            <contents name="dependency" title="Dependency" level="2"/>
            <contents name="pre-defined-universal-colors" title="Pre-defined Universal Colors" level="2"/>
            <contents name="attached-property-documentation" title="Attached Property Documentation" level="1"/>
            <contents name="attached-method-documentation" title="Attached Method Documentation" level="1"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <page name="qtquickcontrols-fileselectors.html" href="qtquickcontrols-fileselectors.html" status="active" location="qtquickcontrols-fileselectors.qdoc" documented="true" subtype="page" title="Using File Selectors with Qt Quick Controls" fulltitle="Using File Selectors with Qt Quick Controls" subtitle="">
            <contents name="related-information" title="Related Information" level="1"/>
        </page>
        <qmlclass name="VerticalHeaderView" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.VerticalHeaderView" href="qml-qtquick-controls-verticalheaderview.html" status="active" access="public" documented="true" groups="qtquickcontrols-containers" title="VerticalHeaderView" fulltitle="VerticalHeaderView" subtitle="" brief="Offers a vertical header view to accompany a TableView">
            <qmlproperty name="model" fullname="QtQuick.Controls.VerticalHeaderView.model" href="qml-qtquick-controls-verticalheaderview.html#model-prop" status="active" access="public" documented="true" type="QVariant" attached="false" writable="true"/>
            <qmlproperty name="movableRows" fullname="QtQuick.Controls.VerticalHeaderView.movableRows" href="qml-qtquick-controls-verticalheaderview.html#movableRows-prop" status="active" access="public" since="6.8" documented="true" type="bool" attached="false" writable="true"/>
            <qmlproperty name="syncView" fullname="QtQuick.Controls.VerticalHeaderView.syncView" href="qml-qtquick-controls-verticalheaderview.html#syncView-prop" status="active" access="public" documented="true" type="TableView" attached="false" writable="true"/>
            <qmlproperty name="textRole" fullname="QtQuick.Controls.VerticalHeaderView.textRole" href="qml-qtquick-controls-verticalheaderview.html#textRole-prop" status="active" access="public" documented="true" type="string" attached="false" writable="true"/>
        </qmlclass>
        <qmlclass name="WeekNumberColumn" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::Control" fullname="QtQuick.Controls.WeekNumberColumn" href="qml-qtquick-controls-weeknumbercolumn.html" status="active" access="public" documented="true" title="WeekNumberColumn" fulltitle="WeekNumberColumn" subtitle="" brief="A column of week numbers">
            <qmlproperty name="delegate" fullname="QtQuick.Controls.WeekNumberColumn.delegate" href="qml-qtquick-controls-weeknumbercolumn.html#delegate-prop" status="active" access="public" documented="true" type="Component" attached="false" writable="true"/>
            <qmlproperty name="month" fullname="QtQuick.Controls.WeekNumberColumn.month" href="qml-qtquick-controls-weeknumbercolumn.html#month-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
            <qmlproperty name="year" fullname="QtQuick.Controls.WeekNumberColumn.year" href="qml-qtquick-controls-weeknumbercolumn.html#year-prop" status="active" access="public" documented="true" type="int" attached="false" writable="true"/>
        </qmlclass>
        <page name="qtquickcontrols-windows.html" href="qtquickcontrols-windows.html" status="active" location="qtquickcontrols-windows.qdoc" documented="true" subtype="page" title="Windows Style" fulltitle="Windows Style" subtitle="">
            <target name="detailed-desc-windows" title="detailed-desc-Windows"/>
            <contents name="current-state" title="Current state" level="2"/>
            <contents name="customization" title="Customization" level="2"/>
        </page>
        <page name="qtquickcontrols-ios.html" href="qtquickcontrols-ios.html" status="active" location="qtquickcontrols-ios.qdoc" documented="true" subtype="page" title="iOS Style" fulltitle="iOS Style" subtitle="">
            <target name="detailed-desc-ios" title="detailed-desc-iOS"/>
            <contents name="detailed-description" title="Detailed Description" level="1"/>
            <contents name="current-state" title="Current state" level="2"/>
            <contents name="customization" title="Customization" level="2"/>
            <contents name="palette" title="Palette" level="3"/>
        </page>
        <page name="qtquickcontrols-macos.html" href="qtquickcontrols-macos.html" status="active" location="qtquickcontrols-macos.qdoc" documented="true" subtype="page" title="macOS Style" fulltitle="macOS Style" subtitle="">
            <target name="detailed-desc-macos" title="detailed-desc-macOS"/>
            <contents name="current-state" title="Current state" level="2"/>
            <contents name="customization" title="Customization" level="2"/>
        </page>
        <group name="attributions-libs" href="attributions-libs.html" status="internal" seen="false" title=""/>
        <group name="attributions-qtquickcontrols" href="attributions-qtquickcontrols.html" status="internal" seen="false" title=""/>
        <group name="attributions-qtquickcontrols-libs" href="attributions-qtquickcontrols-libs.html" status="internal" seen="false" title=""/>
        <group name="category Application Examples" href="category-application-examples.html" status="internal" seen="false" title=""/>
        <group name="category Embedded" href="category-embedded.html" status="internal" seen="false" title=""/>
        <group name="category Graphics" href="category-graphics.html" status="internal" seen="false" title=""/>
        <group name="category Mobile" href="category-mobile.html" status="internal" seen="false" title=""/>
        <group name="category User Interface Components" href="category-user-interface-components.html" status="internal" seen="false" title=""/>
        <group name="changes-qt-5-to-6" href="changes-qt-5-to-6.html" status="internal" seen="false" title=""/>
        <group name="input" href="input.html" status="internal" seen="false" title=""/>
        <group name="modules" href="modules.html" status="internal" seen="false" title=""/>
        <group name="qmlmodules" href="qmlmodules.html" status="internal" seen="false" title=""/>
        <group name="qtquickcontrols-buttons" href="qtquickcontrols-buttons.html" status="internal" seen="false" title=""/>
        <group name="qtquickcontrols-containers" href="qtquickcontrols-containers.html" status="internal" seen="false" title=""/>
        <group name="qtquickcontrols-delegates" href="qtquickcontrols-delegates.html" status="internal" seen="false" title=""/>
        <group name="qtquickcontrols-dialogs" href="qtquickcontrols-dialogs.html" status="internal" seen="false" title=""/>
        <group name="qtquickcontrols-examples" href="qtquickcontrols-examples.html" status="active" location="qtquickcontrols-examples.qdoc" documented="true" seen="true" title="Qt Quick Controls Examples" brief="A collection of examples for Qt Quick Controls">
            <keyword name="qt-quick-controls-examples" title="Qt Quick Controls Examples"/>
            <keyword name="qt-quick-controls-2-examples" title="Qt Quick Controls 2 Examples"/>
        </group>
        <group name="qtquickcontrols-focusscopes" href="qtquickcontrols-focusscopes.html" status="internal" seen="false" title=""/>
        <group name="qtquickcontrols-guidelines" href="qtquickcontrols-guidelines.html" status="internal" seen="false" title=""/>
        <group name="qtquickcontrols-indicators" href="qtquickcontrols-indicators.html" status="internal" seen="false" title=""/>
        <group name="qtquickcontrols-input" href="qtquickcontrols-input.html" status="internal" seen="false" title=""/>
        <group name="qtquickcontrols-menus" href="qtquickcontrols-menus.html" status="internal" seen="false" title=""/>
        <group name="qtquickcontrols-navigation" href="qtquickcontrols-navigation.html" status="internal" seen="false" title=""/>
        <group name="qtquickcontrols-popups" href="qtquickcontrols-popups.html" status="internal" seen="false" title=""/>
        <group name="qtquickcontrols-separators" href="qtquickcontrols-separators.html" status="internal" seen="false" title=""/>
        <group name="qtquickcontrols-tableofcontents" href="qtquickcontrols-tableofcontents.html" status="internal" seen="false" title=""/>
        <group name="text" href="text.html" status="internal" seen="false" title=""/>
        <group name="utilities" href="utilities.html" status="internal" seen="false" title=""/>
        <module name="QtQuickControls2" href="qtquickcontrols2-module.html" status="active" location="qtquickcontrols-cppclasses.qdoc" documented="true" groups="modules" seen="true" title="Qt Quick Controls C++ Classes" brief="Provides classes for setting up the controls from C++">
            <keyword name="qt-quick-controls-c-classes" title="Qt Quick Controls C++ Classes"/>
            <keyword name="qt-quick-controls-2-c-classes" title="Qt Quick Controls 2 C++ Classes"/>
        </module>
        <qmlmodule name="QtQuick.Controls" qml-module-name="QtQuick.Controls" href="qtquick-controls-qmlmodule.html" status="active" location="qtquickcontrols-qmltypes.qdoc" documented="true" groups="qmlmodules" seen="true" title="Qt Quick Controls QML Types" brief="Provides QML types for user interfaces (Qt Quick Controls)">
            <keyword name="qt-quick-controls-qml-types" title="Qt Quick Controls QML Types"/>
            <keyword name="qt-quick-controls-2-qml-types" title="Qt Quick Controls 2 QML Types"/>
            <contents name="qml-types" title="QML Types" level="1"/>
            <contents name="using-qt-quick-controls-types-in-property-declarations" title="Using Qt Quick Controls types in property declarations" level="1"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </qmlmodule>
        <qmlmodule name="QtQuick.Templates" qml-module-name="QtQuick.Templates" href="qtquick-templates-qmlmodule.html" status="active" location="qtquicktemplates-qmltypes.qdoc" documented="true" groups="qmlmodules" seen="true" title="Qt Quick Templates 2 QML Types" brief="Provides QML types for templates (Qt Quick Templates)">
            <contents name="qml-types" title="QML Types" level="1"/>
            <contents name="related-information" title="Related Information" level="1"/>
        </qmlmodule>
    </namespace>
</INDEX>
