cutego/internal/binding/files/docs/5.12.0/qtquickcontrols1.index
therecipe 5746a84fb2 support for Qt 5.12
* use clang for android builds
* official windows builds are 64 bit now
2018-12-17 01:52:29 +01:00

4468 lines
1 MiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QDOCINDEX>
<INDEX url="http://doc.qt.io/qt-5" title="Qt Quick Controls 1 Reference Documentation" version="5.12.0" project="QtQuickControls1" indexTitle="Qt Quick Controls 1">
<namespace threadsafety="unspecified" name="" status="active" access="public" documented="false" module="qtquickcontrols1">
<qmlclass threadsafety="unspecified" name="AbstractCheckable" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls.Private::Control" fullname="QtQuick.Controls.AbstractCheckable" href="qml-qtquick-controls-abstractcheckable.html" status="internal" access="public" abstract="true" title="AbstractCheckable" fulltitle="AbstractCheckable" subtitle="" brief="An abstract representation of a checkable control with a label">
<qmlproperty threadsafety="unspecified" name="__cycleStatesHandler" fullname="QtQuick.Controls.AbstractCheckable.__cycleStatesHandler" status="internal" access="public" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="activeFocusOnPress" fullname="QtQuick.Controls.AbstractCheckable.activeFocusOnPress" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="checked" fullname="QtQuick.Controls.AbstractCheckable.checked" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="exclusiveGroup" fullname="QtQuick.Controls.AbstractCheckable.exclusiveGroup" status="active" access="public" type="ExclusiveGroup" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="hovered" fullname="QtQuick.Controls.AbstractCheckable.hovered" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="pressed" fullname="QtQuick.Controls.AbstractCheckable.pressed" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="text" fullname="QtQuick.Controls.AbstractCheckable.text" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tooltip" fullname="QtQuick.Controls.AbstractCheckable.tooltip" status="active" access="public" since="QtQuick.Controls 1.7" type="string" attached="false" writable="true"/>
<qmlsignal threadsafety="unspecified" name="clicked" fullname="QtQuick.Controls.AbstractCheckable.clicked" status="active" access="public"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="AbstractStyle" qml-module-name="QtQuick.Controls.Styles" fullname="QtQuick.Controls.Styles.AbstractStyle" href="qml-qtquick-controls-styles-abstractstyle.html" status="internal" access="private" abstract="true" title="AbstractStyle" fulltitle="AbstractStyle" subtitle="">
<qmlpropertygroup threadsafety="unspecified" name="padding" fullname="QtQuick.Controls.Styles.AbstractStyle" status="active" access="public">
<qmlproperty threadsafety="unspecified" name="padding.bottom" fullname="QtQuick.Controls.Styles.AbstractStyle.padding.bottom" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="padding.left" fullname="QtQuick.Controls.Styles.AbstractStyle.padding.left" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="padding.right" fullname="QtQuick.Controls.Styles.AbstractStyle.padding.right" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="padding.top" fullname="QtQuick.Controls.Styles.AbstractStyle.padding.top" status="active" access="public" type="int" attached="false" writable="true"/>
</qmlpropertygroup>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ApplicationWindow" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.ApplicationWindow" href="qml-qtquick-controls-applicationwindow.html" status="active" access="public" since="5.1" title="ApplicationWindow" fulltitle="ApplicationWindow" subtitle="" groups="applicationwindow,controls" brief="Provides a top-level application window">
<qmlproperty threadsafety="unspecified" name="__height" fullname="QtQuick.Controls.ApplicationWindow.__height" href="qml-qtquick-controls-applicationwindow.html#__height-prop" status="internal" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__panel" fullname="QtQuick.Controls.ApplicationWindow.__panel" href="qml-qtquick-controls-applicationwindow.html#__panel-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__qwindowsize_max" fullname="QtQuick.Controls.ApplicationWindow.__qwindowsize_max" href="qml-qtquick-controls-applicationwindow.html#__qwindowsize_max-prop" status="internal" access="public" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="__style" fullname="QtQuick.Controls.ApplicationWindow.__style" href="qml-qtquick-controls-applicationwindow.html#__style-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__topBottomMargins" fullname="QtQuick.Controls.ApplicationWindow.__topBottomMargins" href="qml-qtquick-controls-applicationwindow.html#__topBottomMargins-prop" status="internal" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__width" fullname="QtQuick.Controls.ApplicationWindow.__width" href="qml-qtquick-controls-applicationwindow.html#__width-prop" status="internal" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="contentItem" fullname="QtQuick.Controls.ApplicationWindow.contentItem" href="qml-qtquick-controls-applicationwindow.html#contentItem-prop" status="active" access="public" type="ContentItem" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="data" fullname="QtQuick.Controls.ApplicationWindow.data" href="qml-qtquick-controls-applicationwindow.html#data-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="menuBar" fullname="QtQuick.Controls.ApplicationWindow.menuBar" href="qml-qtquick-controls-applicationwindow.html#menuBar-prop" status="active" access="public" type="MenuBar" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="statusBar" fullname="QtQuick.Controls.ApplicationWindow.statusBar" href="qml-qtquick-controls-applicationwindow.html#statusBar-prop" status="active" access="public" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="style" fullname="QtQuick.Controls.ApplicationWindow.style" href="qml-qtquick-controls-applicationwindow.html#style-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="toolBar" fullname="QtQuick.Controls.ApplicationWindow.toolBar" href="qml-qtquick-controls-applicationwindow.html#toolBar-prop" status="active" access="public" type="Item" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ApplicationWindowStyle" qml-module-name="QtQuick.Controls.Styles" fullname="QtQuick.Controls.Styles.ApplicationWindowStyle" href="qml-qtquick-controls-styles-applicationwindowstyle.html" status="active" access="public" since="5.4" title="ApplicationWindowStyle" fulltitle="ApplicationWindowStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for ApplicationWindow">
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.ApplicationWindowStyle.background" href="qml-qtquick-controls-styles-applicationwindowstyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.ApplicationWindowStyle.control" href="qml-qtquick-controls-styles-applicationwindowstyle.html#control-prop" status="active" access="public" type="ApplicationWindow" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.ApplicationWindowStyle.panel" href="qml-qtquick-controls-styles-applicationwindowstyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="BasicButton" qml-module-name="QtQuick.Controls.Private" qml-base-type="QtQuick.Controls.Private::Control" fullname="QtQuick.Controls.Private.BasicButton" href="qml-qtquick-controls-private-basicbutton.html" status="internal" access="public" abstract="true" title="BasicButton" fulltitle="BasicButton" subtitle="">
<qmlproperty threadsafety="unspecified" name="__action" fullname="QtQuick.Controls.Private.BasicButton.__action" status="internal" access="public" type="Action" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__behavior" fullname="QtQuick.Controls.Private.BasicButton.__behavior" status="internal" access="public" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__effectivePressed" fullname="QtQuick.Controls.Private.BasicButton.__effectivePressed" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__iconAction" fullname="QtQuick.Controls.Private.BasicButton.__iconAction" status="internal" access="public" type="Action" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="__iconOverriden" fullname="QtQuick.Controls.Private.BasicButton.__iconOverriden" status="internal" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="__position" fullname="QtQuick.Controls.Private.BasicButton.__position" status="internal" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="action" fullname="QtQuick.Controls.Private.BasicButton.action" status="active" access="public" type="Action" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="activeFocusOnPress" fullname="QtQuick.Controls.Private.BasicButton.activeFocusOnPress" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="checkable" fullname="QtQuick.Controls.Private.BasicButton.checkable" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="checked" fullname="QtQuick.Controls.Private.BasicButton.checked" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="exclusiveGroup" fullname="QtQuick.Controls.Private.BasicButton.exclusiveGroup" status="active" access="public" type="ExclusiveGroup" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="hovered" fullname="QtQuick.Controls.Private.BasicButton.hovered" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="iconName" fullname="QtQuick.Controls.Private.BasicButton.iconName" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="iconSource" fullname="QtQuick.Controls.Private.BasicButton.iconSource" status="active" access="public" type="url" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="pressed" fullname="QtQuick.Controls.Private.BasicButton.pressed" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="text" fullname="QtQuick.Controls.Private.BasicButton.text" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tooltip" fullname="QtQuick.Controls.Private.BasicButton.tooltip" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlsignal threadsafety="unspecified" name="clicked" fullname="QtQuick.Controls.Private.BasicButton.clicked" status="active" access="public"/>
<qmlmethod threadsafety="unspecified" name="accessiblePressAction" fullname="QtQuick.Controls.Private.BasicButton.accessiblePressAction" status="internal" access="public"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="BasicTableView" qml-module-name="QtQuick.Controls.Private" qml-base-type="QtQuick.Controls::ScrollView" fullname="QtQuick.Controls.Private.BasicTableView" href="qml-qtquick-controls-private-basictableview.html" status="internal" access="public" abstract="true" title="BasicTableView" fulltitle="BasicTableView" subtitle="">
<qmlproperty threadsafety="unspecified" name="__activateItemOnSingleClick" fullname="QtQuick.Controls.Private.BasicTableView.__activateItemOnSingleClick" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__columns" fullname="QtQuick.Controls.Private.BasicTableView.__columns" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__currentRow" fullname="QtQuick.Controls.Private.BasicTableView.__currentRow" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__currentRowItem" fullname="QtQuick.Controls.Private.BasicTableView.__currentRowItem" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__isTreeView" fullname="QtQuick.Controls.Private.BasicTableView.__isTreeView" status="internal" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="__itemDelegateLoader" fullname="QtQuick.Controls.Private.BasicTableView.__itemDelegateLoader" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__listView" fullname="QtQuick.Controls.Private.BasicTableView.__listView" status="internal" access="public" type="alias" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="__model" fullname="QtQuick.Controls.Private.BasicTableView.__model" status="internal" access="public" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__mouseArea" fullname="QtQuick.Controls.Private.BasicTableView.__mouseArea" status="internal" access="public" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__viewTypeName" fullname="QtQuick.Controls.Private.BasicTableView.__viewTypeName" status="internal" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="alternatingRowColors" fullname="QtQuick.Controls.Private.BasicTableView.alternatingRowColors" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="backgroundVisible" fullname="QtQuick.Controls.Private.BasicTableView.backgroundVisible" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="columnCount" fullname="QtQuick.Controls.Private.BasicTableView.columnCount" status="active" access="public" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="contentFooter" fullname="QtQuick.Controls.Private.BasicTableView.contentFooter" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="contentHeader" fullname="QtQuick.Controls.Private.BasicTableView.contentHeader" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="headerDelegate" fullname="QtQuick.Controls.Private.BasicTableView.headerDelegate" status="active" access="public" type="Component" attached="false" writable="true">
<keyword name="basictableview-headerdelegate"/>
</qmlproperty>
<qmlproperty threadsafety="unspecified" name="headerVisible" fullname="QtQuick.Controls.Private.BasicTableView.headerVisible" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="itemDelegate" fullname="QtQuick.Controls.Private.BasicTableView.itemDelegate" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="rowDelegate" fullname="QtQuick.Controls.Private.BasicTableView.rowDelegate" status="active" access="public" type="Component" attached="false" writable="true">
<keyword name="basictableview-rowdelegate"/>
</qmlproperty>
<qmlproperty threadsafety="unspecified" name="section" fullname="QtQuick.Controls.Private.BasicTableView.section" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectionMode" fullname="QtQuick.Controls.Private.BasicTableView.selectionMode" status="active" access="public" since="QtQuick.Controls 1.1" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="sortIndicatorColumn" fullname="QtQuick.Controls.Private.BasicTableView.sortIndicatorColumn" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="sortIndicatorOrder" fullname="QtQuick.Controls.Private.BasicTableView.sortIndicatorOrder" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="sortIndicatorVisible" fullname="QtQuick.Controls.Private.BasicTableView.sortIndicatorVisible" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="section.criteria" fullname="QtQuick.Controls.Private.BasicTableView.section.criteria" status="internal" access="public" location="BasicTableView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/BasicTableView.qml" lineno="179" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="section.delegate" fullname="QtQuick.Controls.Private.BasicTableView.section.delegate" status="internal" access="public" location="BasicTableView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/BasicTableView.qml" lineno="179" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="section.labelPositioning" fullname="QtQuick.Controls.Private.BasicTableView.section.labelPositioning" status="internal" access="public" location="BasicTableView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/BasicTableView.qml" lineno="179" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="section.property" fullname="QtQuick.Controls.Private.BasicTableView.section.property" status="internal" access="public" location="BasicTableView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/BasicTableView.qml" lineno="179" type="string" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="addColumn" fullname="QtQuick.Controls.Private.BasicTableView.addColumn" status="active" access="public" location="BasicTableView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/BasicTableView.qml" lineno="226"/>
<qmlmethod threadsafety="unspecified" name="getColumn" fullname="QtQuick.Controls.Private.BasicTableView.getColumn" status="active" access="public" location="BasicTableView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/BasicTableView.qml" lineno="310"/>
<qmlmethod threadsafety="unspecified" name="insertColumn" fullname="QtQuick.Controls.Private.BasicTableView.insertColumn" status="active" access="public" location="BasicTableView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/BasicTableView.qml" lineno="239"/>
<qmlmethod threadsafety="unspecified" name="moveColumn" fullname="QtQuick.Controls.Private.BasicTableView.moveColumn" status="active" access="public" location="BasicTableView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/BasicTableView.qml" lineno="291"/>
<qmlmethod threadsafety="unspecified" name="removeColumn" fullname="QtQuick.Controls.Private.BasicTableView.removeColumn" status="active" access="public" location="BasicTableView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/BasicTableView.qml" lineno="272"/>
<qmlmethod threadsafety="unspecified" name="resizeColumnsToContents" fullname="QtQuick.Controls.Private.BasicTableView.resizeColumnsToContents" status="active" access="public" location="BasicTableView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/BasicTableView.qml" lineno="322" since="QtQuick.Controls 1.2"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="BasicTableViewStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Styles::ScrollViewStyle" fullname="QtQuick.Controls.Styles.BasicTableViewStyle" href="qml-qtquick-controls-styles-basictableviewstyle.html" status="internal" access="public" abstract="true" title="BasicTableViewStyle" fulltitle="BasicTableViewStyle" subtitle="">
<qmlproperty threadsafety="unspecified" name="__branchDelegate" fullname="QtQuick.Controls.Styles.BasicTableViewStyle.__branchDelegate" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__indentation" fullname="QtQuick.Controls.Styles.BasicTableViewStyle.__indentation" status="internal" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="activateItemOnSingleClick" fullname="QtQuick.Controls.Styles.BasicTableViewStyle.activateItemOnSingleClick" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="alternateBackgroundColor" fullname="QtQuick.Controls.Styles.BasicTableViewStyle.alternateBackgroundColor" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="backgroundColor" fullname="QtQuick.Controls.Styles.BasicTableViewStyle.backgroundColor" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.BasicTableViewStyle.control" status="internal" access="public" type="BasicTableView" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="headerDelegate" fullname="QtQuick.Controls.Styles.BasicTableViewStyle.headerDelegate" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="highlightedTextColor" fullname="QtQuick.Controls.Styles.BasicTableViewStyle.highlightedTextColor" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="itemDelegate" fullname="QtQuick.Controls.Styles.BasicTableViewStyle.itemDelegate" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="rowDelegate" fullname="QtQuick.Controls.Styles.BasicTableViewStyle.rowDelegate" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textColor" fullname="QtQuick.Controls.Styles.BasicTableViewStyle.textColor" status="active" access="public" type="color" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="BusyIndicator" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls.Private::Control" fullname="QtQuick.Controls.BusyIndicator" href="qml-qtquick-controls-busyindicator.html" status="active" access="public" since="5.2" title="BusyIndicator" fulltitle="BusyIndicator" subtitle="" groups="controls" brief="A busy indicator">
<qmlproperty threadsafety="unspecified" name="running" fullname="QtQuick.Controls.BusyIndicator.running" href="qml-qtquick-controls-busyindicator.html#running-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="BusyIndicatorStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.BusyIndicatorStyle" href="qml-qtquick-controls-styles-busyindicatorstyle.html" status="active" access="public" since="5.2" title="BusyIndicatorStyle" fulltitle="BusyIndicatorStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for BusyIndicatorStyle">
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.BusyIndicatorStyle.control" href="qml-qtquick-controls-styles-busyindicatorstyle.html#control-prop" status="active" access="public" type="BusyIndicator" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="indicator" fullname="QtQuick.Controls.Styles.BusyIndicatorStyle.indicator" href="qml-qtquick-controls-styles-busyindicatorstyle.html#indicator-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.BusyIndicatorStyle.panel" href="qml-qtquick-controls-styles-busyindicatorstyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="Button" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls.Private::BasicButton" fullname="QtQuick.Controls.Button" href="qml-qtquick-controls-button.html" status="active" access="public" since="5.1" title="Button" fulltitle="Button" subtitle="" groups="controls" brief="A push button with a text label">
<qmlproperty threadsafety="unspecified" name="isDefault" fullname="QtQuick.Controls.Button.isDefault" href="qml-qtquick-controls-button.html#isDefault-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="menu" fullname="QtQuick.Controls.Button.menu" href="qml-qtquick-controls-button.html#menu-prop" status="active" access="public" type="Menu" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ButtonStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.ButtonStyle" href="qml-qtquick-controls-styles-buttonstyle.html" status="active" access="public" since="5.1" title="ButtonStyle" fulltitle="ButtonStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for Button">
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.ButtonStyle.background" href="qml-qtquick-controls-styles-buttonstyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.ButtonStyle.control" href="qml-qtquick-controls-styles-buttonstyle.html#control-prop" status="active" access="public" type="Button" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="label" fullname="QtQuick.Controls.Styles.ButtonStyle.label" href="qml-qtquick-controls-styles-buttonstyle.html#label-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.ButtonStyle.panel" href="qml-qtquick-controls-styles-buttonstyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="Calendar" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls.Private::Control" fullname="QtQuick.Controls.Calendar" href="qml-qtquick-controls-calendar.html" status="active" access="public" since="5.3" title="Calendar" fulltitle="Calendar" subtitle="" groups="controls" brief="Provides a way to select dates from a calendar">
<qmlproperty threadsafety="unspecified" name="__model" fullname="QtQuick.Controls.Calendar.__model" href="qml-qtquick-controls-calendar.html#__model-prop" status="internal" access="public" type="CalendarModel" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="dayOfWeekFormat" fullname="QtQuick.Controls.Calendar.dayOfWeekFormat" href="qml-qtquick-controls-calendar.html#dayOfWeekFormat-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="frameVisible" fullname="QtQuick.Controls.Calendar.frameVisible" href="qml-qtquick-controls-calendar.html#frameVisible-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="locale" fullname="QtQuick.Controls.Calendar.locale" href="qml-qtquick-controls-calendar.html#locale-prop" status="active" access="public" since="QtQuick.Controls 1.6" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="maximumDate" fullname="QtQuick.Controls.Calendar.maximumDate" href="qml-qtquick-controls-calendar.html#maximumDate-prop" status="active" access="public" type="date" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minimumDate" fullname="QtQuick.Controls.Calendar.minimumDate" href="qml-qtquick-controls-calendar.html#minimumDate-prop" status="active" access="public" type="date" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="navigationBarVisible" fullname="QtQuick.Controls.Calendar.navigationBarVisible" href="qml-qtquick-controls-calendar.html#navigationBarVisible-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectedDate" fullname="QtQuick.Controls.Calendar.selectedDate" href="qml-qtquick-controls-calendar.html#selectedDate-prop" status="active" access="public" type="date" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="visibleMonth" fullname="QtQuick.Controls.Calendar.visibleMonth" href="qml-qtquick-controls-calendar.html#visibleMonth-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="visibleYear" fullname="QtQuick.Controls.Calendar.visibleYear" href="qml-qtquick-controls-calendar.html#visibleYear-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="weekNumbersVisible" fullname="QtQuick.Controls.Calendar.weekNumbersVisible" href="qml-qtquick-controls-calendar.html#weekNumbersVisible-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlsignal threadsafety="unspecified" name="clicked" fullname="QtQuick.Controls.Calendar.clicked" href="qml-qtquick-controls-calendar.html#clicked-signal" status="active" access="public"/>
<qmlsignal threadsafety="unspecified" name="doubleClicked" fullname="QtQuick.Controls.Calendar.doubleClicked" href="qml-qtquick-controls-calendar.html#doubleClicked-signal" status="active" access="public"/>
<qmlsignal threadsafety="unspecified" name="hovered" fullname="QtQuick.Controls.Calendar.hovered" href="qml-qtquick-controls-calendar.html#hovered-signal" status="active" access="public"/>
<qmlsignal threadsafety="unspecified" name="pressAndHold" fullname="QtQuick.Controls.Calendar.pressAndHold" href="qml-qtquick-controls-calendar.html#pressAndHold-signal" status="active" access="public" since="QtQuick.Controls 1.3"/>
<qmlsignal threadsafety="unspecified" name="pressed" fullname="QtQuick.Controls.Calendar.pressed" href="qml-qtquick-controls-calendar.html#pressed-signal" status="active" access="public"/>
<qmlsignal threadsafety="unspecified" name="released" fullname="QtQuick.Controls.Calendar.released" href="qml-qtquick-controls-calendar.html#released-signal" status="active" access="public"/>
<qmlmethod threadsafety="unspecified" name="__selectFirstDayOfMonth" fullname="QtQuick.Controls.Calendar.__selectFirstDayOfMonth" href="qml-qtquick-controls-calendar.html#__selectFirstDayOfMonth-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="__selectLastDayOfMonth" fullname="QtQuick.Controls.Calendar.__selectLastDayOfMonth" href="qml-qtquick-controls-calendar.html#__selectLastDayOfMonth-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="__selectNextDay" fullname="QtQuick.Controls.Calendar.__selectNextDay" href="qml-qtquick-controls-calendar.html#__selectNextDay-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="__selectNextMonth" fullname="QtQuick.Controls.Calendar.__selectNextMonth" href="qml-qtquick-controls-calendar.html#__selectNextMonth-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="__selectNextWeek" fullname="QtQuick.Controls.Calendar.__selectNextWeek" href="qml-qtquick-controls-calendar.html#__selectNextWeek-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="__selectPreviousDay" fullname="QtQuick.Controls.Calendar.__selectPreviousDay" href="qml-qtquick-controls-calendar.html#__selectPreviousDay-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="__selectPreviousMonth" fullname="QtQuick.Controls.Calendar.__selectPreviousMonth" href="qml-qtquick-controls-calendar.html#__selectPreviousMonth-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="__selectPreviousWeek" fullname="QtQuick.Controls.Calendar.__selectPreviousWeek" href="qml-qtquick-controls-calendar.html#__selectPreviousWeek-method" status="internal" access="public"/>
<qmlproperty threadsafety="unspecified" name="__locale" fullname="QtQuick.Controls.Calendar.__locale" href="qml-qtquick-controls-calendar.html#__locale-prop" status="internal" access="public" location="Calendar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Calendar.qml" lineno="225" type="alias" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="showNextMonth" fullname="QtQuick.Controls.Calendar.showNextMonth" href="qml-qtquick-controls-calendar.html#showNextMonth-method" status="active" access="public" location="Calendar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Calendar.qml" lineno="324"/>
<qmlmethod threadsafety="unspecified" name="showNextYear" fullname="QtQuick.Controls.Calendar.showNextYear" href="qml-qtquick-controls-calendar.html#showNextYear-method" status="active" access="public" location="Calendar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Calendar.qml" lineno="347"/>
<qmlmethod threadsafety="unspecified" name="showPreviousMonth" fullname="QtQuick.Controls.Calendar.showPreviousMonth" href="qml-qtquick-controls-calendar.html#showPreviousMonth-method" status="active" access="public" location="Calendar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Calendar.qml" lineno="311"/>
<qmlmethod threadsafety="unspecified" name="showPreviousYear" fullname="QtQuick.Controls.Calendar.showPreviousYear" href="qml-qtquick-controls-calendar.html#showPreviousYear-method" status="active" access="public" location="Calendar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Calendar.qml" lineno="337"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="CalendarHeaderModel" qml-module-name="CalendarHeaderModel" href="qml-calendarheadermodel.html" status="internal" access="private" location="CalendarHeaderModel.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/CalendarHeaderModel.qml" lineno="61" title="CalendarHeaderModel" fulltitle="CalendarHeaderModel" subtitle="">
<qmlproperty threadsafety="unspecified" name="locale" fullname="CalendarHeaderModel::locale" href="qml-calendarheadermodel.html#locale-prop" status="active" access="public" location="CalendarHeaderModel.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/CalendarHeaderModel.qml" lineno="68" type="var" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="CalendarStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.CalendarStyle" href="qml-qtquick-controls-styles-calendarstyle.html" status="active" access="public" since="5.3" title="CalendarStyle" fulltitle="CalendarStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for Calendar">
<contents name="component-map" title="Component Map" level="2"/>
<contents name="custom-style-example" title="Custom Style Example" level="2"/>
<qmlproperty threadsafety="unspecified" name="__gridLineWidth" fullname="QtQuick.Controls.Styles.CalendarStyle.__gridLineWidth" href="qml-qtquick-controls-styles-calendarstyle.html#__gridLineWidth-prop" status="internal" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__horizontalSeparatorColor" fullname="QtQuick.Controls.Styles.CalendarStyle.__horizontalSeparatorColor" href="qml-qtquick-controls-styles-calendarstyle.html#__horizontalSeparatorColor-prop" status="internal" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__verticalSeparatorColor" fullname="QtQuick.Controls.Styles.CalendarStyle.__verticalSeparatorColor" href="qml-qtquick-controls-styles-calendarstyle.html#__verticalSeparatorColor-prop" status="internal" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.CalendarStyle.background" href="qml-qtquick-controls-styles-calendarstyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.CalendarStyle.control" href="qml-qtquick-controls-styles-calendarstyle.html#control-prop" status="active" access="public" type="Calendar" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="dayDelegate" fullname="QtQuick.Controls.Styles.CalendarStyle.dayDelegate" href="qml-qtquick-controls-styles-calendarstyle.html#dayDelegate-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="dayOfWeekDelegate" fullname="QtQuick.Controls.Styles.CalendarStyle.dayOfWeekDelegate" href="qml-qtquick-controls-styles-calendarstyle.html#dayOfWeekDelegate-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="gridColor" fullname="QtQuick.Controls.Styles.CalendarStyle.gridColor" href="qml-qtquick-controls-styles-calendarstyle.html#gridColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="gridVisible" fullname="QtQuick.Controls.Styles.CalendarStyle.gridVisible" href="qml-qtquick-controls-styles-calendarstyle.html#gridVisible-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="navigationBar" fullname="QtQuick.Controls.Styles.CalendarStyle.navigationBar" href="qml-qtquick-controls-styles-calendarstyle.html#navigationBar-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.CalendarStyle.panel" href="qml-qtquick-controls-styles-calendarstyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="weekNumberDelegate" fullname="QtQuick.Controls.Styles.CalendarStyle.weekNumberDelegate" href="qml-qtquick-controls-styles-calendarstyle.html#weekNumberDelegate-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="__cellRectAt" fullname="QtQuick.Controls.Styles.CalendarStyle.__cellRectAt" href="qml-qtquick-controls-styles-calendarstyle.html#__cellRectAt-method" status="internal" access="public" location="CalendarStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CalendarStyle.qml" lineno="156"/>
<qmlmethod threadsafety="unspecified" name="__isValidDate" fullname="QtQuick.Controls.Styles.CalendarStyle.__isValidDate" href="qml-qtquick-controls-styles-calendarstyle.html#__isValidDate-method" status="internal" access="public" location="CalendarStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CalendarStyle.qml" lineno="161"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="CheckBox" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::AbstractCheckable" fullname="QtQuick.Controls.CheckBox" href="qml-qtquick-controls-checkbox.html" status="active" access="public" since="5.1" title="CheckBox" fulltitle="CheckBox" subtitle="" groups="controls" brief="A checkbox with a text label">
<qmlproperty threadsafety="unspecified" name="__ignoreChecked" fullname="QtQuick.Controls.CheckBox.__ignoreChecked" href="qml-qtquick-controls-checkbox.html#__ignoreChecked-prop" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__ignoreCheckedState" fullname="QtQuick.Controls.CheckBox.__ignoreCheckedState" href="qml-qtquick-controls-checkbox.html#__ignoreCheckedState-prop" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="checkedState" fullname="QtQuick.Controls.CheckBox.checkedState" href="qml-qtquick-controls-checkbox.html#checkedState-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="partiallyCheckedEnabled" fullname="QtQuick.Controls.CheckBox.partiallyCheckedEnabled" href="qml-qtquick-controls-checkbox.html#partiallyCheckedEnabled-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="__cycleCheckBoxStates" fullname="QtQuick.Controls.CheckBox.__cycleCheckBoxStates" href="qml-qtquick-controls-checkbox.html#__cycleCheckBoxStates-method" status="internal" access="public"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="CheckBoxStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.CheckBoxStyle" href="qml-qtquick-controls-styles-checkboxstyle.html" status="active" access="public" since="5.1" title="CheckBoxStyle" fulltitle="CheckBoxStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for CheckBox">
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.CheckBoxStyle.background" href="qml-qtquick-controls-styles-checkboxstyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.CheckBoxStyle.control" href="qml-qtquick-controls-styles-checkboxstyle.html#control-prop" status="active" access="public" type="CheckBox" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="indicator" fullname="QtQuick.Controls.Styles.CheckBoxStyle.indicator" href="qml-qtquick-controls-styles-checkboxstyle.html#indicator-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="label" fullname="QtQuick.Controls.Styles.CheckBoxStyle.label" href="qml-qtquick-controls-styles-checkboxstyle.html#label-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.CheckBoxStyle.panel" href="qml-qtquick-controls-styles-checkboxstyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="spacing" fullname="QtQuick.Controls.Styles.CheckBoxStyle.spacing" href="qml-qtquick-controls-styles-checkboxstyle.html#spacing-prop" status="active" access="public" type="int" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="CircularButtonStyle" qml-module-name="CircularButtonStyle" href="qml-circularbuttonstyle.html" status="internal" access="private" location="CircularButtonStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CircularButtonStyle.qml" lineno="44" title="CircularButtonStyle" fulltitle="CircularButtonStyle" subtitle="">
<qmlproperty threadsafety="unspecified" name="__buttonHelper" fullname="CircularButtonStyle::__buttonHelper" href="qml-circularbuttonstyle.html#__buttonHelper-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="CircularGaugeStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.CircularGaugeStyle" href="qml-qtquick-controls-styles-circulargaugestyle.html" status="active" access="public" since="5.5" title="CircularGaugeStyle" fulltitle="CircularGaugeStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for CircularGauge">
<contents name="direction" title="Direction" level="2"/>
<qmlproperty threadsafety="unspecified" name="angleRange" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.angleRange" href="qml-qtquick-controls-styles-circulargaugestyle.html#angleRange-prop" status="active" access="public" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.background" href="qml-qtquick-controls-styles-circulargaugestyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.control" href="qml-qtquick-controls-styles-circulargaugestyle.html#control-prop" status="active" access="public" type="CircularGauge" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="foreground" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.foreground" href="qml-qtquick-controls-styles-circulargaugestyle.html#foreground-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="labelCount" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.labelCount" href="qml-qtquick-controls-styles-circulargaugestyle.html#labelCount-prop" status="active" access="public" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="labelInset" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.labelInset" href="qml-qtquick-controls-styles-circulargaugestyle.html#labelInset-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="labelStepSize" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.labelStepSize" href="qml-qtquick-controls-styles-circulargaugestyle.html#labelStepSize-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="maximumValueAngle" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.maximumValueAngle" href="qml-qtquick-controls-styles-circulargaugestyle.html#maximumValueAngle-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minimumValueAngle" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.minimumValueAngle" href="qml-qtquick-controls-styles-circulargaugestyle.html#minimumValueAngle-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minorTickmark" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.minorTickmark" href="qml-qtquick-controls-styles-circulargaugestyle.html#minorTickmark-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minorTickmarkCount" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.minorTickmarkCount" href="qml-qtquick-controls-styles-circulargaugestyle.html#minorTickmarkCount-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minorTickmarkInset" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.minorTickmarkInset" href="qml-qtquick-controls-styles-circulargaugestyle.html#minorTickmarkInset-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="needle" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.needle" href="qml-qtquick-controls-styles-circulargaugestyle.html#needle-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="needleRotation" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.needleRotation" href="qml-qtquick-controls-styles-circulargaugestyle.html#needleRotation-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="outerRadius" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.outerRadius" href="qml-qtquick-controls-styles-circulargaugestyle.html#outerRadius-prop" status="active" access="public" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.panel" href="qml-qtquick-controls-styles-circulargaugestyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tickmark" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.tickmark" href="qml-qtquick-controls-styles-circulargaugestyle.html#tickmark-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tickmarkCount" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.tickmarkCount" href="qml-qtquick-controls-styles-circulargaugestyle.html#tickmarkCount-prop" status="active" access="public" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="tickmarkInset" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.tickmarkInset" href="qml-qtquick-controls-styles-circulargaugestyle.html#tickmarkInset-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tickmarkLabel" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.tickmarkLabel" href="qml-qtquick-controls-styles-circulargaugestyle.html#tickmarkLabel-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tickmarkStepSize" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.tickmarkStepSize" href="qml-qtquick-controls-styles-circulargaugestyle.html#tickmarkStepSize-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__protectedScope" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.__protectedScope" href="qml-qtquick-controls-styles-circulargaugestyle.html#__protectedScope-prop" status="internal" access="public" location="CircularGaugeStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CircularGaugeStyle.qml" lineno="263" type="QtObject" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="valueToAngle" fullname="QtQuick.Controls.Styles.CircularGaugeStyle.valueToAngle" href="qml-qtquick-controls-styles-circulargaugestyle.html#valueToAngle-method" status="active" access="public" location="CircularGaugeStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CircularGaugeStyle.qml" lineno="244"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="CircularTickmarkLabelStyle" qml-module-name="CircularTickmarkLabelStyle" href="qml-circulartickmarklabelstyle.html" status="internal" access="private" location="CircularTickmarkLabelStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CircularTickmarkLabelStyle.qml" lineno="45" title="CircularTickmarkLabelStyle" fulltitle="CircularTickmarkLabelStyle" subtitle="">
<qmlproperty threadsafety="unspecified" name="minorTickmark" fullname="CircularTickmarkLabelStyle::minorTickmark" href="qml-circulartickmarklabelstyle.html#minorTickmark-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="outerRadius" fullname="CircularTickmarkLabelStyle::outerRadius" href="qml-circulartickmarklabelstyle.html#outerRadius-prop" status="active" access="public" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="CircularTickmarkLabelStyle::panel" href="qml-circulartickmarklabelstyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tickmark" fullname="CircularTickmarkLabelStyle::tickmark" href="qml-circulartickmarklabelstyle.html#tickmark-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tickmarkLabel" fullname="CircularTickmarkLabelStyle::tickmarkLabel" href="qml-circulartickmarklabelstyle.html#tickmarkLabel-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__protectedScope" fullname="CircularTickmarkLabelStyle::__protectedScope" href="qml-circulartickmarklabelstyle.html#__protectedScope-prop" status="internal" access="public" location="CircularTickmarkLabelStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CircularTickmarkLabelStyle.qml" lineno="53" type="QtObject" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ColumnMenuContent" qml-module-name="ColumnMenuContent" href="qml-columnmenucontent.html" status="internal" access="private" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="44" title="ColumnMenuContent" fulltitle="ColumnMenuContent" subtitle="">
<qmlproperty threadsafety="unspecified" name="currentIndex" fullname="ColumnMenuContent::currentIndex" href="qml-columnmenucontent.html#currentIndex-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="65" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="currentItem" fullname="ColumnMenuContent::currentItem" href="qml-columnmenucontent.html#currentItem-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="66" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="downScrollerHeight" fullname="ColumnMenuContent::downScrollerHeight" href="qml-columnmenucontent.html#downScrollerHeight-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="84" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="fittedMaxHeight" fullname="ColumnMenuContent::fittedMaxHeight" href="qml-columnmenucontent.html#fittedMaxHeight-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="81" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="fittingItems" fullname="ColumnMenuContent::fittingItems" href="qml-columnmenucontent.html#fittingItems-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="80" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="itemHeight" fullname="ColumnMenuContent::itemHeight" href="qml-columnmenucontent.html#itemHeight-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="67" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="itemsModel" fullname="ColumnMenuContent::itemsModel" href="qml-columnmenucontent.html#itemsModel-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="50" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="maxHeight" fullname="ColumnMenuContent::maxHeight" href="qml-columnmenucontent.html#maxHeight-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="52" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="menuItemDelegate" fullname="ColumnMenuContent::menuItemDelegate" href="qml-columnmenucontent.html#menuItemDelegate-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="47" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minWidth" fullname="ColumnMenuContent::minWidth" href="qml-columnmenucontent.html#minWidth-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="51" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="mousePressed" fullname="ColumnMenuContent::mousePressed" href="qml-columnmenucontent.html#mousePressed-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="53" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="oldMousePos" fullname="ColumnMenuContent::oldMousePos" href="qml-columnmenucontent.html#oldMousePos-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="85" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="openedSubmenu" fullname="ColumnMenuContent::openedSubmenu" href="qml-columnmenucontent.html#openedSubmenu-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="86" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="scrollIndicatorStyle" fullname="ColumnMenuContent::scrollIndicatorStyle" href="qml-columnmenucontent.html#scrollIndicatorStyle-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="48" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="scrollerStyle" fullname="ColumnMenuContent::scrollerStyle" href="qml-columnmenucontent.html#scrollerStyle-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="49" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="shouldUseScrollers" fullname="ColumnMenuContent::shouldUseScrollers" href="qml-columnmenucontent.html#shouldUseScrollers-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="82" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="upScrollerHeight" fullname="ColumnMenuContent::upScrollerHeight" href="qml-columnmenucontent.html#upScrollerHeight-prop" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="83" type="real" attached="false" writable="false"/>
<qmlsignal threadsafety="unspecified" name="triggered" fullname="ColumnMenuContent::triggered" href="qml-columnmenucontent.html#triggered-signal" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="55"/>
<qmlmethod threadsafety="unspecified" name="menuItemAt" fullname="ColumnMenuContent::menuItemAt" href="qml-columnmenucontent.html#menuItemAt-method" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="57"/>
<qmlmethod threadsafety="unspecified" name="showCurrentItemSubMenu" fullname="ColumnMenuContent::showCurrentItemSubMenu" href="qml-columnmenucontent.html#showCurrentItemSubMenu-method" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="141"/>
<qmlmethod threadsafety="unspecified" name="updateCurrentItem" fullname="ColumnMenuContent::updateCurrentItem" href="qml-columnmenucontent.html#updateCurrentItem-method" status="active" access="public" location="ColumnMenuContent.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ColumnMenuContent.qml" lineno="88"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ComboBox" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls.Private::Control" fullname="QtQuick.Controls.ComboBox" href="qml-qtquick-controls-combobox.html" status="active" access="public" since="5.1" title="ComboBox" fulltitle="ComboBox" subtitle="" groups="controls" brief="Provides a drop-down list functionality">
<qmlproperty threadsafety="unspecified" name="__popup" fullname="QtQuick.Controls.ComboBox.__popup" href="qml-qtquick-controls-combobox.html#__popup-prop" status="internal" access="public" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="acceptableInput" fullname="QtQuick.Controls.ComboBox.acceptableInput" href="qml-qtquick-controls-combobox.html#acceptableInput-prop" status="active" access="public" since="QtQuick.Controls 1.1" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="activeFocusOnPress" fullname="QtQuick.Controls.ComboBox.activeFocusOnPress" href="qml-qtquick-controls-combobox.html#activeFocusOnPress-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="count" fullname="QtQuick.Controls.ComboBox.count" href="qml-qtquick-controls-combobox.html#count-prop" status="active" access="public" since="QtQuick.Controls 1.1" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="currentIndex" fullname="QtQuick.Controls.ComboBox.currentIndex" href="qml-qtquick-controls-combobox.html#currentIndex-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="currentText" fullname="QtQuick.Controls.ComboBox.currentText" href="qml-qtquick-controls-combobox.html#currentText-prop" status="active" access="public" type="string" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="editText" fullname="QtQuick.Controls.ComboBox.editText" href="qml-qtquick-controls-combobox.html#editText-prop" status="active" access="public" since="QtQuick.Controls 1.1" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="editable" fullname="QtQuick.Controls.ComboBox.editable" href="qml-qtquick-controls-combobox.html#editable-prop" status="active" access="public" since="QtQuick.Controls 1.1" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="hovered" fullname="QtQuick.Controls.ComboBox.hovered" href="qml-qtquick-controls-combobox.html#hovered-prop" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="inputMethodComposing" fullname="QtQuick.Controls.ComboBox.inputMethodComposing" href="qml-qtquick-controls-combobox.html#inputMethodComposing-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="inputMethodHints" fullname="QtQuick.Controls.ComboBox.inputMethodHints" href="qml-qtquick-controls-combobox.html#inputMethodHints-prop" status="active" access="public" since="QtQuick.Controls 1.5" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="menu" fullname="QtQuick.Controls.ComboBox.menu" href="qml-qtquick-controls-combobox.html#menu-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="model" fullname="QtQuick.Controls.ComboBox.model" href="qml-qtquick-controls-combobox.html#model-prop" status="active" access="public" type="model" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="pressed" fullname="QtQuick.Controls.ComboBox.pressed" href="qml-qtquick-controls-combobox.html#pressed-prop" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="selectByMouse" fullname="QtQuick.Controls.ComboBox.selectByMouse" href="qml-qtquick-controls-combobox.html#selectByMouse-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textRole" fullname="QtQuick.Controls.ComboBox.textRole" href="qml-qtquick-controls-combobox.html#textRole-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="validator" fullname="QtQuick.Controls.ComboBox.validator" href="qml-qtquick-controls-combobox.html#validator-prop" status="active" access="public" since="QtQuick.Controls 1.1" type="Validator" attached="false" writable="true"/>
<qmlsignal threadsafety="unspecified" name="accepted" fullname="QtQuick.Controls.ComboBox.accepted" href="qml-qtquick-controls-combobox.html#accepted-signal" status="active" access="public" since="QtQuick.Controls 1.1"/>
<qmlsignal threadsafety="unspecified" name="activated" fullname="QtQuick.Controls.ComboBox.activated" href="qml-qtquick-controls-combobox.html#activated-signal" status="active" access="public" since="QtQuick.Controls 1.1"/>
<qmlmethod threadsafety="unspecified" name="__selectNextItem" fullname="QtQuick.Controls.ComboBox.__selectNextItem" href="qml-qtquick-controls-combobox.html#__selectNextItem-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="__selectPrevItem" fullname="QtQuick.Controls.ComboBox.__selectPrevItem" href="qml-qtquick-controls-combobox.html#__selectPrevItem-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="find" fullname="QtQuick.Controls.ComboBox.find" href="qml-qtquick-controls-combobox.html#find-method" status="active" access="public" location="ComboBox.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/ComboBox.qml" lineno="227" since="QtQuick.Controls 1.1"/>
<qmlmethod threadsafety="unspecified" name="selectAll" fullname="QtQuick.Controls.ComboBox.selectAll" href="qml-qtquick-controls-combobox.html#selectAll-method" status="active" access="public" location="ComboBox.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/ComboBox.qml" lineno="350" since="QtQuick.Controls 1.1"/>
<qmlmethod threadsafety="unspecified" name="textAt" fullname="QtQuick.Controls.ComboBox.textAt" href="qml-qtquick-controls-combobox.html#textAt-method" status="active" access="public" location="ComboBox.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/ComboBox.qml" lineno="216" since="QtQuick.Controls 1.1"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ComboBoxStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.ComboBoxStyle" href="qml-qtquick-controls-styles-comboboxstyle.html" status="active" access="public" since="5.1" title="ComboBoxStyle" fulltitle="ComboBoxStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for ComboBox">
<qmlproperty threadsafety="unspecified" name="__cursorDelegate" fullname="QtQuick.Controls.Styles.ComboBoxStyle.__cursorDelegate" href="qml-qtquick-controls-styles-comboboxstyle.html#__cursorDelegate-prop" status="internal" access="public" since="QtQuick.Controls.Styles 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__cursorHandle" fullname="QtQuick.Controls.Styles.ComboBoxStyle.__cursorHandle" href="qml-qtquick-controls-styles-comboboxstyle.html#__cursorHandle-prop" status="internal" access="public" since="QtQuick.Controls.Styles 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__dropDownStyle" fullname="QtQuick.Controls.Styles.ComboBoxStyle.__dropDownStyle" href="qml-qtquick-controls-styles-comboboxstyle.html#__dropDownStyle-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__editor" fullname="QtQuick.Controls.Styles.ComboBoxStyle.__editor" href="qml-qtquick-controls-styles-comboboxstyle.html#__editor-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__popupStyle" fullname="QtQuick.Controls.Styles.ComboBoxStyle.__popupStyle" href="qml-qtquick-controls-styles-comboboxstyle.html#__popupStyle-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__selectionHandle" fullname="QtQuick.Controls.Styles.ComboBoxStyle.__selectionHandle" href="qml-qtquick-controls-styles-comboboxstyle.html#__selectionHandle-prop" status="internal" access="public" since="QtQuick.Controls.Styles 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.ComboBoxStyle.background" href="qml-qtquick-controls-styles-comboboxstyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.ComboBoxStyle.control" href="qml-qtquick-controls-styles-comboboxstyle.html#control-prop" status="active" access="public" type="ComboBox" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="dropDownButtonWidth" fullname="QtQuick.Controls.Styles.ComboBoxStyle.dropDownButtonWidth" href="qml-qtquick-controls-styles-comboboxstyle.html#dropDownButtonWidth-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="drowDownButtonWidth" fullname="QtQuick.Controls.Styles.ComboBoxStyle.drowDownButtonWidth" href="qml-qtquick-controls-styles-comboboxstyle.html#drowDownButtonWidth-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="font" fullname="QtQuick.Controls.Styles.ComboBoxStyle.font" href="qml-qtquick-controls-styles-comboboxstyle.html#font-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.3" type="font" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="label" fullname="QtQuick.Controls.Styles.ComboBoxStyle.label" href="qml-qtquick-controls-styles-comboboxstyle.html#label-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.ComboBoxStyle.panel" href="qml-qtquick-controls-styles-comboboxstyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="renderType" fullname="QtQuick.Controls.Styles.ComboBoxStyle.renderType" href="qml-qtquick-controls-styles-comboboxstyle.html#renderType-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.2" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectedTextColor" fullname="QtQuick.Controls.Styles.ComboBoxStyle.selectedTextColor" href="qml-qtquick-controls-styles-comboboxstyle.html#selectedTextColor-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.3" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectionColor" fullname="QtQuick.Controls.Styles.ComboBoxStyle.selectionColor" href="qml-qtquick-controls-styles-comboboxstyle.html#selectionColor-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.3" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textColor" fullname="QtQuick.Controls.Styles.ComboBoxStyle.textColor" href="qml-qtquick-controls-styles-comboboxstyle.html#textColor-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.3" type="color" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="CommonStyleHelper" qml-module-name="CommonStyleHelper" href="qml-commonstylehelper.html" status="internal" access="private" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="42" title="CommonStyleHelper" fulltitle="CommonStyleHelper" subtitle="">
<qmlproperty threadsafety="unspecified" name="buttonColorDownBottom" fullname="CommonStyleHelper::buttonColorDownBottom" href="qml-commonstylehelper.html#buttonColorDownBottom-prop" status="active" access="public" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="48" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="buttonColorDownTop" fullname="CommonStyleHelper::buttonColorDownTop" href="qml-commonstylehelper.html#buttonColorDownTop-prop" status="active" access="public" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="47" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="buttonColorUpBottom" fullname="CommonStyleHelper::buttonColorUpBottom" href="qml-commonstylehelper.html#buttonColorUpBottom-prop" status="active" access="public" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="46" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="buttonColorUpTop" fullname="CommonStyleHelper::buttonColorUpTop" href="qml-commonstylehelper.html#buttonColorUpTop-prop" status="active" access="public" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="45" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="CommonStyleHelper::control" href="qml-commonstylehelper.html#control-prop" status="active" access="public" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="43" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="inactiveColor" fullname="CommonStyleHelper::inactiveColor" href="qml-commonstylehelper.html#inactiveColor-prop" status="active" access="public" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="57" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="inactiveColorShine" fullname="CommonStyleHelper::inactiveColorShine" href="qml-commonstylehelper.html#inactiveColorShine-prop" status="active" access="public" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="58" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="offColor" fullname="CommonStyleHelper::offColor" href="qml-commonstylehelper.html#offColor-prop" status="active" access="public" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="53" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="offColorShine" fullname="CommonStyleHelper::offColorShine" href="qml-commonstylehelper.html#offColorShine-prop" status="active" access="public" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="54" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="onColor" fullname="CommonStyleHelper::onColor" href="qml-commonstylehelper.html#onColor-prop" status="active" access="public" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="55" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="onColorShine" fullname="CommonStyleHelper::onColorShine" href="qml-commonstylehelper.html#onColorShine-prop" status="active" access="public" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="56" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textColorDown" fullname="CommonStyleHelper::textColorDown" href="qml-commonstylehelper.html#textColorDown-prop" status="active" access="public" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="50" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textColorUp" fullname="CommonStyleHelper::textColorUp" href="qml-commonstylehelper.html#textColorUp-prop" status="active" access="public" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="49" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textRaisedColorDown" fullname="CommonStyleHelper::textRaisedColorDown" href="qml-commonstylehelper.html#textRaisedColorDown-prop" status="active" access="public" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="52" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textRaisedColorUp" fullname="CommonStyleHelper::textRaisedColorUp" href="qml-commonstylehelper.html#textRaisedColorUp-prop" status="active" access="public" location="CommonStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/CommonStyleHelper.qml" lineno="51" type="color" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ContentItem" qml-module-name="ContentItem" href="qml-contentitem.html" status="internal" access="private" location="ContentItem.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ContentItem.qml" lineno="43" title="ContentItem" fulltitle="ContentItem" subtitle="">
<qmlproperty threadsafety="unspecified" name="__layoutItem" fullname="ContentItem::__layoutItem" href="qml-contentitem.html#__layoutItem-prop" status="internal" access="public" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__marginsHeight" fullname="ContentItem::__marginsHeight" href="qml-contentitem.html#__marginsHeight-prop" status="internal" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__marginsWidth" fullname="ContentItem::__marginsWidth" href="qml-contentitem.html#__marginsWidth-prop" status="internal" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__noImplicitHeightGiven" fullname="ContentItem::__noImplicitHeightGiven" href="qml-contentitem.html#__noImplicitHeightGiven-prop" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__noImplicitWidthGiven" fullname="ContentItem::__noImplicitWidthGiven" href="qml-contentitem.html#__noImplicitWidthGiven-prop" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__noMinimumHeightGiven" fullname="ContentItem::__noMinimumHeightGiven" href="qml-contentitem.html#__noMinimumHeightGiven-prop" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__noMinimumWidthGiven" fullname="ContentItem::__noMinimumWidthGiven" href="qml-contentitem.html#__noMinimumWidthGiven-prop" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="maximumHeight" fullname="ContentItem::maximumHeight" href="qml-contentitem.html#maximumHeight-prop" status="active" access="public" location="ContentItem.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ContentItem.qml" lineno="48" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="maximumWidth" fullname="ContentItem::maximumWidth" href="qml-contentitem.html#maximumWidth-prop" status="active" access="public" location="ContentItem.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ContentItem.qml" lineno="47" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minimumHeight" fullname="ContentItem::minimumHeight" href="qml-contentitem.html#minimumHeight-prop" status="active" access="public" location="ContentItem.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ContentItem.qml" lineno="46" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minimumWidth" fullname="ContentItem::minimumWidth" href="qml-contentitem.html#minimumWidth-prop" status="active" access="public" location="ContentItem.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ContentItem.qml" lineno="45" type="real" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="__calcImplicit" fullname="ContentItem::__calcImplicit" href="qml-contentitem.html#__calcImplicit-method" status="internal" access="public" location="ContentItem.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ContentItem.qml" lineno="80"/>
<qmlmethod threadsafety="unspecified" name="__calcImplicitHeight" fullname="ContentItem::__calcImplicitHeight" href="qml-contentitem.html#__calcImplicitHeight-method" status="internal" access="public" location="ContentItem.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ContentItem.qml" lineno="74"/>
<qmlmethod threadsafety="unspecified" name="__calcImplicitWidth" fullname="ContentItem::__calcImplicitWidth" href="qml-contentitem.html#__calcImplicitWidth-method" status="internal" access="public" location="ContentItem.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ContentItem.qml" lineno="68"/>
<qmlmethod threadsafety="unspecified" name="__calcMaximum" fullname="ContentItem::__calcMaximum" href="qml-contentitem.html#__calcMaximum-method" status="internal" access="public" location="ContentItem.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ContentItem.qml" lineno="94"/>
<qmlmethod threadsafety="unspecified" name="__calcMinMax" fullname="ContentItem::__calcMinMax" href="qml-contentitem.html#__calcMinMax-method" status="internal" access="public" location="ContentItem.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ContentItem.qml" lineno="98"/>
<qmlmethod threadsafety="unspecified" name="__calcMinimum" fullname="ContentItem::__calcMinimum" href="qml-contentitem.html#__calcMinimum-method" status="internal" access="public" location="ContentItem.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ContentItem.qml" lineno="90"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="Control" qml-module-name="QtQuick.Controls.Private" fullname="QtQuick.Controls.Private.Control" href="qml-qtquick-controls-private-control.html" status="internal" access="public" abstract="true" title="Control" fulltitle="Control" subtitle="">
<qmlproperty threadsafety="unspecified" name="__panel" fullname="QtQuick.Controls.Private.Control.__panel" status="internal" access="public" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__style" fullname="QtQuick.Controls.Private.Control.__style" status="internal" access="public" type="QtObject" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__styleData" fullname="QtQuick.Controls.Private.Control.__styleData" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="style" fullname="QtQuick.Controls.Private.Control.style" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="styleHints" fullname="QtQuick.Controls.Private.Control.styleHints" status="internal" access="public" type="var" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="DelayButtonStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="::CircularButtonStyle" fullname="QtQuick.Controls.Styles.DelayButtonStyle" href="qml-qtquick-controls-styles-delaybuttonstyle.html" status="active" access="public" since="5.5" title="DelayButtonStyle" fulltitle="DelayButtonStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for DelayButton">
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.DelayButtonStyle.control" href="qml-qtquick-controls-styles-delaybuttonstyle.html#control-prop" status="active" access="public" type="DelayButton" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="foreground" fullname="QtQuick.Controls.Styles.DelayButtonStyle.foreground" href="qml-qtquick-controls-styles-delaybuttonstyle.html#foreground-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="progressBarDropShadowColor" fullname="QtQuick.Controls.Styles.DelayButtonStyle.progressBarDropShadowColor" href="qml-qtquick-controls-styles-delaybuttonstyle.html#progressBarDropShadowColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="progressBarGradient" fullname="QtQuick.Controls.Styles.DelayButtonStyle.progressBarGradient" href="qml-qtquick-controls-styles-delaybuttonstyle.html#progressBarGradient-prop" status="active" access="public" type="Gradient" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="DialStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.DialStyle" href="qml-qtquick-controls-styles-dialstyle.html" status="active" access="public" since="5.5" title="DialStyle" fulltitle="DialStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for Dial">
<qmlproperty threadsafety="unspecified" name="__dragToSet" fullname="QtQuick.Controls.Styles.DialStyle.__dragToSet" href="qml-qtquick-controls-styles-dialstyle.html#__dragToSet-prop" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__handleRadius" fullname="QtQuick.Controls.Styles.DialStyle.__handleRadius" href="qml-qtquick-controls-styles-dialstyle.html#__handleRadius-prop" status="internal" access="public" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="__tickmarkRadius" fullname="QtQuick.Controls.Styles.DialStyle.__tickmarkRadius" href="qml-qtquick-controls-styles-dialstyle.html#__tickmarkRadius-prop" status="internal" access="public" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.DialStyle.background" href="qml-qtquick-controls-styles-dialstyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.DialStyle.control" href="qml-qtquick-controls-styles-dialstyle.html#control-prop" status="active" access="public" type="Dial" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="handle" fullname="QtQuick.Controls.Styles.DialStyle.handle" href="qml-qtquick-controls-styles-dialstyle.html#handle-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="handleInset" fullname="QtQuick.Controls.Styles.DialStyle.handleInset" href="qml-qtquick-controls-styles-dialstyle.html#handleInset-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="labelCount" fullname="QtQuick.Controls.Styles.DialStyle.labelCount" href="qml-qtquick-controls-styles-dialstyle.html#labelCount-prop" status="active" access="public" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="labelInset" fullname="QtQuick.Controls.Styles.DialStyle.labelInset" href="qml-qtquick-controls-styles-dialstyle.html#labelInset-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="labelStepSize" fullname="QtQuick.Controls.Styles.DialStyle.labelStepSize" href="qml-qtquick-controls-styles-dialstyle.html#labelStepSize-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minorTickmark" fullname="QtQuick.Controls.Styles.DialStyle.minorTickmark" href="qml-qtquick-controls-styles-dialstyle.html#minorTickmark-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minorTickmarkCount" fullname="QtQuick.Controls.Styles.DialStyle.minorTickmarkCount" href="qml-qtquick-controls-styles-dialstyle.html#minorTickmarkCount-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minorTickmarkInset" fullname="QtQuick.Controls.Styles.DialStyle.minorTickmarkInset" href="qml-qtquick-controls-styles-dialstyle.html#minorTickmarkInset-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="outerRadius" fullname="QtQuick.Controls.Styles.DialStyle.outerRadius" href="qml-qtquick-controls-styles-dialstyle.html#outerRadius-prop" status="active" access="public" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.DialStyle.panel" href="qml-qtquick-controls-styles-dialstyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tickmark" fullname="QtQuick.Controls.Styles.DialStyle.tickmark" href="qml-qtquick-controls-styles-dialstyle.html#tickmark-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tickmarkCount" fullname="QtQuick.Controls.Styles.DialStyle.tickmarkCount" href="qml-qtquick-controls-styles-dialstyle.html#tickmarkCount-prop" status="active" access="public" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="tickmarkInset" fullname="QtQuick.Controls.Styles.DialStyle.tickmarkInset" href="qml-qtquick-controls-styles-dialstyle.html#tickmarkInset-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tickmarkLabel" fullname="QtQuick.Controls.Styles.DialStyle.tickmarkLabel" href="qml-qtquick-controls-styles-dialstyle.html#tickmarkLabel-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tickmarkStepSize" fullname="QtQuick.Controls.Styles.DialStyle.tickmarkStepSize" href="qml-qtquick-controls-styles-dialstyle.html#tickmarkStepSize-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="valueToAngle" fullname="QtQuick.Controls.Styles.DialStyle.valueToAngle" href="qml-qtquick-controls-styles-dialstyle.html#valueToAngle-method" status="active" access="public" location="DialStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/DialStyle.qml" lineno="150"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="EditMenu" qml-module-name="EditMenu" href="qml-editmenu.html" status="internal" access="private" location="EditMenu.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/EditMenu.qml" lineno="44" title="EditMenu" fulltitle="EditMenu" subtitle="">
<qmlproperty threadsafety="unspecified" name="control" fullname="EditMenu::control" href="qml-editmenu.html#control-prop" status="active" access="public" location="EditMenu.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/EditMenu.qml" lineno="45" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="cursorHandle" fullname="EditMenu::cursorHandle" href="qml-editmenu.html#cursorHandle-prop" status="active" access="public" location="EditMenu.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/EditMenu.qml" lineno="47" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="defaultMenu" fullname="EditMenu::defaultMenu" href="qml-editmenu.html#defaultMenu-prop" status="active" access="public" location="EditMenu.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/EditMenu.qml" lineno="50" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="flickable" fullname="EditMenu::flickable" href="qml-editmenu.html#flickable-prop" status="active" access="public" location="EditMenu.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/EditMenu.qml" lineno="49" type="Flickable" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="input" fullname="EditMenu::input" href="qml-editmenu.html#input-prop" status="active" access="public" location="EditMenu.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/EditMenu.qml" lineno="46" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="menuInstance" fullname="EditMenu::menuInstance" href="qml-editmenu.html#menuInstance-prop" status="active" access="public" location="EditMenu.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/EditMenu.qml" lineno="51" type="QtObject" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="mouseArea" fullname="EditMenu::mouseArea" href="qml-editmenu.html#mouseArea-prop" status="active" access="public" location="EditMenu.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/EditMenu.qml" lineno="52" type="MouseArea" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectionHandle" fullname="EditMenu::selectionHandle" href="qml-editmenu.html#selectionHandle-prop" status="active" access="public" location="EditMenu.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/EditMenu.qml" lineno="48" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="style" fullname="EditMenu::style" href="qml-editmenu.html#style-prop" status="active" access="public" location="EditMenu.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/EditMenu.qml" lineno="53" type="QtObject" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="getMenuInstance" fullname="EditMenu::getMenuInstance" href="qml-editmenu.html#getMenuInstance-method" status="active" access="public" location="EditMenu.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/EditMenu.qml" lineno="65"/>
<qmlmethod threadsafety="unspecified" name="syncStyle" fullname="EditMenu::syncStyle" href="qml-editmenu.html#syncStyle-method" status="active" access="public" location="EditMenu.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/EditMenu.qml" lineno="74"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="EditMenu_base" qml-module-name="EditMenu_base" href="qml-editmenu-base.html" status="internal" access="private" location="EditMenu_base.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/EditMenu_base.qml" lineno="44" title="EditMenu_base" fulltitle="EditMenu_base" subtitle="">
<qmlproperty threadsafety="unspecified" name="defaultMenu" fullname="EditMenu_base::defaultMenu" href="qml-editmenu-base.html#defaultMenu-prop" status="active" access="public" location="EditMenu_base.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/EditMenu_base.qml" lineno="141" type="Component" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="FastGlow" qml-module-name="FastGlow" href="qml-fastglow.html" status="internal" access="private" location="FastGlow.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/FastGlow.qml" lineno="42" title="FastGlow" fulltitle="FastGlow" subtitle="">
<qmlproperty threadsafety="unspecified" name="__internalBlurFragmentShader" fullname="FastGlow::__internalBlurFragmentShader" href="qml-fastglow.html#__internalBlurFragmentShader-prop" status="internal" access="public" location="FastGlow.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/FastGlow.qml" lineno="68" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__internalBlurVertexShader" fullname="FastGlow::__internalBlurVertexShader" href="qml-fastglow.html#__internalBlurVertexShader-prop" status="internal" access="public" location="FastGlow.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/FastGlow.qml" lineno="66" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="blur" fullname="FastGlow::blur" href="qml-fastglow.html#blur-prop" status="active" access="public" location="FastGlow.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/FastGlow.qml" lineno="46" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="cached" fullname="FastGlow::cached" href="qml-fastglow.html#cached-prop" status="active" access="public" location="FastGlow.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/FastGlow.qml" lineno="49" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="color" fullname="FastGlow::color" href="qml-fastglow.html#color-prop" status="active" access="public" location="FastGlow.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/FastGlow.qml" lineno="47" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="source" fullname="FastGlow::source" href="qml-fastglow.html#source-prop" status="active" access="public" location="FastGlow.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/FastGlow.qml" lineno="44" type="variant" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="spread" fullname="FastGlow::spread" href="qml-fastglow.html#spread-prop" status="active" access="public" location="FastGlow.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/FastGlow.qml" lineno="45" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="transparentBorder" fullname="FastGlow::transparentBorder" href="qml-fastglow.html#transparentBorder-prop" status="active" access="public" location="FastGlow.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/FastGlow.qml" lineno="48" type="bool" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="FocusFrame" qml-module-name="QtQuick.Controls.Private" fullname="QtQuick.Controls.Private.FocusFrame" href="qml-qtquick-controls-private-focusframe.html" status="internal" access="public" title="FocusFrame" fulltitle="FocusFrame" subtitle="">
<qmlproperty threadsafety="unspecified" name="focusMargin" fullname="QtQuick.Controls.Private.FocusFrame.focusMargin" href="qml-qtquick-controls-private-focusframe.html#focusMargin-prop" status="active" access="public" location="FocusFrame.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/FocusFrame.qml" lineno="59" type="int" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="FocusFrameStyle" qml-module-name="QtQuick.Controls.Styles" fullname="QtQuick.Controls.Styles.FocusFrameStyle" href="qml-qtquick-controls-styles-focusframestyle.html" status="internal" access="public" title="FocusFrameStyle" fulltitle="FocusFrameStyle" subtitle="">
<qmlproperty threadsafety="unspecified" name="margin" fullname="QtQuick.Controls.Styles.FocusFrameStyle.margin" href="qml-qtquick-controls-styles-focusframestyle.html#margin-prop" status="active" access="public" location="FocusFrameStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/FocusFrameStyle.qml" lineno="50" type="int" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="GaugeStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.GaugeStyle" href="qml-qtquick-controls-styles-gaugestyle.html" status="active" access="public" since="5.5" title="GaugeStyle" fulltitle="GaugeStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for Gauge">
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.GaugeStyle.background" href="qml-qtquick-controls-styles-gaugestyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.GaugeStyle.control" href="qml-qtquick-controls-styles-gaugestyle.html#control-prop" status="active" access="public" type="Gauge" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="foreground" fullname="QtQuick.Controls.Styles.GaugeStyle.foreground" href="qml-qtquick-controls-styles-gaugestyle.html#foreground-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minorTickmark" fullname="QtQuick.Controls.Styles.GaugeStyle.minorTickmark" href="qml-qtquick-controls-styles-gaugestyle.html#minorTickmark-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.GaugeStyle.panel" href="qml-qtquick-controls-styles-gaugestyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tickmark" fullname="QtQuick.Controls.Styles.GaugeStyle.tickmark" href="qml-qtquick-controls-styles-gaugestyle.html#tickmark-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tickmarkLabel" fullname="QtQuick.Controls.Styles.GaugeStyle.tickmarkLabel" href="qml-qtquick-controls-styles-gaugestyle.html#tickmarkLabel-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="valueBar" fullname="QtQuick.Controls.Styles.GaugeStyle.valueBar" href="qml-qtquick-controls-styles-gaugestyle.html#valueBar-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="valuePosition" fullname="QtQuick.Controls.Styles.GaugeStyle.valuePosition" href="qml-qtquick-controls-styles-gaugestyle.html#valuePosition-prop" status="active" access="public" type="real" attached="false" writable="false"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="GroupBox" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.GroupBox" href="qml-qtquick-controls-groupbox.html" status="active" access="public" since="5.1" title="GroupBox" fulltitle="GroupBox" subtitle="" groups="controls" brief="Group box frame with a title">
<qmlproperty threadsafety="unspecified" name="__checkbox" fullname="QtQuick.Controls.GroupBox.__checkbox" href="qml-qtquick-controls-groupbox.html#__checkbox-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__content" fullname="QtQuick.Controls.GroupBox.__content" href="qml-qtquick-controls-groupbox.html#__content-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__style" fullname="QtQuick.Controls.GroupBox.__style" href="qml-qtquick-controls-groupbox.html#__style-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="checkable" fullname="QtQuick.Controls.GroupBox.checkable" href="qml-qtquick-controls-groupbox.html#checkable-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="checked" fullname="QtQuick.Controls.GroupBox.checked" href="qml-qtquick-controls-groupbox.html#checked-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="contentItem" fullname="QtQuick.Controls.GroupBox.contentItem" href="qml-qtquick-controls-groupbox.html#contentItem-prop" status="active" access="public" type="Item" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="flat" fullname="QtQuick.Controls.GroupBox.flat" href="qml-qtquick-controls-groupbox.html#flat-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="style" fullname="QtQuick.Controls.GroupBox.style" href="qml-qtquick-controls-groupbox.html#style-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="title" fullname="QtQuick.Controls.GroupBox.title" href="qml-qtquick-controls-groupbox.html#title-prop" status="active" access="public" type="string" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="GroupBoxStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.GroupBoxStyle" href="qml-qtquick-controls-styles-groupboxstyle.html" status="internal" access="public" since="5.1" title="GroupBoxStyle" fulltitle="GroupBoxStyle" subtitle="" groups="controlsstyling">
<qmlproperty threadsafety="unspecified" name="checkbox" fullname="QtQuick.Controls.Styles.GroupBoxStyle.checkbox" href="qml-qtquick-controls-styles-groupboxstyle.html#checkbox-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.GroupBoxStyle.control" href="qml-qtquick-controls-styles-groupboxstyle.html#control-prop" status="active" access="public" type="GroupBox" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.GroupBoxStyle.panel" href="qml-qtquick-controls-styles-groupboxstyle.html#panel-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textColor" fullname="QtQuick.Controls.Styles.GroupBoxStyle.textColor" href="qml-qtquick-controls-styles-groupboxstyle.html#textColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="HandleStyle" qml-module-name="HandleStyle" href="qml-handlestyle.html" status="internal" access="private" location="HandleStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/HandleStyle.qml" lineno="44" title="HandleStyle" fulltitle="HandleStyle" subtitle="">
<qmlproperty threadsafety="unspecified" name="handle" fullname="HandleStyle::handle" href="qml-handlestyle.html#handle-prop" status="active" access="public" location="HandleStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/HandleStyle.qml" lineno="54" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="handleColorBottom" fullname="HandleStyle::handleColorBottom" href="qml-handlestyle.html#handleColorBottom-prop" status="active" access="public" location="HandleStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/HandleStyle.qml" lineno="47" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="handleColorBottomStop" fullname="HandleStyle::handleColorBottomStop" href="qml-handlestyle.html#handleColorBottomStop-prop" status="active" access="public" location="HandleStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/HandleStyle.qml" lineno="48" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="handleColorTop" fullname="HandleStyle::handleColorTop" href="qml-handlestyle.html#handleColorTop-prop" status="active" access="public" location="HandleStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/HandleStyle.qml" lineno="46" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="HandleStyle::panel" href="qml-handlestyle.html#panel-prop" status="active" access="public" location="HandleStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/HandleStyle.qml" lineno="69" type="Component" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="HandleStyleHelper" qml-module-name="HandleStyleHelper" href="qml-handlestylehelper.html" status="internal" access="private" location="HandleStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/HandleStyleHelper.qml" lineno="42" title="HandleStyleHelper" fulltitle="HandleStyleHelper" subtitle="">
<qmlmethod threadsafety="unspecified" name="paintHandle" fullname="HandleStyleHelper::paintHandle" href="qml-handlestylehelper.html#paintHandle-method" status="active" access="public"/>
<qmlproperty threadsafety="unspecified" name="handleColorBottom" fullname="HandleStyleHelper::handleColorBottom" href="qml-handlestylehelper.html#handleColorBottom-prop" status="active" access="public" location="HandleStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/HandleStyleHelper.qml" lineno="46" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="handleColorBottomStop" fullname="HandleStyleHelper::handleColorBottomStop" href="qml-handlestylehelper.html#handleColorBottomStop-prop" status="active" access="public" location="HandleStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/HandleStyleHelper.qml" lineno="47" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="handleColorTop" fullname="HandleStyleHelper::handleColorTop" href="qml-handlestylehelper.html#handleColorTop-prop" status="active" access="public" location="HandleStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/HandleStyleHelper.qml" lineno="45" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="handleRingColorBottom" fullname="HandleStyleHelper::handleRingColorBottom" href="qml-handlestylehelper.html#handleRingColorBottom-prop" status="active" access="public" location="HandleStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/HandleStyleHelper.qml" lineno="50" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="handleRingColorTop" fullname="HandleStyleHelper::handleRingColorTop" href="qml-handlestylehelper.html#handleRingColorTop-prop" status="active" access="public" location="HandleStyleHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/HandleStyleHelper.qml" lineno="49" type="color" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="HoverButton" qml-module-name="HoverButton" href="qml-hoverbutton.html" status="internal" access="private" location="HoverButton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/HoverButton.qml" lineno="44" title="HoverButton" fulltitle="HoverButton" subtitle="">
<qmlproperty threadsafety="unspecified" name="source" fullname="HoverButton::source" href="qml-hoverbutton.html#source-prop" status="active" access="public" location="HoverButton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/HoverButton.qml" lineno="46" type="alias" attached="false" writable="true"/>
<qmlsignal threadsafety="unspecified" name="clicked" fullname="HoverButton::clicked" href="qml-hoverbutton.html#clicked-signal" status="active" access="public" location="HoverButton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/HoverButton.qml" lineno="47"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="Label" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.Label" href="qml-qtquick-controls-label.html" status="active" access="public" since="5.1" title="Label" fulltitle="Label" subtitle="" groups="controls" brief="A text label"/>
<qmlclass threadsafety="unspecified" name="Menu" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::MenuPrivate" fullname="QtQuick.Controls.Menu" href="qml-qtquick-controls-menu.html" status="active" access="public" since="5.1" title="Menu" fulltitle="Menu" subtitle="" groups="menus,controls" brief="Provides a menu component for use as a context menu, popup menu, or as part of a menu bar">
<qmlproperty threadsafety="unspecified" name="__currentIndex" fullname="QtQuick.Controls.Menu.__currentIndex" href="qml-qtquick-controls-menu.html#__currentIndex-prop" status="internal" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__parentContentItem" fullname="QtQuick.Controls.Menu.__parentContentItem" href="qml-qtquick-controls-menu.html#__parentContentItem-prop" status="internal" access="public" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__selfComponent" fullname="QtQuick.Controls.Menu.__selfComponent" href="qml-qtquick-controls-menu.html#__selfComponent-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__usingDefaultStyle" fullname="QtQuick.Controls.Menu.__usingDefaultStyle" href="qml-qtquick-controls-menu.html#__usingDefaultStyle-prop" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="style" fullname="QtQuick.Controls.Menu.style" href="qml-qtquick-controls-menu.html#style-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.2" type="Component" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="addMenu" fullname="QtQuick.Controls.Menu.addMenu" href="qml-qtquick-controls-menu.html#addMenu-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="insertMenu" fullname="QtQuick.Controls.Menu.insertMenu" href="qml-qtquick-controls-menu.html#insertMenu-method" status="internal" access="public"/>
<qmlproperty threadsafety="unspecified" name="enabled" fullname="QtQuick.Controls.Menu.enabled" href="qml-qtquick-controls-menu.html#enabled-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="iconName" fullname="QtQuick.Controls.Menu.iconName" href="qml-qtquick-controls-menu.html#iconName-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="iconSource" fullname="QtQuick.Controls.Menu.iconSource" href="qml-qtquick-controls-menu.html#iconSource-prop" status="active" access="public" type="url" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="items" fullname="QtQuick.Controls.Menu.items" href="qml-qtquick-controls-menu.html#items-prop" status="active" access="public" type="list&lt;Object&gt;" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="title" fullname="QtQuick.Controls.Menu.title" href="qml-qtquick-controls-menu.html#title-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="type" fullname="QtQuick.Controls.Menu.type" href="qml-qtquick-controls-menu.html#type-prop" status="active" access="public" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="visible" fullname="QtQuick.Controls.Menu.visible" href="qml-qtquick-controls-menu.html#visible-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlsignal threadsafety="unspecified" name="aboutToHide" fullname="QtQuick.Controls.Menu.aboutToHide" href="qml-qtquick-controls-menu.html#aboutToHide-signal" status="active" access="public" since="QtQuick.Controls 1.4"/>
<qmlsignal threadsafety="unspecified" name="aboutToShow" fullname="QtQuick.Controls.Menu.aboutToShow" href="qml-qtquick-controls-menu.html#aboutToShow-signal" status="active" access="public" since="QtQuick.Controls 1.4"/>
<qmlmethod threadsafety="unspecified" name="addItem" fullname="QtQuick.Controls.Menu.addItem" href="qml-qtquick-controls-menu.html#addItem-method" status="active" access="public"/>
<qmlmethod threadsafety="unspecified" name="addMenu" fullname="QtQuick.Controls.Menu.addMenu" href="qml-qtquick-controls-menu.html#addMenu-method" status="active" access="public"/>
<qmlmethod threadsafety="unspecified" name="addSeparator" fullname="QtQuick.Controls.Menu.addSeparator" href="qml-qtquick-controls-menu.html#addSeparator-method" status="active" access="public"/>
<qmlmethod threadsafety="unspecified" name="insertItem" fullname="QtQuick.Controls.Menu.insertItem" href="qml-qtquick-controls-menu.html#insertItem-method" status="active" access="public"/>
<qmlmethod threadsafety="unspecified" name="insertItem" fullname="QtQuick.Controls.Menu.insertItem" href="qml-qtquick-controls-menu.html#insertItem-method" status="active" access="public"/>
<qmlmethod threadsafety="unspecified" name="insertMenu" fullname="QtQuick.Controls.Menu.insertMenu" href="qml-qtquick-controls-menu.html#insertMenu-method" status="active" access="public"/>
<qmlmethod threadsafety="unspecified" name="insertSeparator" fullname="QtQuick.Controls.Menu.insertSeparator" href="qml-qtquick-controls-menu.html#insertSeparator-method" status="active" access="public"/>
<qmlmethod threadsafety="unspecified" name="popup" fullname="QtQuick.Controls.Menu.popup" href="qml-qtquick-controls-menu.html#popup-method" status="active" access="public"/>
<qmlmethod threadsafety="unspecified" name="removeItem" fullname="QtQuick.Controls.Menu.removeItem" href="qml-qtquick-controls-menu.html#removeItem-method" status="active" access="public"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="MenuBar" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::MenuBarPrivate" fullname="QtQuick.Controls.MenuBar" href="qml-qtquick-controls-menubar.html" status="active" access="public" since="5.1" title="MenuBar" fulltitle="MenuBar" subtitle="" groups="applicationwindow,controls" brief="Provides a horizontal menu bar">
<qmlproperty threadsafety="unspecified" name="__menuBarComponent" fullname="QtQuick.Controls.MenuBar.__menuBarComponent" href="qml-qtquick-controls-menubar.html#__menuBarComponent-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__style" fullname="QtQuick.Controls.MenuBar.__style" href="qml-qtquick-controls-menubar.html#__style-prop" status="internal" access="public" type="QtObject" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="style" fullname="QtQuick.Controls.MenuBar.style" href="qml-qtquick-controls-menubar.html#style-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.2" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="menus" fullname="QtQuick.Controls.MenuBar.menus" href="qml-qtquick-controls-menubar.html#menus-prop" status="active" access="public" type="list&lt;Menu&gt;" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="MenuBarStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.MenuBarStyle" href="qml-qtquick-controls-styles-menubarstyle.html" status="active" access="public" since="5.3" title="MenuBarStyle" fulltitle="MenuBarStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for MenuBar">
<qmlproperty threadsafety="unspecified" name="__isNative" fullname="QtQuick.Controls.Styles.MenuBarStyle.__isNative" href="qml-qtquick-controls-styles-menubarstyle.html#__isNative-prop" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.MenuBarStyle.background" href="qml-qtquick-controls-styles-menubarstyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="font" fullname="QtQuick.Controls.Styles.MenuBarStyle.font" href="qml-qtquick-controls-styles-menubarstyle.html#font-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.3" type="font" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="itemDelegate" fullname="QtQuick.Controls.Styles.MenuBarStyle.itemDelegate" href="qml-qtquick-controls-styles-menubarstyle.html#itemDelegate-prop" status="active" access="public" type="Component" attached="false" writable="true">
<target name="styledata-properties" title="styleData properties"/>
</qmlproperty>
<qmlproperty threadsafety="unspecified" name="menuStyle" fullname="QtQuick.Controls.Styles.MenuBarStyle.menuStyle" href="qml-qtquick-controls-styles-menubarstyle.html#menuStyle-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="formatMnemonic" fullname="QtQuick.Controls.Styles.MenuBarStyle.formatMnemonic" href="qml-qtquick-controls-styles-menubarstyle.html#formatMnemonic-method" status="active" access="public" location="MenuBarStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/MenuBarStyle.qml" lineno="58"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="MenuContentItem" qml-module-name="MenuContentItem" href="qml-menucontentitem.html" status="internal" access="private" location="MenuContentItem.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/MenuContentItem.qml" lineno="45" title="MenuContentItem" fulltitle="MenuContentItem" subtitle="">
<qmlproperty threadsafety="unspecified" name="__menu" fullname="MenuContentItem::__menu" href="qml-menucontentitem.html#__menu-prop" status="internal" access="public" location="MenuContentItem.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/MenuContentItem.qml" lineno="48" type="var" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="MenuContentScroller" qml-module-name="MenuContentScroller" href="qml-menucontentscroller.html" status="internal" access="private" location="MenuContentScroller.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/MenuContentScroller.qml" lineno="44" title="MenuContentScroller" fulltitle="MenuContentScroller" subtitle="">
<qmlproperty threadsafety="unspecified" name="direction" fullname="MenuContentScroller::direction" href="qml-menucontentscroller.html#direction-prop" status="active" access="public" location="MenuContentScroller.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/MenuContentScroller.qml" lineno="46" type="int" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="MenuItemSubControls" qml-module-name="MenuItemSubControls" href="qml-menuitemsubcontrols.html" status="internal" access="private" location="MenuItemSubControls.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/MenuItemSubControls.qml" lineno="42" title="MenuItemSubControls" fulltitle="MenuItemSubControls" subtitle="">
<qmlproperty threadsafety="unspecified" name="background" fullname="MenuItemSubControls::background" href="qml-menuitemsubcontrols.html#background-prop" status="active" access="public" location="MenuItemSubControls.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/MenuItemSubControls.qml" lineno="43" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="checkmarkIndicator" fullname="MenuItemSubControls::checkmarkIndicator" href="qml-menuitemsubcontrols.html#checkmarkIndicator-prop" status="active" access="public" location="MenuItemSubControls.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/MenuItemSubControls.qml" lineno="47" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="label" fullname="MenuItemSubControls::label" href="qml-menuitemsubcontrols.html#label-prop" status="active" access="public" location="MenuItemSubControls.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/MenuItemSubControls.qml" lineno="44" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="shortcut" fullname="MenuItemSubControls::shortcut" href="qml-menuitemsubcontrols.html#shortcut-prop" status="active" access="public" location="MenuItemSubControls.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/MenuItemSubControls.qml" lineno="46" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="submenuIndicator" fullname="MenuItemSubControls::submenuIndicator" href="qml-menuitemsubcontrols.html#submenuIndicator-prop" status="active" access="public" location="MenuItemSubControls.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/MenuItemSubControls.qml" lineno="45" type="Component" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="MenuStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.MenuStyle" href="qml-qtquick-controls-styles-menustyle.html" status="active" access="public" since="5.3" title="MenuStyle" fulltitle="MenuStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for Menu">
<target name="styledata-properties" title="styleData properties"/>
<qmlproperty threadsafety="unspecified" name="__backgroundColor" fullname="QtQuick.Controls.Styles.MenuStyle.__backgroundColor" href="qml-qtquick-controls-styles-menustyle.html#__backgroundColor-prop" status="internal" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__borderColor" fullname="QtQuick.Controls.Styles.MenuStyle.__borderColor" href="qml-qtquick-controls-styles-menustyle.html#__borderColor-prop" status="internal" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__disabledLabelColor" fullname="QtQuick.Controls.Styles.MenuStyle.__disabledLabelColor" href="qml-qtquick-controls-styles-menustyle.html#__disabledLabelColor-prop" status="internal" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__labelColor" fullname="QtQuick.Controls.Styles.MenuStyle.__labelColor" href="qml-qtquick-controls-styles-menustyle.html#__labelColor-prop" status="internal" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__leftLabelMargin" fullname="QtQuick.Controls.Styles.MenuStyle.__leftLabelMargin" href="qml-qtquick-controls-styles-menustyle.html#__leftLabelMargin-prop" status="internal" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__maxPopupHeight" fullname="QtQuick.Controls.Styles.MenuStyle.__maxPopupHeight" href="qml-qtquick-controls-styles-menustyle.html#__maxPopupHeight-prop" status="internal" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__menuItemType" fullname="QtQuick.Controls.Styles.MenuStyle.__menuItemType" href="qml-qtquick-controls-styles-menustyle.html#__menuItemType-prop" status="internal" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__minRightLabelSpacing" fullname="QtQuick.Controls.Styles.MenuStyle.__minRightLabelSpacing" href="qml-qtquick-controls-styles-menustyle.html#__minRightLabelSpacing-prop" status="internal" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__mirrored" fullname="QtQuick.Controls.Styles.MenuStyle.__mirrored" href="qml-qtquick-controls-styles-menustyle.html#__mirrored-prop" status="internal" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="__rightLabelMargin" fullname="QtQuick.Controls.Styles.MenuStyle.__rightLabelMargin" href="qml-qtquick-controls-styles-menustyle.html#__rightLabelMargin-prop" status="internal" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__scrollerStyle" fullname="QtQuick.Controls.Styles.MenuStyle.__scrollerStyle" href="qml-qtquick-controls-styles-menustyle.html#__scrollerStyle-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__selectedBackgroundColor" fullname="QtQuick.Controls.Styles.MenuStyle.__selectedBackgroundColor" href="qml-qtquick-controls-styles-menustyle.html#__selectedBackgroundColor-prop" status="internal" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__selectedLabelColor" fullname="QtQuick.Controls.Styles.MenuStyle.__selectedLabelColor" href="qml-qtquick-controls-styles-menustyle.html#__selectedLabelColor-prop" status="internal" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="font" fullname="QtQuick.Controls.Styles.MenuStyle.font" href="qml-qtquick-controls-styles-menustyle.html#font-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.3" type="font" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="frame" fullname="QtQuick.Controls.Styles.MenuStyle.frame" href="qml-qtquick-controls-styles-menustyle.html#frame-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="itemDelegate" fullname="QtQuick.Controls.Styles.MenuStyle.itemDelegate" href="qml-qtquick-controls-styles-menustyle.html#itemDelegate-prop" status="active" access="public" type="Object" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="menuItemPanel" fullname="QtQuick.Controls.Styles.MenuStyle.menuItemPanel" href="qml-qtquick-controls-styles-menustyle.html#menuItemPanel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="scrollIndicator" fullname="QtQuick.Controls.Styles.MenuStyle.scrollIndicator" href="qml-qtquick-controls-styles-menustyle.html#scrollIndicator-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="separator" fullname="QtQuick.Controls.Styles.MenuStyle.separator" href="qml-qtquick-controls-styles-menustyle.html#separator-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="submenuOverlap" fullname="QtQuick.Controls.Styles.MenuStyle.submenuOverlap" href="qml-qtquick-controls-styles-menustyle.html#submenuOverlap-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="submenuPopupDelay" fullname="QtQuick.Controls.Styles.MenuStyle.submenuPopupDelay" href="qml-qtquick-controls-styles-menustyle.html#submenuPopupDelay-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="formatMnemonic" fullname="QtQuick.Controls.Styles.MenuStyle.formatMnemonic" href="qml-qtquick-controls-styles-menustyle.html#formatMnemonic-method" status="active" access="public" location="MenuStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/MenuStyle.qml" lineno="99"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ModalPopupBehavior" qml-module-name="QtQuick.Controls.Private" fullname="QtQuick.Controls.Private.ModalPopupBehavior" href="qml-qtquick-controls-private-modalpopupbehavior.html" status="internal" access="public" title="ModalPopupBehavior" fulltitle="ModalPopupBehavior" subtitle="">
<qmlproperty threadsafety="unspecified" name="consumeCancelClick" fullname="QtQuick.Controls.Private.ModalPopupBehavior.consumeCancelClick" href="qml-qtquick-controls-private-modalpopupbehavior.html#consumeCancelClick-prop" status="active" access="public" location="ModalPopupBehavior.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ModalPopupBehavior.qml" lineno="55" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="deallocationDelay" fullname="QtQuick.Controls.Private.ModalPopupBehavior.deallocationDelay" href="qml-qtquick-controls-private-modalpopupbehavior.html#deallocationDelay-prop" status="active" access="public" location="ModalPopupBehavior.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ModalPopupBehavior.qml" lineno="57" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="delay" fullname="QtQuick.Controls.Private.ModalPopupBehavior.delay" href="qml-qtquick-controls-private-modalpopupbehavior.html#delay-prop" status="active" access="public" location="ModalPopupBehavior.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ModalPopupBehavior.qml" lineno="56" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="popup" fullname="QtQuick.Controls.Private.ModalPopupBehavior.popup" href="qml-qtquick-controls-private-modalpopupbehavior.html#popup-prop" status="active" access="public" location="ModalPopupBehavior.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ModalPopupBehavior.qml" lineno="61" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="popupComponent" fullname="QtQuick.Controls.Private.ModalPopupBehavior.popupComponent" href="qml-qtquick-controls-private-modalpopupbehavior.html#popupComponent-prop" status="active" access="public" location="ModalPopupBehavior.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ModalPopupBehavior.qml" lineno="59" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="root" fullname="QtQuick.Controls.Private.ModalPopupBehavior.root" href="qml-qtquick-controls-private-modalpopupbehavior.html#root-prop" status="active" access="public" location="ModalPopupBehavior.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ModalPopupBehavior.qml" lineno="88" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="showing" fullname="QtQuick.Controls.Private.ModalPopupBehavior.showing" href="qml-qtquick-controls-private-modalpopupbehavior.html#showing-prop" status="active" access="public" location="ModalPopupBehavior.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ModalPopupBehavior.qml" lineno="53" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="whenAlso" fullname="QtQuick.Controls.Private.ModalPopupBehavior.whenAlso" href="qml-qtquick-controls-private-modalpopupbehavior.html#whenAlso-prop" status="active" access="public" location="ModalPopupBehavior.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ModalPopupBehavior.qml" lineno="54" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="window" fullname="QtQuick.Controls.Private.ModalPopupBehavior.window" href="qml-qtquick-controls-private-modalpopupbehavior.html#window-prop" status="active" access="public" location="ModalPopupBehavior.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ModalPopupBehavior.qml" lineno="62" type="alias" attached="false" writable="true"/>
<qmlsignal threadsafety="unspecified" name="cancelledByClick" fullname="QtQuick.Controls.Private.ModalPopupBehavior.cancelledByClick" href="qml-qtquick-controls-private-modalpopupbehavior.html#cancelledByClick-signal" status="active" access="public" location="ModalPopupBehavior.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ModalPopupBehavior.qml" lineno="66"/>
<qmlsignal threadsafety="unspecified" name="prepareToHide" fullname="QtQuick.Controls.Private.ModalPopupBehavior.prepareToHide" href="qml-qtquick-controls-private-modalpopupbehavior.html#prepareToHide-signal" status="active" access="public" location="ModalPopupBehavior.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ModalPopupBehavior.qml" lineno="65"/>
<qmlsignal threadsafety="unspecified" name="prepareToShow" fullname="QtQuick.Controls.Private.ModalPopupBehavior.prepareToShow" href="qml-qtquick-controls-private-modalpopupbehavior.html#prepareToShow-signal" status="active" access="public" location="ModalPopupBehavior.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ModalPopupBehavior.qml" lineno="64"/>
<qmlmethod threadsafety="unspecified" name="findRoot" fullname="QtQuick.Controls.Private.ModalPopupBehavior.findRoot" href="qml-qtquick-controls-private-modalpopupbehavior.html#findRoot-method" status="active" access="public" location="ModalPopupBehavior.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ModalPopupBehavior.qml" lineno="89"/>
<qmlmethod threadsafety="unspecified" name="notifyChange" fullname="QtQuick.Controls.Private.ModalPopupBehavior.notifyChange" href="qml-qtquick-controls-private-modalpopupbehavior.html#notifyChange-method" status="active" access="public" location="ModalPopupBehavior.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ModalPopupBehavior.qml" lineno="74"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="PieMenuStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.PieMenuStyle" href="qml-qtquick-controls-styles-piemenustyle.html" status="active" access="public" since="5.5" title="PieMenuStyle" fulltitle="PieMenuStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for PieMenu">
<qmlproperty threadsafety="unspecified" name="__iconOffset" fullname="QtQuick.Controls.Styles.PieMenuStyle.__iconOffset" href="qml-qtquick-controls-styles-piemenustyle.html#__iconOffset-prop" status="internal" access="public" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="__implicitHeight" fullname="QtQuick.Controls.Styles.PieMenuStyle.__implicitHeight" href="qml-qtquick-controls-styles-piemenustyle.html#__implicitHeight-prop" status="internal" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__implicitWidth" fullname="QtQuick.Controls.Styles.PieMenuStyle.__implicitWidth" href="qml-qtquick-controls-styles-piemenustyle.html#__implicitWidth-prop" status="internal" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__selectableRadius" fullname="QtQuick.Controls.Styles.PieMenuStyle.__selectableRadius" href="qml-qtquick-controls-styles-piemenustyle.html#__selectableRadius-prop" status="internal" access="public" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.PieMenuStyle.background" href="qml-qtquick-controls-styles-piemenustyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="backgroundColor" fullname="QtQuick.Controls.Styles.PieMenuStyle.backgroundColor" href="qml-qtquick-controls-styles-piemenustyle.html#backgroundColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="cancel" fullname="QtQuick.Controls.Styles.PieMenuStyle.cancel" href="qml-qtquick-controls-styles-piemenustyle.html#cancel-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="cancelRadius" fullname="QtQuick.Controls.Styles.PieMenuStyle.cancelRadius" href="qml-qtquick-controls-styles-piemenustyle.html#cancelRadius-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.PieMenuStyle.control" href="qml-qtquick-controls-styles-piemenustyle.html#control-prop" status="active" access="public" type="PieMenu" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="endAngle" fullname="QtQuick.Controls.Styles.PieMenuStyle.endAngle" href="qml-qtquick-controls-styles-piemenustyle.html#endAngle-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="menuItem" fullname="QtQuick.Controls.Styles.PieMenuStyle.menuItem" href="qml-qtquick-controls-styles-piemenustyle.html#menuItem-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.PieMenuStyle.panel" href="qml-qtquick-controls-styles-piemenustyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="radius" fullname="QtQuick.Controls.Styles.PieMenuStyle.radius" href="qml-qtquick-controls-styles-piemenustyle.html#radius-prop" status="active" access="public" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="selectionColor" fullname="QtQuick.Controls.Styles.PieMenuStyle.selectionColor" href="qml-qtquick-controls-styles-piemenustyle.html#selectionColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="shadowColor" fullname="QtQuick.Controls.Styles.PieMenuStyle.shadowColor" href="qml-qtquick-controls-styles-piemenustyle.html#shadowColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="shadowRadius" fullname="QtQuick.Controls.Styles.PieMenuStyle.shadowRadius" href="qml-qtquick-controls-styles-piemenustyle.html#shadowRadius-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="shadowSpread" fullname="QtQuick.Controls.Styles.PieMenuStyle.shadowSpread" href="qml-qtquick-controls-styles-piemenustyle.html#shadowSpread-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="startAngle" fullname="QtQuick.Controls.Styles.PieMenuStyle.startAngle" href="qml-qtquick-controls-styles-piemenustyle.html#startAngle-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="title" fullname="QtQuick.Controls.Styles.PieMenuStyle.title" href="qml-qtquick-controls-styles-piemenustyle.html#title-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="sectionCenterAngle" fullname="QtQuick.Controls.Styles.PieMenuStyle.sectionCenterAngle" href="qml-qtquick-controls-styles-piemenustyle.html#sectionCenterAngle-method" status="active" access="public" location="PieMenuStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/PieMenuStyle.qml" lineno="190"/>
<qmlmethod threadsafety="unspecified" name="sectionEndAngle" fullname="QtQuick.Controls.Styles.PieMenuStyle.sectionEndAngle" href="qml-qtquick-controls-styles-piemenustyle.html#sectionEndAngle-method" status="active" access="public" location="PieMenuStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/PieMenuStyle.qml" lineno="199"/>
<qmlmethod threadsafety="unspecified" name="sectionStartAngle" fullname="QtQuick.Controls.Styles.PieMenuStyle.sectionStartAngle" href="qml-qtquick-controls-styles-piemenustyle.html#sectionStartAngle-method" status="active" access="public" location="PieMenuStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/PieMenuStyle.qml" lineno="182"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ProgressBar" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls.Private::Control" fullname="QtQuick.Controls.ProgressBar" href="qml-qtquick-controls-progressbar.html" status="active" access="public" since="5.1" title="ProgressBar" fulltitle="ProgressBar" subtitle="" groups="controls" brief="A progress indicator">
<qmlproperty threadsafety="unspecified" name="__initialized" fullname="QtQuick.Controls.ProgressBar.__initialized" href="qml-qtquick-controls-progressbar.html#__initialized-prop" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="hovered" fullname="QtQuick.Controls.ProgressBar.hovered" href="qml-qtquick-controls-progressbar.html#hovered-prop" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="indeterminate" fullname="QtQuick.Controls.ProgressBar.indeterminate" href="qml-qtquick-controls-progressbar.html#indeterminate-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="maximumValue" fullname="QtQuick.Controls.ProgressBar.maximumValue" href="qml-qtquick-controls-progressbar.html#maximumValue-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minimumValue" fullname="QtQuick.Controls.ProgressBar.minimumValue" href="qml-qtquick-controls-progressbar.html#minimumValue-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="orientation" fullname="QtQuick.Controls.ProgressBar.orientation" href="qml-qtquick-controls-progressbar.html#orientation-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="value" fullname="QtQuick.Controls.ProgressBar.value" href="qml-qtquick-controls-progressbar.html#value-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="setValue" fullname="QtQuick.Controls.ProgressBar.setValue" href="qml-qtquick-controls-progressbar.html#setValue-method" status="internal" access="public"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ProgressBarStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.ProgressBarStyle" href="qml-qtquick-controls-styles-progressbarstyle.html" status="active" access="public" since="5.1" title="ProgressBarStyle" fulltitle="ProgressBarStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for ProgressBar">
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.ProgressBarStyle.background" href="qml-qtquick-controls-styles-progressbarstyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.ProgressBarStyle.control" href="qml-qtquick-controls-styles-progressbarstyle.html#control-prop" status="active" access="public" type="ProgressBar" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="currentProgress" fullname="QtQuick.Controls.Styles.ProgressBarStyle.currentProgress" href="qml-qtquick-controls-styles-progressbarstyle.html#currentProgress-prop" status="active" access="public" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.ProgressBarStyle.panel" href="qml-qtquick-controls-styles-progressbarstyle.html#panel-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="progress" fullname="QtQuick.Controls.Styles.ProgressBarStyle.progress" href="qml-qtquick-controls-styles-progressbarstyle.html#progress-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
</qmlclass>
<class threadsafety="unspecified" name="QMetaTypeId" href="qmetatypeid.html" status="internal" access="private" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="84">
<enum threadsafety="unspecified" name="anonymous" fullname="QMetaTypeId::anonymous" href="qmetatypeid.html#anonymous-enum" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="84">
<value name="Defined" value="QML_DECLARE_TYPE(QQuickRangedDate1)"/>
</enum>
<function threadsafety="unspecified" name="qt_metatype_id" fullname="QMetaTypeId::qt_metatype_id" href="qmetatypeid.html#qt_metatype_id" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="84" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metatype_id()"/>
</class>
<class threadsafety="unspecified" name="QQmlTypeInfo" href="qqmltypeinfo.html" status="internal" access="private" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="81">
<enum threadsafety="unspecified" name="anonymous" fullname="QQmlTypeInfo::anonymous" href="qqmltypeinfo.html#anonymous-enum" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="81">
<value name="hasAttachedProperties" value="QML_DECLARE_TYPEINFO(QQuickControlsPrivate1, QML_HAS_ATTACHED_PROPERTIES)"/>
</enum>
</class>
<class threadsafety="unspecified" name="QQuickAbstractStyle1" href="qquickabstractstyle1.html" status="internal" access="private" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="49" bases="QObject">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickAbstractStyle1::QPrivateSignal" href="qquickabstractstyle1-qprivatesignal.html" status="active" access="private" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="51"/>
<function threadsafety="unspecified" name="data_at" fullname="QQuickAbstractStyle1::data_at" href="qquickabstractstyle1.html#data_at" status="active" access="private" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="67" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QObject *" signature="QObject * data_at(QQmlListProperty&lt;QObject&gt; *list, int index)">
<parameter type="QQmlListProperty&lt;QObject&gt; *" name="list" default=""/>
<parameter type="int" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="data" fullname="QQuickAbstractStyle1::data" href="qquickabstractstyle1.html#data-prop" status="active" access="public" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="62" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="data" type="QQmlListProperty&lt;QObject&gt;" signature="QQmlListProperty&lt;QObject&gt; data()"/>
<function threadsafety="unspecified" name="QQuickAbstractStyle1" fullname="QQuickAbstractStyle1::QQuickAbstractStyle1" href="qquickabstractstyle1.html#QQuickAbstractStyle1" status="active" access="public" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="58" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickAbstractStyle1(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="padding" fullname="QQuickAbstractStyle1::padding" href="qquickabstractstyle1.html#padding-prop" status="active" access="public" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="60" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="padding" type="QQuickPadding1 *" signature="QQuickPadding1 * padding()"/>
<function threadsafety="unspecified" name="tr" fullname="QQuickAbstractStyle1::tr" href="qquickabstractstyle1.html#tr" status="active" access="public" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="51" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickAbstractStyle1::trUtf8" href="qquickabstractstyle1.html#trUtf8" status="active" access="public" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="51" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="data_count" fullname="QQuickAbstractStyle1::data_count" href="qquickabstractstyle1.html#data_count" status="active" access="private" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="66" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int data_count(QQmlListProperty&lt;QObject&gt; *list)">
<parameter type="QQmlListProperty&lt;QObject&gt; *" name="list" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickAbstractStyle1::qt_metacall" href="qquickabstractstyle1.html#qt_metacall" status="active" access="public" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="51" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickAbstractStyle1::qt_metacast" href="qquickabstractstyle1.html#qt_metacast" status="active" access="public" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="51" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="data_append" fullname="QQuickAbstractStyle1::data_append" href="qquickabstractstyle1.html#data_append" status="active" access="private" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="65" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void data_append(QQmlListProperty&lt;QObject&gt; *list, QObject *object)">
<parameter type="QQmlListProperty&lt;QObject&gt; *" name="list" default=""/>
<parameter type="QObject *" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="data_clear" fullname="QQuickAbstractStyle1::data_clear" href="qquickabstractstyle1.html#data_clear" status="active" access="private" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="68" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void data_clear(QQmlListProperty&lt;QObject&gt; *list)">
<parameter type="QQmlListProperty&lt;QObject&gt; *" name="list" default=""/>
</function>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickAbstractStyle1::qt_static_metacall" href="qquickabstractstyle1.html#qt_static_metacall" status="active" access="private" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="51" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickAbstractStyle1::metaObject" href="qquickabstractstyle1.html#metaObject" status="active" access="public" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="51" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<property threadsafety="unspecified" name="data" fullname="QQuickAbstractStyle1::data" href="qquickabstractstyle1.html#data-prop" status="active" access="public" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="54" type="QQmlListProperty&lt;QObject&gt;">
<getter name="data"/>
</property>
<property threadsafety="unspecified" name="padding" fullname="QQuickAbstractStyle1::padding" href="qquickabstractstyle1.html#padding-prop" status="active" access="public" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="53" type="QQuickPadding1*">
<getter name="padding"/>
</property>
<variable threadsafety="unspecified" name="m_data" fullname="QQuickAbstractStyle1::m_data" href="qquickabstractstyle1.html#m_data-var" status="active" access="private" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="71" type="QList&lt;QObject *&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_padding" fullname="QQuickAbstractStyle1::m_padding" href="qquickabstractstyle1.html#m_padding-var" status="active" access="private" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="70" type="QQuickPadding1" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickAbstractStyle1::staticMetaObject" href="qquickabstractstyle1.html#staticMetaObject-var" status="active" access="public" location="qquickabstractstyle_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickabstractstyle_p.h" lineno="51" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickCalendarModel1" href="qquickcalendarmodel1.html" status="internal" access="private" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="51" bases="QAbstractListModel">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickCalendarModel1::QPrivateSignal" href="qquickcalendarmodel1-qprivatesignal.html" status="active" access="private" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="53"/>
<enum threadsafety="unspecified" name="anonymous" fullname="QQuickCalendarModel1::anonymous" href="qquickcalendarmodel1.html#anonymous-enum" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="61">
<value name="DateRole" value="Qt::UserRole + 1"/>
</enum>
<function threadsafety="unspecified" name="QQuickCalendarModel1" fullname="QQuickCalendarModel1::QQuickCalendarModel1" href="qquickcalendarmodel1.html#QQuickCalendarModel1" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="59" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickCalendarModel1(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickCalendarModel1::tr" href="qquickcalendarmodel1.html#tr" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="53" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickCalendarModel1::trUtf8" href="qquickcalendarmodel1.html#trUtf8" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="53" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="indexAt" fullname="QQuickCalendarModel1::indexAt" href="qquickcalendarmodel1.html#indexAt" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="79" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int indexAt(const QDate &amp;date)">
<parameter type="const QDate &amp;" name="date" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickCalendarModel1::qt_metacall" href="qquickcalendarmodel1.html#qt_metacall" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="53" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickCalendarModel1::qt_metacast" href="qquickcalendarmodel1.html#qt_metacast" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="53" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="countChanged" fullname="QQuickCalendarModel1::countChanged" href="qquickcalendarmodel1.html#count-prop" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="85" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="count" type="void" signature="void countChanged(int count)">
<parameter type="int" name="count" default=""/>
</function>
<function threadsafety="unspecified" name="localeChanged" fullname="QQuickCalendarModel1::localeChanged" href="qquickcalendarmodel1.html#locale-prop" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="84" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="locale" type="void" signature="void localeChanged(const QLocale &amp;locale)">
<parameter type="const QLocale &amp;" name="locale" default=""/>
</function>
<function threadsafety="unspecified" name="populateFromVisibleDate" fullname="QQuickCalendarModel1::populateFromVisibleDate" href="qquickcalendarmodel1.html#populateFromVisibleDate" status="active" access="protected" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="88" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void populateFromVisibleDate(const QDate &amp;previousDate, bool force)">
<parameter type="const QDate &amp;" name="previousDate" default=""/>
<parameter type="bool" name="force" default="false"/>
</function>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickCalendarModel1::qt_static_metacall" href="qquickcalendarmodel1.html#qt_static_metacall" status="active" access="private" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="53" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setLocale" fullname="QQuickCalendarModel1::setLocale" href="qquickcalendarmodel1.html#setLocale" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="70" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="locale" type="void" signature="void setLocale(const QLocale &amp;locale)">
<parameter type="const QLocale &amp;" name="locale" default=""/>
</function>
<function threadsafety="unspecified" name="setVisibleDate" fullname="QQuickCalendarModel1::setVisibleDate" href="qquickcalendarmodel1.html#setVisibleDate" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="67" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="visibleDate" type="void" signature="void setVisibleDate(const QDate &amp;date)">
<parameter type="const QDate &amp;" name="date" default=""/>
</function>
<function threadsafety="unspecified" name="visibleDateChanged" fullname="QQuickCalendarModel1::visibleDateChanged" href="qquickcalendarmodel1.html#visibleDate-prop" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="83" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="visibleDate" type="void" signature="void visibleDateChanged(const QDate &amp;visibleDate)">
<parameter type="const QDate &amp;" name="visibleDate" default=""/>
</function>
<function threadsafety="unspecified" name="visibleDate" fullname="QQuickCalendarModel1::visibleDate" href="qquickcalendarmodel1.html#visibleDate" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="66" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="visibleDate" type="QDate" signature="QDate visibleDate() const"/>
<function threadsafety="unspecified" name="dateAt" fullname="QQuickCalendarModel1::dateAt" href="qquickcalendarmodel1.html#dateAt" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QDateTime" signature="QDateTime dateAt(int index) const">
<parameter type="int" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="roleNames" fullname="QQuickCalendarModel1::roleNames" href="qquickcalendarmodel1.html#roleNames" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="76" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="true" type="QHash&lt;int, QByteArray&gt;" signature="QHash&lt;int, QByteArray&gt; roleNames() const override"/>
<function threadsafety="unspecified" name="locale" fullname="QQuickCalendarModel1::locale" href="qquickcalendarmodel1.html#locale" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="69" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="locale" type="QLocale" signature="QLocale locale() const"/>
<function threadsafety="unspecified" name="data" fullname="QQuickCalendarModel1::data" href="qquickcalendarmodel1.html#data" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="72" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="true" type="QVariant" signature="QVariant data(const QModelIndex &amp;index, int role) const override">
<parameter type="const QModelIndex &amp;" name="index" default=""/>
<parameter type="int" name="role" default=""/>
</function>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickCalendarModel1::metaObject" href="qquickcalendarmodel1.html#metaObject" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="53" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<function threadsafety="unspecified" name="rowCount" fullname="QQuickCalendarModel1::rowCount" href="qquickcalendarmodel1.html#count-prop" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="74" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="true" associated-property="count" type="int" signature="int rowCount(const QModelIndex &amp;parent) const override">
<parameter type="const QModelIndex &amp;" name="parent" default="QModelIndex()"/>
</function>
<function threadsafety="unspecified" name="weekNumberAt" fullname="QQuickCalendarModel1::weekNumberAt" href="qquickcalendarmodel1.html#weekNumberAt" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="80" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int weekNumberAt(int row) const">
<parameter type="int" name="row" default=""/>
</function>
<property threadsafety="unspecified" name="count" fullname="QQuickCalendarModel1::count" href="qquickcalendarmodel1.html#count-prop" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="56" type="int">
<getter name="rowCount"/>
<notifier name="countChanged"/>
</property>
<property threadsafety="unspecified" name="locale" fullname="QQuickCalendarModel1::locale" href="qquickcalendarmodel1.html#locale-prop" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="55" type="QLocale">
<getter name="locale"/>
<setter name="setLocale"/>
<notifier name="localeChanged"/>
</property>
<property threadsafety="unspecified" name="visibleDate" fullname="QQuickCalendarModel1::visibleDate" href="qquickcalendarmodel1.html#visibleDate-prop" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="54" type="QDate">
<getter name="visibleDate"/>
<setter name="setVisibleDate"/>
<notifier name="visibleDateChanged"/>
</property>
<variable threadsafety="unspecified" name="mFirstVisibleDate" fullname="QQuickCalendarModel1::mFirstVisibleDate" href="qquickcalendarmodel1.html#mFirstVisibleDate-var" status="active" access="protected" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="91" type="QDate" static="false"/>
<variable threadsafety="unspecified" name="mLastVisibleDate" fullname="QQuickCalendarModel1::mLastVisibleDate" href="qquickcalendarmodel1.html#mLastVisibleDate-var" status="active" access="protected" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="92" type="QDate" static="false"/>
<variable threadsafety="unspecified" name="mLocale" fullname="QQuickCalendarModel1::mLocale" href="qquickcalendarmodel1.html#mLocale-var" status="active" access="protected" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="94" type="QLocale" static="false"/>
<variable threadsafety="unspecified" name="mVisibleDate" fullname="QQuickCalendarModel1::mVisibleDate" href="qquickcalendarmodel1.html#mVisibleDate-var" status="active" access="protected" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="90" type="QDate" static="false"/>
<variable threadsafety="unspecified" name="mVisibleDates" fullname="QQuickCalendarModel1::mVisibleDates" href="qquickcalendarmodel1.html#mVisibleDates-var" status="active" access="protected" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="93" type="QVector&lt;QDate&gt;" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickCalendarModel1::staticMetaObject" href="qquickcalendarmodel1.html#staticMetaObject-var" status="active" access="public" location="qquickcalendarmodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcalendarmodel_p.h" lineno="53" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickControlSettings1" href="qquickcontrolsettings1.html" status="internal" access="private" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="53" bases="QObject">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickControlSettings1::QPrivateSignal" href="qquickcontrolsettings1-qprivatesignal.html" status="active" access="private" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="55"/>
<class threadsafety="unspecified" name="StyleData" fullname="QQuickControlSettings1::StyleData" href="qquickcontrolsettings1-styledata.html" status="active" access="private" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="98">
<variable threadsafety="unspecified" name="m_styleDirPath" fullname="QQuickControlSettings1::StyleData::m_styleDirPath" href="qquickcontrolsettings1-styledata.html#m_styleDirPath-var" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="103" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_stylePluginPath" fullname="QQuickControlSettings1::StyleData::m_stylePluginPath" href="qquickcontrolsettings1-styledata.html#m_stylePluginPath-var" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="101" type="QString" static="false"/>
</class>
<function threadsafety="unspecified" name="styleComponent" fullname="QQuickControlSettings1::styleComponent" href="qquickcontrolsettings1.html#styleComponent" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="83" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQmlComponent *" signature="QQmlComponent * styleComponent(const QUrl &amp;styleDirUrl, const QString &amp;controlStyleName, QObject *control)">
<parameter type="const QUrl &amp;" name="styleDirUrl" default=""/>
<parameter type="const QString &amp;" name="controlStyleName" default=""/>
<parameter type="QObject *" name="control" default=""/>
</function>
<function threadsafety="unspecified" name="QQuickControlSettings1" fullname="QQuickControlSettings1::QQuickControlSettings1" href="qquickcontrolsettings1.html#QQuickControlSettings1" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="66" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickControlSettings1(QQmlEngine *engine)">
<parameter type="QQmlEngine *" name="engine" default=""/>
</function>
<function threadsafety="unspecified" name="makeStyleComponentPath" fullname="QQuickControlSettings1::makeStyleComponentPath" href="qquickcontrolsettings1.html#makeStyleComponentPath" status="active" access="private" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="95" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString makeStyleComponentPath(const QString &amp;controlStyleName, const QString &amp;styleDirPath)">
<parameter type="const QString &amp;" name="controlStyleName" default=""/>
<parameter type="const QString &amp;" name="styleDirPath" default=""/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickControlSettings1::tr" href="qquickcontrolsettings1.html#tr" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="55" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickControlSettings1::trUtf8" href="qquickcontrolsettings1.html#trUtf8" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="55" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="makeStyleComponentUrl" fullname="QQuickControlSettings1::makeStyleComponentUrl" href="qquickcontrolsettings1.html#makeStyleComponentUrl" status="active" access="private" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="96" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QUrl" signature="QUrl makeStyleComponentUrl(const QString &amp;controlStyleName, const QString &amp;styleDirPath)">
<parameter type="const QString &amp;" name="controlStyleName" default=""/>
<parameter type="const QString &amp;" name="styleDirPath" default=""/>
</function>
<function threadsafety="unspecified" name="resolveCurrentStylePath" fullname="QQuickControlSettings1::resolveCurrentStylePath" href="qquickcontrolsettings1.html#resolveCurrentStylePath" status="active" access="private" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="94" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool resolveCurrentStylePath()"/>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickControlSettings1::qt_metacall" href="qquickcontrolsettings1.html#qt_metacall" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="55" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickControlSettings1::qt_metacast" href="qquickcontrolsettings1.html#qt_metacast" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="55" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="findStyle" fullname="QQuickControlSettings1::findStyle" href="qquickcontrolsettings1.html#findStyle" status="active" access="private" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="93" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void findStyle(QQmlEngine *engine, const QString &amp;styleName)">
<parameter type="QQmlEngine *" name="engine" default=""/>
<parameter type="const QString &amp;" name="styleName" default=""/>
</function>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickControlSettings1::qt_static_metacall" href="qquickcontrolsettings1.html#qt_static_metacall" status="active" access="private" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="55" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setStyleName" fullname="QQuickControlSettings1::setStyleName" href="qquickcontrolsettings1.html#styleName-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="71" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="styleName" type="void" signature="void setStyleName(const QString &amp;name)">
<parameter type="const QString &amp;" name="name" default=""/>
</function>
<function threadsafety="unspecified" name="setStylePath" fullname="QQuickControlSettings1::setStylePath" href="qquickcontrolsettings1.html#stylePath-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="74" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="stylePath" type="void" signature="void setStylePath(const QString &amp;path)">
<parameter type="const QString &amp;" name="path" default=""/>
</function>
<function threadsafety="unspecified" name="styleChanged" fullname="QQuickControlSettings1::styleChanged" href="qquickcontrolsettings1.html#style-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="87" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="style" type="void" signature="void styleChanged()"/>
<function threadsafety="unspecified" name="styleNameChanged" fullname="QQuickControlSettings1::styleNameChanged" href="qquickcontrolsettings1.html#styleName-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="88" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="styleName" type="void" signature="void styleNameChanged()"/>
<function threadsafety="unspecified" name="stylePathChanged" fullname="QQuickControlSettings1::stylePathChanged" href="qquickcontrolsettings1.html#stylePath-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="89" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="stylePath" type="void" signature="void stylePathChanged()"/>
<function threadsafety="unspecified" name="styleFilePath" fullname="QQuickControlSettings1::styleFilePath" href="qquickcontrolsettings1.html#styleFilePath" status="active" access="private" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="92" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString styleFilePath() const"/>
<function threadsafety="unspecified" name="styleName" fullname="QQuickControlSettings1::styleName" href="qquickcontrolsettings1.html#styleName-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="70" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="styleName" type="QString" signature="QString styleName() const"/>
<function threadsafety="unspecified" name="stylePath" fullname="QQuickControlSettings1::stylePath" href="qquickcontrolsettings1.html#stylePath-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="73" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="stylePath" type="QString" signature="QString stylePath() const"/>
<function threadsafety="unspecified" name="style" fullname="QQuickControlSettings1::style" href="qquickcontrolsettings1.html#style-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="68" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="style" type="QUrl" signature="QUrl style() const"/>
<function threadsafety="unspecified" name="hasTouchScreen" fullname="QQuickControlSettings1::hasTouchScreen" href="qquickcontrolsettings1.html#hasTouchScreen-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="79" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="hasTouchScreen" type="bool" signature="bool hasTouchScreen() const"/>
<function threadsafety="unspecified" name="hoverEnabled" fullname="QQuickControlSettings1::hoverEnabled" href="qquickcontrolsettings1.html#hoverEnabled-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="hoverEnabled" type="bool" signature="bool hoverEnabled() const"/>
<function threadsafety="unspecified" name="isMobile" fullname="QQuickControlSettings1::isMobile" href="qquickcontrolsettings1.html#isMobile-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="80" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="isMobile" type="bool" signature="bool isMobile() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickControlSettings1::metaObject" href="qquickcontrolsettings1.html#metaObject" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="55" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<function threadsafety="unspecified" name="dpiScaleFactor" fullname="QQuickControlSettings1::dpiScaleFactor" href="qquickcontrolsettings1.html#dpiScaleFactor-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="76" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="dpiScaleFactor" type="qreal" signature="qreal dpiScaleFactor() const"/>
<function threadsafety="unspecified" name="dragThreshold" fullname="QQuickControlSettings1::dragThreshold" href="qquickcontrolsettings1.html#dragThreshold-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="77" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="dragThreshold" type="qreal" signature="qreal dragThreshold() const"/>
<property threadsafety="unspecified" name="dpiScaleFactor" fullname="QQuickControlSettings1::dpiScaleFactor" href="qquickcontrolsettings1.html#dpiScaleFactor-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="59" type="qreal">
<getter name="dpiScaleFactor"/>
</property>
<property threadsafety="unspecified" name="dragThreshold" fullname="QQuickControlSettings1::dragThreshold" href="qquickcontrolsettings1.html#dragThreshold-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="60" type="qreal">
<getter name="dragThreshold"/>
</property>
<property threadsafety="unspecified" name="hasTouchScreen" fullname="QQuickControlSettings1::hasTouchScreen" href="qquickcontrolsettings1.html#hasTouchScreen-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="61" type="bool">
<getter name="hasTouchScreen"/>
</property>
<property threadsafety="unspecified" name="hoverEnabled" fullname="QQuickControlSettings1::hoverEnabled" href="qquickcontrolsettings1.html#hoverEnabled-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="63" type="bool">
<getter name="hoverEnabled"/>
</property>
<property threadsafety="unspecified" name="isMobile" fullname="QQuickControlSettings1::isMobile" href="qquickcontrolsettings1.html#isMobile-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="62" type="bool">
<getter name="isMobile"/>
</property>
<property threadsafety="unspecified" name="style" fullname="QQuickControlSettings1::style" href="qquickcontrolsettings1.html#style-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="56" type="QUrl">
<getter name="style"/>
<notifier name="styleChanged"/>
</property>
<property threadsafety="unspecified" name="styleName" fullname="QQuickControlSettings1::styleName" href="qquickcontrolsettings1.html#styleName-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="57" type="QString">
<getter name="styleName"/>
<setter name="setStyleName"/>
<notifier name="styleNameChanged"/>
</property>
<property threadsafety="unspecified" name="stylePath" fullname="QQuickControlSettings1::stylePath" href="qquickcontrolsettings1.html#stylePath-prop" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="58" type="QString">
<getter name="stylePath"/>
<setter name="setStylePath"/>
<notifier name="stylePathChanged"/>
</property>
<variable threadsafety="unspecified" name="m_engine" fullname="QQuickControlSettings1::m_engine" href="qquickcontrolsettings1.html#m_engine-var" status="active" access="private" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="109" type="QQmlEngine *" static="false"/>
<variable threadsafety="unspecified" name="m_name" fullname="QQuickControlSettings1::m_name" href="qquickcontrolsettings1.html#m_name-var" status="active" access="private" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="106" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_path" fullname="QQuickControlSettings1::m_path" href="qquickcontrolsettings1.html#m_path-var" status="active" access="private" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="107" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_styleMap" fullname="QQuickControlSettings1::m_styleMap" href="qquickcontrolsettings1.html#m_styleMap-var" status="active" access="private" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="108" type="QHash&lt;QString, QQuickControlSettings1::StyleData&gt;" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickControlSettings1::staticMetaObject" href="qquickcontrolsettings1.html#staticMetaObject-var" status="active" access="public" location="qquickcontrolsettings_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsettings_p.h" lineno="55" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickControlsPrivate1" href="qquickcontrolsprivate1.html" status="internal" access="private" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="68" bases="QObject">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickControlsPrivate1::QPrivateSignal" href="qquickcontrolsprivate1-qprivatesignal.html" status="active" access="private" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="70"/>
<function threadsafety="unspecified" name="registerSettingsModule" fullname="QQuickControlsPrivate1::registerSettingsModule" href="qquickcontrolsprivate1.html#registerSettingsModule" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="74" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QObject *" signature="QObject * registerSettingsModule(QQmlEngine *engine, QJSEngine *jsEngine)">
<parameter type="QQmlEngine *" name="engine" default=""/>
<parameter type="QJSEngine *" name="jsEngine" default=""/>
</function>
<function threadsafety="unspecified" name="registerTooltipModule" fullname="QQuickControlsPrivate1::registerTooltipModule" href="qquickcontrolsprivate1.html#registerTooltipModule" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="73" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QObject *" signature="QObject * registerTooltipModule(QQmlEngine *engine, QJSEngine *jsEngine)">
<parameter type="QQmlEngine *" name="engine" default=""/>
<parameter type="QJSEngine *" name="jsEngine" default=""/>
</function>
<function threadsafety="unspecified" name="qmlAttachedProperties" fullname="QQuickControlsPrivate1::qmlAttachedProperties" href="qquickcontrolsprivate1.html#qmlAttachedProperties" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="76" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QQuickControlsPrivate1Attached *" signature="QQuickControlsPrivate1Attached * qmlAttachedProperties(QObject *object)">
<parameter type="QObject *" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickControlsPrivate1::tr" href="qquickcontrolsprivate1.html#tr" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="70" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickControlsPrivate1::trUtf8" href="qquickcontrolsprivate1.html#trUtf8" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="70" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickControlsPrivate1::qt_metacall" href="qquickcontrolsprivate1.html#qt_metacall" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="70" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickControlsPrivate1::qt_metacast" href="qquickcontrolsprivate1.html#qt_metacast" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="70" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickControlsPrivate1::qt_static_metacall" href="qquickcontrolsprivate1.html#qt_static_metacall" status="active" access="private" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="70" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickControlsPrivate1::metaObject" href="qquickcontrolsprivate1.html#metaObject" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="70" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickControlsPrivate1::staticMetaObject" href="qquickcontrolsprivate1.html#staticMetaObject-var" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="70" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickControlsPrivate1Attached" href="qquickcontrolsprivate1attached.html" status="internal" access="private" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="51" bases="QObject">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickControlsPrivate1Attached::QPrivateSignal" href="qquickcontrolsprivate1attached-qprivatesignal.html" status="active" access="private" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="53"/>
<function threadsafety="unspecified" name="QQuickControlsPrivate1Attached" fullname="QQuickControlsPrivate1Attached::QQuickControlsPrivate1Attached" href="qquickcontrolsprivate1attached.html#QQuickControlsPrivate1Attached" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="57" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickControlsPrivate1Attached(QObject *attachee)">
<parameter type="QObject *" name="attachee" default=""/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickControlsPrivate1Attached::tr" href="qquickcontrolsprivate1attached.html#tr" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="53" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickControlsPrivate1Attached::trUtf8" href="qquickcontrolsprivate1attached.html#trUtf8" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="53" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickControlsPrivate1Attached::qt_metacall" href="qquickcontrolsprivate1attached.html#qt_metacall" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="53" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickControlsPrivate1Attached::qt_metacast" href="qquickcontrolsprivate1attached.html#qt_metacast" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="53" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickControlsPrivate1Attached::qt_static_metacall" href="qquickcontrolsprivate1attached.html#qt_static_metacall" status="active" access="private" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="53" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="windowChanged" fullname="QQuickControlsPrivate1Attached::windowChanged" href="qquickcontrolsprivate1attached.html#window-prop" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="62" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="window" type="void" signature="void windowChanged()"/>
<function threadsafety="unspecified" name="window" fullname="QQuickControlsPrivate1Attached::window" href="qquickcontrolsprivate1attached.html#window-prop" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="59" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="window" type="QQuickWindow *" signature="QQuickWindow * window() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickControlsPrivate1Attached::metaObject" href="qquickcontrolsprivate1attached.html#metaObject" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="53" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<property threadsafety="unspecified" name="window" fullname="QQuickControlsPrivate1Attached::window" href="qquickcontrolsprivate1attached.html#window-prop" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="54" type="QQuickWindow*">
<getter name="window"/>
<notifier name="windowChanged"/>
</property>
<variable threadsafety="unspecified" name="m_attachee" fullname="QQuickControlsPrivate1Attached::m_attachee" href="qquickcontrolsprivate1attached.html#m_attachee-var" status="active" access="private" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="65" type="QQuickItem *" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickControlsPrivate1Attached::staticMetaObject" href="qquickcontrolsprivate1attached.html#staticMetaObject-var" status="active" access="public" location="qquickcontrolsprivate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickcontrolsprivate_p.h" lineno="53" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickMenuBase1" href="qquickmenubase1.html" status="internal" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="74" bases="QObject">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickMenuBase1::QPrivateSignal" href="qquickmenubase1-qprivatesignal.html" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="76"/>
<function threadsafety="unspecified" name="platformItem" fullname="QQuickMenuBase1::platformItem" href="qquickmenubase1.html#platformItem" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="101" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QPlatformMenuItem *" signature="QPlatformMenuItem * platformItem()"/>
<function threadsafety="unspecified" name="QQuickMenuBase1" fullname="QQuickMenuBase1::QQuickMenuBase1" href="qquickmenubase1.html#QQuickMenuBase1" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="88" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickMenuBase1(QObject *parent, int type)">
<parameter type="QObject *" name="parent" default=""/>
<parameter type="int" name="type" default=""/>
</function>
<function threadsafety="unspecified" name="type" fullname="QQuickMenuBase1::type" href="qquickmenubase1.html#type-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="107" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="type" type="QQuickMenuItemType1::MenuItemType" signature="QQuickMenuItemType1::MenuItemType type()"/>
<function threadsafety="unspecified" name="tr" fullname="QQuickMenuBase1::tr" href="qquickmenubase1.html#tr" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="76" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickMenuBase1::trUtf8" href="qquickmenubase1.html#trUtf8" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="76" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="isNative" fullname="QQuickMenuBase1::isNative" href="qquickmenubase1.html#__isNative-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="108" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__isNative" type="bool" signature="bool isNative()"/>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickMenuBase1::qt_metacall" href="qquickmenubase1.html#qt_metacall" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="76" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickMenuBase1::qt_metacast" href="qquickmenubase1.html#qt_metacast" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="76" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickMenuBase1::qt_static_metacall" href="qquickmenubase1.html#qt_static_metacall" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="76" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setContainer" fullname="QQuickMenuBase1::setContainer" href="qquickmenubase1.html#setContainer" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="99" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setContainer(QQuickMenuItemContainer1 *)">
<parameter type="QQuickMenuItemContainer1 *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setParentMenu" fullname="QQuickMenuBase1::setParentMenu" href="qquickmenubase1.html#setParentMenu" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="96" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setParentMenu(QQuickMenu1 *parentMenu)">
<parameter type="QQuickMenu1 *" name="parentMenu" default=""/>
</function>
<function threadsafety="unspecified" name="setVisible" fullname="QQuickMenuBase1::setVisible" href="qquickmenubase1.html#visible-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="92" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="visible" type="void" signature="void setVisible(bool )">
<parameter type="bool" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setVisualItem" fullname="QQuickMenuBase1::setVisualItem" href="qquickmenubase1.html#__visualItem-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="105" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__visualItem" type="void" signature="void setVisualItem(QQuickItem *item)">
<parameter type="QQuickItem *" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="syncWithPlatformMenu" fullname="QQuickMenuBase1::syncWithPlatformMenu" href="qquickmenubase1.html#syncWithPlatformMenu" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="102" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void syncWithPlatformMenu()"/>
<function threadsafety="unspecified" name="visibleChanged" fullname="QQuickMenuBase1::visibleChanged" href="qquickmenubase1.html#visible-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="85" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="visible" type="void" signature="void visibleChanged()"/>
<function threadsafety="unspecified" name="~QQuickMenuBase1" fullname="QQuickMenuBase1::~QQuickMenuBase1" href="qquickmenubase1.html#dtor.QQuickMenuBase1" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="89" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQuickMenuBase1()"/>
<function threadsafety="unspecified" name="parentMenuOrMenuBar" fullname="QQuickMenuBase1::parentMenuOrMenuBar" href="qquickmenubase1.html#__parentMenu-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="95" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__parentMenu" type="QObject *" signature="QObject * parentMenuOrMenuBar() const"/>
<function threadsafety="unspecified" name="visualItem" fullname="QQuickMenuBase1::visualItem" href="qquickmenubase1.html#__visualItem-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="104" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__visualItem" type="QQuickItem *" signature="QQuickItem * visualItem() const"/>
<function threadsafety="unspecified" name="parentMenu" fullname="QQuickMenuBase1::parentMenu" href="qquickmenubase1.html#parentMenu" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="94" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickMenu1 *" signature="QQuickMenu1 * parentMenu() const"/>
<function threadsafety="unspecified" name="container" fullname="QQuickMenuBase1::container" href="qquickmenubase1.html#container" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="98" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickMenuItemContainer1 *" signature="QQuickMenuItemContainer1 * container() const"/>
<function threadsafety="unspecified" name="visible" fullname="QQuickMenuBase1::visible" href="qquickmenubase1.html#visible-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="91" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="visible" type="bool" signature="bool visible() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickMenuBase1::metaObject" href="qquickmenubase1.html#metaObject" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="76" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<property threadsafety="unspecified" name="__isNative" fullname="QQuickMenuBase1::__isNative" href="qquickmenubase1.html#__isNative-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="81" type="bool">
<getter name="isNative"/>
</property>
<property threadsafety="unspecified" name="__parentMenu" fullname="QQuickMenuBase1::__parentMenu" href="qquickmenubase1.html#__parentMenu-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="80" type="QObject*">
<getter name="parentMenuOrMenuBar"/>
</property>
<property threadsafety="unspecified" name="__visualItem" fullname="QQuickMenuBase1::__visualItem" href="qquickmenubase1.html#__visualItem-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="82" type="QQuickItem*">
<getter name="visualItem"/>
<setter name="setVisualItem"/>
</property>
<property threadsafety="unspecified" name="type" fullname="QQuickMenuBase1::type" href="qquickmenubase1.html#type-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="78" type="QQuickMenuItemType1::MenuItemType">
<getter name="type"/>
</property>
<property threadsafety="unspecified" name="visible" fullname="QQuickMenuBase1::visible" href="qquickmenubase1.html#visible-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="77" type="bool">
<getter name="visible"/>
<setter name="setVisible"/>
<notifier name="visibleChanged"/>
</property>
<variable threadsafety="unspecified" name="m_container" fullname="QQuickMenuBase1::m_container" href="qquickmenubase1.html#m_container-var" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="114" type="QQuickMenuItemContainer1 *" static="false"/>
<variable threadsafety="unspecified" name="m_parentMenu" fullname="QQuickMenuBase1::m_parentMenu" href="qquickmenubase1.html#m_parentMenu-var" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="113" type="QQuickMenu1 *" static="false"/>
<variable threadsafety="unspecified" name="m_platformItem" fullname="QQuickMenuBase1::m_platformItem" href="qquickmenubase1.html#m_platformItem-var" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="115" type="QPlatformMenuItem *" static="false"/>
<variable threadsafety="unspecified" name="m_type" fullname="QQuickMenuBase1::m_type" href="qquickmenubase1.html#m_type-var" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="112" type="QQuickMenuItemType1::MenuItemType" static="false"/>
<variable threadsafety="unspecified" name="m_visible" fullname="QQuickMenuBase1::m_visible" href="qquickmenubase1.html#m_visible-var" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="111" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_visualItem" fullname="QQuickMenuBase1::m_visualItem" href="qquickmenubase1.html#m_visualItem-var" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="116" type="QPointer&lt;QQuickItem&gt;" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickMenuBase1::staticMetaObject" href="qquickmenubase1.html#staticMetaObject-var" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="76" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickMenuItem1" href="qquickmenuitem1.html" status="internal" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="173" bases="QQuickMenuText1">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickMenuItem1::QPrivateSignal" href="qquickmenuitem1-qprivatesignal.html" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="175"/>
<function threadsafety="unspecified" name="boundAction" fullname="QQuickMenuItem1::boundAction" href="qquickmenuitem1.html#action-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="207" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="action" type="QQuickAction1 *" signature="QQuickAction1 * boundAction()"/>
<function threadsafety="unspecified" name="QQuickMenuItem1" fullname="QQuickMenuItem1::QQuickMenuItem1" href="qquickmenuitem1.html#QQuickMenuItem1" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="197" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickMenuItem1(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickMenuItem1::tr" href="qquickmenuitem1.html#tr" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="175" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickMenuItem1::trUtf8" href="qquickmenuitem1.html#trUtf8" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="175" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickMenuItem1::qt_metacall" href="qquickmenuitem1.html#qt_metacall" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="175" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickMenuItem1::qt_metacast" href="qquickmenuitem1.html#qt_metacast" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="175" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="actionChanged" fullname="QQuickMenuItem1::actionChanged" href="qquickmenuitem1.html#action-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="194" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="action" type="void" signature="void actionChanged()"/>
<function threadsafety="unspecified" name="bindToAction" fullname="QQuickMenuItem1::bindToAction" href="qquickmenuitem1.html#bindToAction" status="active" access="protected" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="228" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void bindToAction(QQuickAction1 *action)">
<parameter type="QQuickAction1 *" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="checkableChanged" fullname="QQuickMenuItem1::checkableChanged" href="qquickmenuitem1.html#checkable-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="191" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="checkable" type="void" signature="void checkableChanged()"/>
<function threadsafety="unspecified" name="exclusiveGroupChanged" fullname="QQuickMenuItem1::exclusiveGroupChanged" href="qquickmenuitem1.html#exclusiveGroup-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="192" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="exclusiveGroup" type="void" signature="void exclusiveGroupChanged()"/>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickMenuItem1::qt_static_metacall" href="qquickmenuitem1.html#qt_static_metacall" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="175" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setBoundAction" fullname="QQuickMenuItem1::setBoundAction" href="qquickmenuitem1.html#action-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="208" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="action" type="void" signature="void setBoundAction(QQuickAction1 *a)">
<parameter type="QQuickAction1 *" name="a" default=""/>
</function>
<function threadsafety="unspecified" name="setCheckable" fullname="QQuickMenuItem1::setCheckable" href="qquickmenuitem1.html#checkable-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="214" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="checkable" type="void" signature="void setCheckable(bool checkable)">
<parameter type="bool" name="checkable" default=""/>
</function>
<function threadsafety="unspecified" name="setChecked" fullname="QQuickMenuItem1::setChecked" href="qquickmenuitem1.html#checked-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="217" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="checked" type="void" signature="void setChecked(bool checked)">
<parameter type="bool" name="checked" default=""/>
</function>
<function threadsafety="unspecified" name="setEnabled" fullname="QQuickMenuItem1::setEnabled" href="qquickmenuitem1.html#setEnabled" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="200" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setEnabled(bool enabled)">
<parameter type="bool" name="enabled" default=""/>
</function>
<function threadsafety="unspecified" name="setExclusiveGroup" fullname="QQuickMenuItem1::setExclusiveGroup" href="qquickmenuitem1.html#exclusiveGroup-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="220" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="exclusiveGroup" type="void" signature="void setExclusiveGroup(QQuickExclusiveGroup1 *)">
<parameter type="QQuickExclusiveGroup1 *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setParentMenu" fullname="QQuickMenuItem1::setParentMenu" href="qquickmenuitem1.html#setParentMenu" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="222" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setParentMenu(QQuickMenu1 *parentMenu)">
<parameter type="QQuickMenu1 *" name="parentMenu" default=""/>
</function>
<function threadsafety="unspecified" name="setShortcut" fullname="QQuickMenuItem1::setShortcut" href="qquickmenuitem1.html#shortcut-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="211" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="shortcut" type="void" signature="void setShortcut(const QVariant &amp;shortcut)">
<parameter type="const QVariant &amp;" name="shortcut" default=""/>
</function>
<function threadsafety="unspecified" name="shortcutChanged" fullname="QQuickMenuItem1::shortcutChanged" href="qquickmenuitem1.html#shortcut-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="193" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="shortcut" type="void" signature="void shortcutChanged()"/>
<function threadsafety="unspecified" name="textChanged" fullname="QQuickMenuItem1::textChanged" href="qquickmenuitem1.html#text-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="190" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="text" type="void" signature="void textChanged()"/>
<function threadsafety="unspecified" name="toggled" fullname="QQuickMenuItem1::toggled" href="qquickmenuitem1.html#checked-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="188" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="checked" type="void" signature="void toggled(bool checked)">
<parameter type="bool" name="checked" default=""/>
</function>
<function threadsafety="unspecified" name="trigger" fullname="QQuickMenuItem1::trigger" href="qquickmenuitem1.html#trigger" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="184" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void trigger()"/>
<function threadsafety="unspecified" name="triggered" fullname="QQuickMenuItem1::triggered" href="qquickmenuitem1.html#triggered" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="187" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void triggered()"/>
<function threadsafety="unspecified" name="unbindFromAction" fullname="QQuickMenuItem1::unbindFromAction" href="qquickmenuitem1.html#unbindFromAction" status="active" access="protected" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="229" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void unbindFromAction(QObject *action)">
<parameter type="QObject *" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="updateCheckable" fullname="QQuickMenuItem1::updateCheckable" href="qquickmenuitem1.html#updateCheckable" status="active" access="protected" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="226" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateCheckable()"/>
<function threadsafety="unspecified" name="updateChecked" fullname="QQuickMenuItem1::updateChecked" href="qquickmenuitem1.html#updateChecked" status="active" access="protected" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="227" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateChecked()"/>
<function threadsafety="unspecified" name="updateShortcut" fullname="QQuickMenuItem1::updateShortcut" href="qquickmenuitem1.html#updateShortcut" status="active" access="protected" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="225" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateShortcut()"/>
<function threadsafety="unspecified" name="~QQuickMenuItem1" fullname="QQuickMenuItem1::~QQuickMenuItem1" href="qquickmenuitem1.html#dtor.QQuickMenuItem1" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="198" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQuickMenuItem1()"/>
<function threadsafety="unspecified" name="icon" fullname="QQuickMenuItem1::icon" href="qquickmenuitem1.html#icon" status="active" access="protected" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="232" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QIcon" signature="QIcon icon() const"/>
<function threadsafety="unspecified" name="action" fullname="QQuickMenuItem1::action" href="qquickmenuitem1.html#action" status="active" access="protected" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="233" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickAction1 *" signature="QQuickAction1 * action() const"/>
<function threadsafety="unspecified" name="exclusiveGroup" fullname="QQuickMenuItem1::exclusiveGroup" href="qquickmenuitem1.html#exclusiveGroup-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="219" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="exclusiveGroup" type="QQuickExclusiveGroup1 *" signature="QQuickExclusiveGroup1 * exclusiveGroup() const"/>
<function threadsafety="unspecified" name="iconName" fullname="QQuickMenuItem1::iconName" href="qquickmenuitem1.html#iconName" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="205" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString iconName() const"/>
<function threadsafety="unspecified" name="text" fullname="QQuickMenuItem1::text" href="qquickmenuitem1.html#text-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="202" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="text" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="iconSource" fullname="QQuickMenuItem1::iconSource" href="qquickmenuitem1.html#iconSource" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="204" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QUrl" signature="QUrl iconSource() const"/>
<function threadsafety="unspecified" name="shortcut" fullname="QQuickMenuItem1::shortcut" href="qquickmenuitem1.html#shortcut-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="210" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="shortcut" type="QVariant" signature="QVariant shortcut() const"/>
<function threadsafety="unspecified" name="checkable" fullname="QQuickMenuItem1::checkable" href="qquickmenuitem1.html#checkable-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="213" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="checkable" type="bool" signature="bool checkable() const"/>
<function threadsafety="unspecified" name="checked" fullname="QQuickMenuItem1::checked" href="qquickmenuitem1.html#checked-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="216" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="checked" type="bool" signature="bool checked() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickMenuItem1::metaObject" href="qquickmenuitem1.html#metaObject" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="175" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<property threadsafety="unspecified" name="action" fullname="QQuickMenuItem1::action" href="qquickmenuitem1.html#action-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="181" type="QQuickAction1*">
<getter name="boundAction"/>
<setter name="setBoundAction"/>
<notifier name="actionChanged"/>
</property>
<property threadsafety="unspecified" name="checkable" fullname="QQuickMenuItem1::checkable" href="qquickmenuitem1.html#checkable-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="177" type="bool">
<getter name="checkable"/>
<setter name="setCheckable"/>
<notifier name="checkableChanged"/>
</property>
<property threadsafety="unspecified" name="checked" fullname="QQuickMenuItem1::checked" href="qquickmenuitem1.html#checked-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="178" type="bool">
<getter name="checked"/>
<setter name="setChecked"/>
<notifier name="toggled"/>
</property>
<property threadsafety="unspecified" name="exclusiveGroup" fullname="QQuickMenuItem1::exclusiveGroup" href="qquickmenuitem1.html#exclusiveGroup-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="179" type="QQuickExclusiveGroup1*">
<getter name="exclusiveGroup"/>
<setter name="setExclusiveGroup"/>
<notifier name="exclusiveGroupChanged"/>
</property>
<property threadsafety="unspecified" name="shortcut" fullname="QQuickMenuItem1::shortcut" href="qquickmenuitem1.html#shortcut-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="180" type="QVariant">
<getter name="shortcut"/>
<setter name="setShortcut"/>
<notifier name="shortcutChanged"/>
</property>
<property threadsafety="unspecified" name="text" fullname="QQuickMenuItem1::text" href="qquickmenuitem1.html#text-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="176" type="QString">
<getter name="text"/>
<notifier name="textChanged"/>
</property>
<variable threadsafety="unspecified" name="m_boundAction" fullname="QQuickMenuItem1::m_boundAction" href="qquickmenuitem1.html#m_boundAction-var" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="236" type="QQuickAction1 *" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickMenuItem1::staticMetaObject" href="qquickmenuitem1.html#staticMetaObject-var" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="175" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickMenuItemType1" href="qquickmenuitemtype1.html" status="internal" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="60">
<enum threadsafety="unspecified" name="MenuItemType" fullname="QQuickMenuItemType1::MenuItemType" href="qquickmenuitemtype1.html#MenuItemType-enum" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="66">
<value name="Separator" value="0"/>
<value name="Item" value="1"/>
<value name="Menu" value="2"/>
<value name="ScrollIndicator" value="3"/>
</enum>
<typedef threadsafety="unspecified" name="QtGadgetHelper" fullname="QQuickMenuItemType1::QtGadgetHelper" href="qquickmenuitemtype1.html#QtGadgetHelper-typedef" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="62"/>
<function threadsafety="unspecified" name="qt_check_for_QGADGET_macro" fullname="QQuickMenuItemType1::qt_check_for_QGADGET_macro" href="qquickmenuitemtype1.html#qt_check_for_QGADGET_macro" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="62" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_check_for_QGADGET_macro()"/>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickMenuItemType1::qt_static_metacall" href="qquickmenuitemtype1.html#qt_static_metacall" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="62" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickMenuItemType1::staticMetaObject" href="qquickmenuitemtype1.html#staticMetaObject-var" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="62" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickMenuSeparator1" href="qquickmenuseparator1.html" status="internal" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="119" bases="QQuickMenuBase1">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickMenuSeparator1::QPrivateSignal" href="qquickmenuseparator1-qprivatesignal.html" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="121"/>
<function threadsafety="unspecified" name="QQuickMenuSeparator1" fullname="QQuickMenuSeparator1::QQuickMenuSeparator1" href="qquickmenuseparator1.html#QQuickMenuSeparator1" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="123" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickMenuSeparator1(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickMenuSeparator1::tr" href="qquickmenuseparator1.html#tr" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="121" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickMenuSeparator1::trUtf8" href="qquickmenuseparator1.html#trUtf8" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="121" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickMenuSeparator1::qt_metacall" href="qquickmenuseparator1.html#qt_metacall" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="121" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickMenuSeparator1::qt_metacast" href="qquickmenuseparator1.html#qt_metacast" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="121" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickMenuSeparator1::qt_static_metacall" href="qquickmenuseparator1.html#qt_static_metacall" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="121" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickMenuSeparator1::metaObject" href="qquickmenuseparator1.html#metaObject" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="121" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickMenuSeparator1::staticMetaObject" href="qquickmenuseparator1.html#staticMetaObject-var" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="121" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickMenuText1" href="qquickmenutext1.html" status="internal" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="126" bases="QQuickMenuBase1">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickMenuText1::QPrivateSignal" href="qquickmenutext1-qprivatesignal.html" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="128"/>
<function threadsafety="unspecified" name="QQuickMenuText1" fullname="QQuickMenuText1::QQuickMenuText1" href="qquickmenutext1.html#QQuickMenuText1" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="144" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickMenuText1(QObject *parent, QQuickMenuItemType1::MenuItemType type)">
<parameter type="QObject *" name="parent" default=""/>
<parameter type="QQuickMenuItemType1::MenuItemType" name="type" default=""/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickMenuText1::tr" href="qquickmenutext1.html#tr" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="128" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickMenuText1::trUtf8" href="qquickmenutext1.html#trUtf8" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="128" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickMenuText1::qt_metacall" href="qquickmenutext1.html#qt_metacall" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="128" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickMenuText1::qt_metacast" href="qquickmenutext1.html#qt_metacast" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="128" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="__iconChanged" fullname="QQuickMenuText1::__iconChanged" href="qquickmenutext1.html#__icon-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="141" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__icon" type="void" signature="void __iconChanged()"/>
<function threadsafety="unspecified" name="__textChanged" fullname="QQuickMenuText1::__textChanged" href="qquickmenutext1.html#underscore._textChanged" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="140" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void __textChanged()"/>
<function threadsafety="unspecified" name="enabledChanged" fullname="QQuickMenuText1::enabledChanged" href="qquickmenutext1.html#enabled-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="136" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="enabled" type="void" signature="void enabledChanged()"/>
<function threadsafety="unspecified" name="iconNameChanged" fullname="QQuickMenuText1::iconNameChanged" href="qquickmenutext1.html#iconName-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="138" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="iconName" type="void" signature="void iconNameChanged()"/>
<function threadsafety="unspecified" name="iconSourceChanged" fullname="QQuickMenuText1::iconSourceChanged" href="qquickmenutext1.html#iconSource-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="137" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="iconSource" type="void" signature="void iconSourceChanged()"/>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickMenuText1::qt_static_metacall" href="qquickmenutext1.html#qt_static_metacall" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="128" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setEnabled" fullname="QQuickMenuText1::setEnabled" href="qquickmenutext1.html#enabled-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="148" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="enabled" type="void" signature="void setEnabled(bool enabled)">
<parameter type="bool" name="enabled" default=""/>
</function>
<function threadsafety="unspecified" name="setIconName" fullname="QQuickMenuText1::setIconName" href="qquickmenutext1.html#iconName-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="156" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="iconName" type="void" signature="void setIconName(const QString &amp;icon)">
<parameter type="const QString &amp;" name="icon" default=""/>
</function>
<function threadsafety="unspecified" name="setIconSource" fullname="QQuickMenuText1::setIconSource" href="qquickmenutext1.html#iconSource-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="154" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="iconSource" type="void" signature="void setIconSource(const QUrl &amp;icon)">
<parameter type="const QUrl &amp;" name="icon" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="QQuickMenuText1::setText" href="qquickmenutext1.html#setText" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="151" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setText(const QString &amp;text)">
<parameter type="const QString &amp;" name="text" default=""/>
</function>
<function threadsafety="unspecified" name="updateEnabled" fullname="QQuickMenuText1::updateEnabled" href="qquickmenutext1.html#updateEnabled" status="active" access="protected" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="166" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateEnabled()"/>
<function threadsafety="unspecified" name="updateIcon" fullname="QQuickMenuText1::updateIcon" href="qquickmenutext1.html#updateIcon" status="active" access="protected" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="167" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateIcon()"/>
<function threadsafety="unspecified" name="updateText" fullname="QQuickMenuText1::updateText" href="qquickmenutext1.html#updateText" status="active" access="protected" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="165" virtual="virtual" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateText()"/>
<function threadsafety="unspecified" name="~QQuickMenuText1" fullname="QQuickMenuText1::~QQuickMenuText1" href="qquickmenutext1.html#dtor.QQuickMenuText1" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="145" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQuickMenuText1()"/>
<function threadsafety="unspecified" name="icon" fullname="QQuickMenuText1::icon" href="qquickmenutext1.html#icon" status="active" access="protected" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="161" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QIcon" signature="QIcon icon() const"/>
<function threadsafety="unspecified" name="action" fullname="QQuickMenuText1::action" href="qquickmenutext1.html#action" status="active" access="protected" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="162" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickAction1 *" signature="QQuickAction1 * action() const"/>
<function threadsafety="unspecified" name="iconName" fullname="QQuickMenuText1::iconName" href="qquickmenutext1.html#iconName-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="155" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="iconName" type="QString" signature="QString iconName() const"/>
<function threadsafety="unspecified" name="text" fullname="QQuickMenuText1::text" href="qquickmenutext1.html#text" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="150" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="iconSource" fullname="QQuickMenuText1::iconSource" href="qquickmenutext1.html#iconSource-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="153" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="iconSource" type="QUrl" signature="QUrl iconSource() const"/>
<function threadsafety="unspecified" name="iconVariant" fullname="QQuickMenuText1::iconVariant" href="qquickmenutext1.html#__icon-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="158" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__icon" type="QVariant" signature="QVariant iconVariant() const"/>
<function threadsafety="unspecified" name="enabled" fullname="QQuickMenuText1::enabled" href="qquickmenutext1.html#enabled-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="147" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="enabled" type="bool" signature="bool enabled() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickMenuText1::metaObject" href="qquickmenutext1.html#metaObject" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="128" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<property threadsafety="unspecified" name="__icon" fullname="QQuickMenuText1::__icon" href="qquickmenutext1.html#__icon-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="133" type="QVariant">
<getter name="iconVariant"/>
<notifier name="__iconChanged"/>
</property>
<property threadsafety="unspecified" name="enabled" fullname="QQuickMenuText1::enabled" href="qquickmenutext1.html#enabled-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="129" type="bool">
<getter name="enabled"/>
<setter name="setEnabled"/>
<notifier name="enabledChanged"/>
</property>
<property threadsafety="unspecified" name="iconName" fullname="QQuickMenuText1::iconName" href="qquickmenutext1.html#iconName-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="131" type="QString">
<getter name="iconName"/>
<setter name="setIconName"/>
<notifier name="iconNameChanged"/>
</property>
<property threadsafety="unspecified" name="iconSource" fullname="QQuickMenuText1::iconSource" href="qquickmenutext1.html#iconSource-prop" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="130" type="QUrl">
<getter name="iconSource"/>
<setter name="setIconSource"/>
<notifier name="iconSourceChanged"/>
</property>
<variable threadsafety="unspecified" name="m_action" fullname="QQuickMenuText1::m_action" href="qquickmenutext1.html#m_action-var" status="active" access="private" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="170" type="QQuickAction1 *" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickMenuText1::staticMetaObject" href="qquickmenutext1.html#staticMetaObject-var" status="active" access="public" location="qquickmenuitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/../qquickmenuitem_p.h" lineno="128" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickPadding1" href="qquickpadding1.html" status="internal" access="private" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="47" bases="QObject">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickPadding1::QPrivateSignal" href="qquickpadding1-qprivatesignal.html" status="active" access="private" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="49"/>
<function threadsafety="unspecified" name="QQuickPadding1" fullname="QQuickPadding1::QQuickPadding1" href="qquickpadding1.html#QQuickPadding1" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="62" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickPadding1(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickPadding1::tr" href="qquickpadding1.html#tr" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="49" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickPadding1::trUtf8" href="qquickpadding1.html#trUtf8" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="49" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickPadding1::qt_metacall" href="qquickpadding1.html#qt_metacall" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="49" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickPadding1::qt_metacast" href="qquickpadding1.html#qt_metacast" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="49" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="bottomChanged" fullname="QQuickPadding1::bottomChanged" href="qquickpadding1.html#bottom-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="84" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="bottom" type="void" signature="void bottomChanged()"/>
<function threadsafety="unspecified" name="leftChanged" fullname="QQuickPadding1::leftChanged" href="qquickpadding1.html#left-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="81" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="left" type="void" signature="void leftChanged()"/>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickPadding1::qt_static_metacall" href="qquickpadding1.html#qt_static_metacall" status="active" access="private" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="49" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="rightChanged" fullname="QQuickPadding1::rightChanged" href="qquickpadding1.html#right-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="83" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="right" type="void" signature="void rightChanged()"/>
<function threadsafety="unspecified" name="setBottom" fullname="QQuickPadding1::setBottom" href="qquickpadding1.html#bottom-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="78" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="bottom" type="void" signature="void setBottom(int arg)">
<parameter type="int" name="arg" default=""/>
</function>
<function threadsafety="unspecified" name="setLeft" fullname="QQuickPadding1::setLeft" href="qquickpadding1.html#left-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="75" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="left" type="void" signature="void setLeft(int arg)">
<parameter type="int" name="arg" default=""/>
</function>
<function threadsafety="unspecified" name="setRight" fullname="QQuickPadding1::setRight" href="qquickpadding1.html#right-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="77" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="right" type="void" signature="void setRight(int arg)">
<parameter type="int" name="arg" default=""/>
</function>
<function threadsafety="unspecified" name="setTop" fullname="QQuickPadding1::setTop" href="qquickpadding1.html#top-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="76" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="top" type="void" signature="void setTop(int arg)">
<parameter type="int" name="arg" default=""/>
</function>
<function threadsafety="unspecified" name="topChanged" fullname="QQuickPadding1::topChanged" href="qquickpadding1.html#top-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="82" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="top" type="void" signature="void topChanged()"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickPadding1::metaObject" href="qquickpadding1.html#metaObject" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="49" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<function threadsafety="unspecified" name="bottom" fullname="QQuickPadding1::bottom" href="qquickpadding1.html#bottom-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="72" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="bottom" type="int" signature="int bottom() const"/>
<function threadsafety="unspecified" name="left" fullname="QQuickPadding1::left" href="qquickpadding1.html#left-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="69" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="left" type="int" signature="int left() const"/>
<function threadsafety="unspecified" name="right" fullname="QQuickPadding1::right" href="qquickpadding1.html#right-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="71" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="right" type="int" signature="int right() const"/>
<function threadsafety="unspecified" name="top" fullname="QQuickPadding1::top" href="qquickpadding1.html#top-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="70" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="top" type="int" signature="int top() const"/>
<property threadsafety="unspecified" name="bottom" fullname="QQuickPadding1::bottom" href="qquickpadding1.html#bottom-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="54" type="int">
<getter name="bottom"/>
<setter name="setBottom"/>
<notifier name="bottomChanged"/>
</property>
<property threadsafety="unspecified" name="left" fullname="QQuickPadding1::left" href="qquickpadding1.html#left-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="51" type="int">
<getter name="left"/>
<setter name="setLeft"/>
<notifier name="leftChanged"/>
</property>
<property threadsafety="unspecified" name="right" fullname="QQuickPadding1::right" href="qquickpadding1.html#right-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="53" type="int">
<getter name="right"/>
<setter name="setRight"/>
<notifier name="rightChanged"/>
</property>
<property threadsafety="unspecified" name="top" fullname="QQuickPadding1::top" href="qquickpadding1.html#top-prop" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="52" type="int">
<getter name="top"/>
<setter name="setTop"/>
<notifier name="topChanged"/>
</property>
<variable threadsafety="unspecified" name="m_bottom" fullname="QQuickPadding1::m_bottom" href="qquickpadding1.html#m_bottom-var" status="active" access="private" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="59" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_left" fullname="QQuickPadding1::m_left" href="qquickpadding1.html#m_left-var" status="active" access="private" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="56" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_right" fullname="QQuickPadding1::m_right" href="qquickpadding1.html#m_right-var" status="active" access="private" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="58" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_top" fullname="QQuickPadding1::m_top" href="qquickpadding1.html#m_top-var" status="active" access="private" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="57" type="int" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickPadding1::staticMetaObject" href="qquickpadding1.html#staticMetaObject-var" status="active" access="public" location="qquickpadding_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickpadding_p.h" lineno="49" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickRangeModel1" href="qquickrangemodel1.html" status="internal" access="private" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="50" bases="QObject,QQmlParserStatus">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickRangeModel1::QPrivateSignal" href="qquickrangemodel1-qprivatesignal.html" status="active" access="private" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="52"/>
<function threadsafety="unspecified" name="operator=" fullname="QQuickRangeModel1::operator=" href="qquickrangemodel1.html#operator-eq" status="active" access="private" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="124" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickRangeModel1 &amp;" signature="QQuickRangeModel1 &amp; operator=(const QQuickRangeModel1 &amp;)">
<parameter type="const QQuickRangeModel1 &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="QQuickRangeModel1" fullname="QQuickRangeModel1::QQuickRangeModel1" href="qquickrangemodel1.html#QQuickRangeModel1" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="65" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickRangeModel1(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="QQuickRangeModel1" fullname="QQuickRangeModel1::QQuickRangeModel1" href="qquickrangemodel1.html#QQuickRangeModel1-1" status="internal" access="private" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="120" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickRangeModel1(QQuickRangeModel1Private &amp;dd, QObject *parent)">
<parameter type="QQuickRangeModel1Private &amp;" name="dd" default=""/>
<parameter type="QObject *" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="QQuickRangeModel1" fullname="QQuickRangeModel1::QQuickRangeModel1" href="qquickrangemodel1.html#QQuickRangeModel1-2" status="active" access="private" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="124" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickRangeModel1(const QQuickRangeModel1 &amp;)">
<parameter type="const QQuickRangeModel1 &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="d_func" fullname="QQuickRangeModel1::d_func" href="qquickrangemodel1.html#d_func" status="active" access="private" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="125" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickRangeModel1Private *" signature="QQuickRangeModel1Private * d_func()"/>
<function threadsafety="unspecified" name="tr" fullname="QQuickRangeModel1::tr" href="qquickrangemodel1.html#tr" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="52" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickRangeModel1::trUtf8" href="qquickrangemodel1.html#trUtf8" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="52" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickRangeModel1::qt_metacall" href="qquickrangemodel1.html#qt_metacall" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="52" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickRangeModel1::qt_metacast" href="qquickrangemodel1.html#qt_metacast" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="52" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="classBegin" fullname="QQuickRangeModel1::classBegin" href="qquickrangemodel1.html#classBegin" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="95" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void classBegin()"/>
<function threadsafety="unspecified" name="componentComplete" fullname="QQuickRangeModel1::componentComplete" href="qquickrangemodel1.html#componentComplete" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="96" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void componentComplete()"/>
<function threadsafety="unspecified" name="decreaseSingleStep" fullname="QQuickRangeModel1::decreaseSingleStep" href="qquickrangemodel1.html#decreaseSingleStep" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="104" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void decreaseSingleStep()"/>
<function threadsafety="unspecified" name="increaseSingleStep" fullname="QQuickRangeModel1::increaseSingleStep" href="qquickrangemodel1.html#increaseSingleStep" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="103" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void increaseSingleStep()"/>
<function threadsafety="unspecified" name="invertedChanged" fullname="QQuickRangeModel1::invertedChanged" href="qquickrangemodel1.html#inverted-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="112" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="inverted" type="void" signature="void invertedChanged(bool inverted)">
<parameter type="bool" name="inverted" default=""/>
</function>
<function threadsafety="unspecified" name="maximumChanged" fullname="QQuickRangeModel1::maximumChanged" href="qquickrangemodel1.html#maximumValue-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="115" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="maximumValue" type="void" signature="void maximumChanged(qreal max)">
<parameter type="qreal" name="max" default=""/>
</function>
<function threadsafety="unspecified" name="minimumChanged" fullname="QQuickRangeModel1::minimumChanged" href="qquickrangemodel1.html#minimumValue-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="114" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="minimumValue" type="void" signature="void minimumChanged(qreal min)">
<parameter type="qreal" name="min" default=""/>
</function>
<function threadsafety="unspecified" name="positionAtMaximumChanged" fullname="QQuickRangeModel1::positionAtMaximumChanged" href="qquickrangemodel1.html#positionAtMaximum-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="117" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="positionAtMaximum" type="void" signature="void positionAtMaximumChanged(qreal max)">
<parameter type="qreal" name="max" default=""/>
</function>
<function threadsafety="unspecified" name="positionAtMinimumChanged" fullname="QQuickRangeModel1::positionAtMinimumChanged" href="qquickrangemodel1.html#positionAtMinimum-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="116" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="positionAtMinimum" type="void" signature="void positionAtMinimumChanged(qreal min)">
<parameter type="qreal" name="min" default=""/>
</function>
<function threadsafety="unspecified" name="positionChanged" fullname="QQuickRangeModel1::positionChanged" href="qquickrangemodel1.html#position-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="108" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="position" type="void" signature="void positionChanged(qreal position)">
<parameter type="qreal" name="position" default=""/>
</function>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickRangeModel1::qt_static_metacall" href="qquickrangemodel1.html#qt_static_metacall" status="active" access="private" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="52" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setInverted" fullname="QQuickRangeModel1::setInverted" href="qquickrangemodel1.html#inverted-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="86" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="inverted" type="void" signature="void setInverted(bool inverted)">
<parameter type="bool" name="inverted" default=""/>
</function>
<function threadsafety="unspecified" name="setMaximum" fullname="QQuickRangeModel1::setMaximum" href="qquickrangemodel1.html#maximumValue-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="77" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="maximumValue" type="void" signature="void setMaximum(qreal max)">
<parameter type="qreal" name="max" default=""/>
</function>
<function threadsafety="unspecified" name="setMinimum" fullname="QQuickRangeModel1::setMinimum" href="qquickrangemodel1.html#minimumValue-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="74" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="minimumValue" type="void" signature="void setMinimum(qreal min)">
<parameter type="qreal" name="min" default=""/>
</function>
<function threadsafety="unspecified" name="setPosition" fullname="QQuickRangeModel1::setPosition" href="qquickrangemodel1.html#position-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="102" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="position" type="void" signature="void setPosition(qreal position)">
<parameter type="qreal" name="position" default=""/>
</function>
<function threadsafety="unspecified" name="setPositionAtMaximum" fullname="QQuickRangeModel1::setPositionAtMaximum" href="qquickrangemodel1.html#positionAtMaximum-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="83" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="positionAtMaximum" type="void" signature="void setPositionAtMaximum(qreal posAtMax)">
<parameter type="qreal" name="posAtMax" default=""/>
</function>
<function threadsafety="unspecified" name="setPositionAtMinimum" fullname="QQuickRangeModel1::setPositionAtMinimum" href="qquickrangemodel1.html#positionAtMinimum-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="80" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="positionAtMinimum" type="void" signature="void setPositionAtMinimum(qreal posAtMin)">
<parameter type="qreal" name="posAtMin" default=""/>
</function>
<function threadsafety="unspecified" name="setPositionRange" fullname="QQuickRangeModel1::setPositionRange" href="qquickrangemodel1.html#setPositionRange" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="69" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setPositionRange(qreal min, qreal max)">
<parameter type="qreal" name="min" default=""/>
<parameter type="qreal" name="max" default=""/>
</function>
<function threadsafety="unspecified" name="setRange" fullname="QQuickRangeModel1::setRange" href="qquickrangemodel1.html#setRange" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="68" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setRange(qreal min, qreal max)">
<parameter type="qreal" name="min" default=""/>
<parameter type="qreal" name="max" default=""/>
</function>
<function threadsafety="unspecified" name="setStepSize" fullname="QQuickRangeModel1::setStepSize" href="qquickrangemodel1.html#stepSize-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="71" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="stepSize" type="void" signature="void setStepSize(qreal stepSize)">
<parameter type="qreal" name="stepSize" default=""/>
</function>
<function threadsafety="unspecified" name="setValue" fullname="QQuickRangeModel1::setValue" href="qquickrangemodel1.html#value-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="101" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="value" type="void" signature="void setValue(qreal value)">
<parameter type="qreal" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="stepSizeChanged" fullname="QQuickRangeModel1::stepSizeChanged" href="qquickrangemodel1.html#stepSize-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="110" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="stepSize" type="void" signature="void stepSizeChanged(qreal stepSize)">
<parameter type="qreal" name="stepSize" default=""/>
</function>
<function threadsafety="unspecified" name="toMaximum" fullname="QQuickRangeModel1::toMaximum" href="qquickrangemodel1.html#toMaximum" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="100" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void toMaximum()"/>
<function threadsafety="unspecified" name="toMinimum" fullname="QQuickRangeModel1::toMinimum" href="qquickrangemodel1.html#toMinimum" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="99" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void toMinimum()"/>
<function threadsafety="unspecified" name="valueChanged" fullname="QQuickRangeModel1::valueChanged" href="qquickrangemodel1.html#value-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="107" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="value" type="void" signature="void valueChanged(qreal value)">
<parameter type="qreal" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="~QQuickRangeModel1" fullname="QQuickRangeModel1::~QQuickRangeModel1" href="qquickrangemodel1.html#dtor.QQuickRangeModel1" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="66" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQuickRangeModel1()"/>
<function threadsafety="unspecified" name="inverted" fullname="QQuickRangeModel1::inverted" href="qquickrangemodel1.html#inverted-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="87" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="inverted" type="bool" signature="bool inverted() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickRangeModel1::metaObject" href="qquickrangemodel1.html#metaObject" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="52" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<function threadsafety="unspecified" name="d_func" fullname="QQuickRangeModel1::d_func" href="qquickrangemodel1.html#d_func-1" status="active" access="private" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="125" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QQuickRangeModel1Private *" signature="const QQuickRangeModel1Private * d_func() const"/>
<function threadsafety="unspecified" name="maximum" fullname="QQuickRangeModel1::maximum" href="qquickrangemodel1.html#maximumValue-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="maximumValue" type="qreal" signature="qreal maximum() const"/>
<function threadsafety="unspecified" name="minimum" fullname="QQuickRangeModel1::minimum" href="qquickrangemodel1.html#minimumValue-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="75" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="minimumValue" type="qreal" signature="qreal minimum() const"/>
<function threadsafety="unspecified" name="position" fullname="QQuickRangeModel1::position" href="qquickrangemodel1.html#position-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="90" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="position" type="qreal" signature="qreal position() const"/>
<function threadsafety="unspecified" name="positionAtMaximum" fullname="QQuickRangeModel1::positionAtMaximum" href="qquickrangemodel1.html#positionAtMaximum-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="84" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="positionAtMaximum" type="qreal" signature="qreal positionAtMaximum() const"/>
<function threadsafety="unspecified" name="positionAtMinimum" fullname="QQuickRangeModel1::positionAtMinimum" href="qquickrangemodel1.html#positionAtMinimum-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="positionAtMinimum" type="qreal" signature="qreal positionAtMinimum() const"/>
<function threadsafety="unspecified" name="positionForValue" fullname="QQuickRangeModel1::positionForValue" href="qquickrangemodel1.html#positionForValue" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="93" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="qreal" signature="qreal positionForValue(qreal value) const">
<parameter type="qreal" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="stepSize" fullname="QQuickRangeModel1::stepSize" href="qquickrangemodel1.html#stepSize-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="72" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="stepSize" type="qreal" signature="qreal stepSize() const"/>
<function threadsafety="unspecified" name="value" fullname="QQuickRangeModel1::value" href="qquickrangemodel1.html#value-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="89" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="value" type="qreal" signature="qreal value() const"/>
<function threadsafety="unspecified" name="valueForPosition" fullname="QQuickRangeModel1::valueForPosition" href="qquickrangemodel1.html#valueForPosition" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="92" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="qreal" signature="qreal valueForPosition(qreal position) const">
<parameter type="qreal" name="position" default=""/>
</function>
<property threadsafety="unspecified" name="inverted" fullname="QQuickRangeModel1::inverted" href="qquickrangemodel1.html#inverted-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="60" type="bool" brief="The model is inverted or not">
<getter name="inverted"/>
<setter name="setInverted"/>
<notifier name="invertedChanged"/>
</property>
<property threadsafety="unspecified" name="maximumValue" fullname="QQuickRangeModel1::maximumValue" href="qquickrangemodel1.html#maximumValue-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="55" type="qreal" brief="The maximum value that value can assume">
<getter name="maximum"/>
<setter name="setMaximum"/>
<notifier name="maximumChanged"/>
</property>
<property threadsafety="unspecified" name="minimumValue" fullname="QQuickRangeModel1::minimumValue" href="qquickrangemodel1.html#minimumValue-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="54" type="qreal" brief="The minimum value that value can assume">
<getter name="minimum"/>
<setter name="setMinimum"/>
<notifier name="minimumChanged"/>
</property>
<property threadsafety="unspecified" name="position" fullname="QQuickRangeModel1::position" href="qquickrangemodel1.html#position-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="57" type="qreal" brief="The current position of the model">
<getter name="position"/>
<setter name="setPosition"/>
<notifier name="positionChanged"/>
</property>
<property threadsafety="unspecified" name="positionAtMaximum" fullname="QQuickRangeModel1::positionAtMaximum" href="qquickrangemodel1.html#positionAtMaximum-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="59" type="qreal" brief="The maximum value that position can assume">
<getter name="positionAtMaximum"/>
<setter name="setPositionAtMaximum"/>
<notifier name="positionAtMaximumChanged"/>
</property>
<property threadsafety="unspecified" name="positionAtMinimum" fullname="QQuickRangeModel1::positionAtMinimum" href="qquickrangemodel1.html#positionAtMinimum-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="58" type="qreal" brief="The minimum value that position can assume">
<getter name="positionAtMinimum"/>
<setter name="setPositionAtMinimum"/>
<notifier name="positionAtMinimumChanged"/>
</property>
<property threadsafety="unspecified" name="stepSize" fullname="QQuickRangeModel1::stepSize" href="qquickrangemodel1.html#stepSize-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="56" type="qreal" brief="The value that is added to the value and position property">
<getter name="stepSize"/>
<setter name="setStepSize"/>
<notifier name="stepSizeChanged"/>
</property>
<property threadsafety="unspecified" name="value" fullname="QQuickRangeModel1::value" href="qquickrangemodel1.html#value-prop" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="53" type="qreal" brief="The current value of the model">
<getter name="value"/>
<setter name="setValue"/>
<notifier name="valueChanged"/>
</property>
<variable threadsafety="unspecified" name="d_ptr" fullname="QQuickRangeModel1::d_ptr" href="qquickrangemodel1.html#d_ptr-var" status="active" access="protected" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="121" type="QQuickRangeModel1Private *" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickRangeModel1::staticMetaObject" href="qquickrangemodel1.html#staticMetaObject-var" status="active" access="public" location="qquickrangemodel_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p.h" lineno="52" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickRangeModel1Private" href="qquickrangemodel1private.html" status="internal" access="private" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="58">
<function threadsafety="unspecified" name="q_func" fullname="QQuickRangeModel1Private::q_func" href="qquickrangemodel1private.html#q_func" status="active" access="private" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="60" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickRangeModel1 *" signature="QQuickRangeModel1 * q_func()"/>
<function threadsafety="unspecified" name="QQuickRangeModel1Private" fullname="QQuickRangeModel1Private::QQuickRangeModel1Private" href="qquickrangemodel1private.html#QQuickRangeModel1Private" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="62" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickRangeModel1Private(QQuickRangeModel1 *qq)">
<parameter type="QQuickRangeModel1 *" name="qq" default=""/>
</function>
<function threadsafety="unspecified" name="emitValueAndPositionIfChanged" fullname="QQuickRangeModel1Private::emitValueAndPositionIfChanged" href="qquickrangemodel1private.html#emitValueAndPositionIfChanged" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="111" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void emitValueAndPositionIfChanged(const qreal oldValue, const qreal oldPosition)">
<parameter type="const qreal" name="oldValue" default=""/>
<parameter type="const qreal" name="oldPosition" default=""/>
</function>
<function threadsafety="unspecified" name="init" fullname="QQuickRangeModel1Private::init" href="qquickrangemodel1private.html#init" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="65" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void init()"/>
<function threadsafety="unspecified" name="~QQuickRangeModel1Private" fullname="QQuickRangeModel1Private::~QQuickRangeModel1Private" href="qquickrangemodel1private.html#dtor.QQuickRangeModel1Private" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="63" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQuickRangeModel1Private()"/>
<function threadsafety="unspecified" name="q_func" fullname="QQuickRangeModel1Private::q_func" href="qquickrangemodel1private.html#q_func-1" status="active" access="private" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="60" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QQuickRangeModel1 *" signature="const QQuickRangeModel1 * q_func() const"/>
<function threadsafety="unspecified" name="effectivePosAtMax" fullname="QQuickRangeModel1Private::effectivePosAtMax" href="qquickrangemodel1private.html#effectivePosAtMax" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="qreal" signature="qreal effectivePosAtMax() const"/>
<function threadsafety="unspecified" name="effectivePosAtMin" fullname="QQuickRangeModel1Private::effectivePosAtMin" href="qquickrangemodel1private.html#effectivePosAtMin" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="77" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="qreal" signature="qreal effectivePosAtMin() const"/>
<function threadsafety="unspecified" name="equivalentPosition" fullname="QQuickRangeModel1Private::equivalentPosition" href="qquickrangemodel1private.html#equivalentPosition" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="85" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="qreal" signature="qreal equivalentPosition(qreal value) const">
<parameter type="qreal" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="equivalentValue" fullname="QQuickRangeModel1Private::equivalentValue" href="qquickrangemodel1private.html#equivalentValue" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="95" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="qreal" signature="qreal equivalentValue(qreal pos) const">
<parameter type="qreal" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="publicPosition" fullname="QQuickRangeModel1Private::publicPosition" href="qquickrangemodel1private.html#publicPosition" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="109" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="qreal" signature="qreal publicPosition(qreal position) const">
<parameter type="qreal" name="position" default=""/>
</function>
<function threadsafety="unspecified" name="publicValue" fullname="QQuickRangeModel1Private::publicValue" href="qquickrangemodel1private.html#publicValue" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="110" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="qreal" signature="qreal publicValue(qreal value) const">
<parameter type="qreal" name="value" default=""/>
</function>
<variable threadsafety="unspecified" name="inverted" fullname="QQuickRangeModel1Private::inverted" href="qquickrangemodel1private.html#inverted-var" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="70" type="uint" static="false"/>
<variable threadsafety="unspecified" name="isComplete" fullname="QQuickRangeModel1Private::isComplete" href="qquickrangemodel1private.html#isComplete-var" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="73" type="bool" static="false"/>
<variable threadsafety="unspecified" name="maximum" fullname="QQuickRangeModel1Private::maximum" href="qquickrangemodel1private.html#maximum-var" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="68" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="minimum" fullname="QQuickRangeModel1Private::minimum" href="qquickrangemodel1private.html#minimum-var" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="68" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="pos" fullname="QQuickRangeModel1Private::pos" href="qquickrangemodel1private.html#pos-var" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="68" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="posatmax" fullname="QQuickRangeModel1Private::posatmax" href="qquickrangemodel1private.html#posatmax-var" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="67" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="posatmin" fullname="QQuickRangeModel1Private::posatmin" href="qquickrangemodel1private.html#posatmin-var" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="67" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="positionChanged" fullname="QQuickRangeModel1Private::positionChanged" href="qquickrangemodel1private.html#positionChanged-var" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="74" type="bool" static="false"/>
<variable threadsafety="unspecified" name="q_ptr" fullname="QQuickRangeModel1Private::q_ptr" href="qquickrangemodel1private.html#q_ptr-var" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="72" type="QQuickRangeModel1 *" static="false"/>
<variable threadsafety="unspecified" name="stepSize" fullname="QQuickRangeModel1Private::stepSize" href="qquickrangemodel1private.html#stepSize-var" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="68" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="value" fullname="QQuickRangeModel1Private::value" href="qquickrangemodel1private.html#value-var" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="68" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="valueChanged" fullname="QQuickRangeModel1Private::valueChanged" href="qquickrangemodel1private.html#valueChanged-var" status="active" access="public" location="qquickrangemodel_p_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangemodel_p_p.h" lineno="75" type="bool" static="false"/>
</class>
<class threadsafety="unspecified" name="QQuickRangedDate1" href="qquickrangeddate1.html" status="internal" access="private" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="49" bases="QObject">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickRangedDate1::QPrivateSignal" href="qquickrangeddate1-qprivatesignal.html" status="active" access="private" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="51"/>
<function threadsafety="unspecified" name="QQuickRangedDate1" fullname="QQuickRangedDate1::QQuickRangedDate1" href="qquickrangeddate1.html#QQuickRangedDate1" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="56" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickRangedDate1()"/>
<function threadsafety="unspecified" name="tr" fullname="QQuickRangedDate1::tr" href="qquickrangeddate1.html#tr" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="51" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickRangedDate1::trUtf8" href="qquickrangeddate1.html#trUtf8" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="51" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickRangedDate1::qt_metacall" href="qquickrangeddate1.html#qt_metacall" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="51" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickRangedDate1::qt_metacast" href="qquickrangeddate1.html#qt_metacast" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="51" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="dateChanged" fullname="QQuickRangedDate1::dateChanged" href="qquickrangeddate1.html#date-prop" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="72" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="date" type="void" signature="void dateChanged()"/>
<function threadsafety="unspecified" name="maximumDateChanged" fullname="QQuickRangedDate1::maximumDateChanged" href="qquickrangeddate1.html#maximumDate-prop" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="74" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="maximumDate" type="void" signature="void maximumDateChanged()"/>
<function threadsafety="unspecified" name="minimumDateChanged" fullname="QQuickRangedDate1::minimumDateChanged" href="qquickrangeddate1.html#minimumDate-prop" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="73" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="minimumDate" type="void" signature="void minimumDateChanged()"/>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickRangedDate1::qt_static_metacall" href="qquickrangeddate1.html#qt_static_metacall" status="active" access="private" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="51" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="resetDate" fullname="QQuickRangedDate1::resetDate" href="qquickrangeddate1.html#date-prop" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="61" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="date" type="void" signature="void resetDate()"/>
<function threadsafety="unspecified" name="resetMaximumDate" fullname="QQuickRangedDate1::resetMaximumDate" href="qquickrangeddate1.html#maximumDate-prop" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="69" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="maximumDate" type="void" signature="void resetMaximumDate()"/>
<function threadsafety="unspecified" name="resetMinimumDate" fullname="QQuickRangedDate1::resetMinimumDate" href="qquickrangeddate1.html#minimumDate-prop" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="65" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="minimumDate" type="void" signature="void resetMinimumDate()"/>
<function threadsafety="unspecified" name="setDate" fullname="QQuickRangedDate1::setDate" href="qquickrangeddate1.html#date-prop" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="60" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="date" type="void" signature="void setDate(const QDateTime &amp;date)">
<parameter type="const QDateTime &amp;" name="date" default=""/>
</function>
<function threadsafety="unspecified" name="setMaximumDate" fullname="QQuickRangedDate1::setMaximumDate" href="qquickrangeddate1.html#maximumDate-prop" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="68" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="maximumDate" type="void" signature="void setMaximumDate(const QDateTime &amp;maximumDate)">
<parameter type="const QDateTime &amp;" name="maximumDate" default=""/>
</function>
<function threadsafety="unspecified" name="setMinimumDate" fullname="QQuickRangedDate1::setMinimumDate" href="qquickrangeddate1.html#minimumDate-prop" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="64" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="minimumDate" type="void" signature="void setMinimumDate(const QDateTime &amp;minimumDate)">
<parameter type="const QDateTime &amp;" name="minimumDate" default=""/>
</function>
<function threadsafety="unspecified" name="~QQuickRangedDate1" fullname="QQuickRangedDate1::~QQuickRangedDate1" href="qquickrangeddate1.html#dtor.QQuickRangedDate1" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="57" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQuickRangedDate1()"/>
<function threadsafety="unspecified" name="date" fullname="QQuickRangedDate1::date" href="qquickrangeddate1.html#date-prop" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="59" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="date" type="QDateTime" signature="QDateTime date() const"/>
<function threadsafety="unspecified" name="maximumDate" fullname="QQuickRangedDate1::maximumDate" href="qquickrangeddate1.html#maximumDate-prop" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="67" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="maximumDate" type="QDateTime" signature="QDateTime maximumDate() const"/>
<function threadsafety="unspecified" name="minimumDate" fullname="QQuickRangedDate1::minimumDate" href="qquickrangeddate1.html#minimumDate-prop" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="63" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="minimumDate" type="QDateTime" signature="QDateTime minimumDate() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickRangedDate1::metaObject" href="qquickrangeddate1.html#metaObject" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="51" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<property threadsafety="unspecified" name="date" fullname="QQuickRangedDate1::date" href="qquickrangeddate1.html#date-prop" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="52" type="QDateTime">
<getter name="date"/>
<setter name="setDate"/>
<resetter name="resetDate"/>
<notifier name="dateChanged"/>
</property>
<property threadsafety="unspecified" name="maximumDate" fullname="QQuickRangedDate1::maximumDate" href="qquickrangeddate1.html#maximumDate-prop" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="54" type="QDateTime">
<getter name="maximumDate"/>
<setter name="setMaximumDate"/>
<resetter name="resetMaximumDate"/>
<notifier name="maximumDateChanged"/>
</property>
<property threadsafety="unspecified" name="minimumDate" fullname="QQuickRangedDate1::minimumDate" href="qquickrangeddate1.html#minimumDate-prop" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="53" type="QDateTime">
<getter name="minimumDate"/>
<setter name="setMinimumDate"/>
<resetter name="resetMinimumDate"/>
<notifier name="minimumDateChanged"/>
</property>
<variable threadsafety="unspecified" name="mDate" fullname="QQuickRangedDate1::mDate" href="qquickrangeddate1.html#mDate-var" status="active" access="private" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="77" type="QDateTime" static="false"/>
<variable threadsafety="unspecified" name="mMaximumDate" fullname="QQuickRangedDate1::mMaximumDate" href="qquickrangeddate1.html#mMaximumDate-var" status="active" access="private" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="79" type="QDateTime" static="false"/>
<variable threadsafety="unspecified" name="mMinimumDate" fullname="QQuickRangedDate1::mMinimumDate" href="qquickrangeddate1.html#mMinimumDate-var" status="active" access="private" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="78" type="QDateTime" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickRangedDate1::staticMetaObject" href="qquickrangeddate1.html#staticMetaObject-var" status="active" access="public" location="qquickrangeddate_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickrangeddate_p.h" lineno="51" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickScenePosListener1" href="qquicksceneposlistener1.html" status="internal" access="private" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="52" bases="QObject,QQuickItemChangeListener">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickScenePosListener1::QPrivateSignal" href="qquicksceneposlistener1-qprivatesignal.html" status="active" access="private" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="54"/>
<function threadsafety="unspecified" name="QQuickScenePosListener1" fullname="QQuickScenePosListener1::QQuickScenePosListener1" href="qquicksceneposlistener1.html#QQuickScenePosListener1" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="60" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickScenePosListener1(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickScenePosListener1::tr" href="qquicksceneposlistener1.html#tr" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="54" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickScenePosListener1::trUtf8" href="qquicksceneposlistener1.html#trUtf8" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="54" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickScenePosListener1::qt_metacall" href="qquicksceneposlistener1.html#qt_metacall" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="54" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickScenePosListener1::qt_metacast" href="qquicksceneposlistener1.html#qt_metacast" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="54" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="addAncestorListeners" fullname="QQuickScenePosListener1::addAncestorListeners" href="qquicksceneposlistener1.html#addAncestorListeners" status="internal" access="private" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="85" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void addAncestorListeners(QQuickItem *item)">
<parameter type="QQuickItem *" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="enabledChanged" fullname="QQuickScenePosListener1::enabledChanged" href="qquicksceneposlistener1.html#enabled-prop" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="73" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="enabled" type="void" signature="void enabledChanged()"/>
<function threadsafety="unspecified" name="itemChildRemoved" fullname="QQuickScenePosListener1::itemChildRemoved" href="qquicksceneposlistener1.html#itemChildRemoved" status="active" access="protected" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="78" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="true" type="void" signature="void itemChildRemoved(QQuickItem *, QQuickItem *child) override">
<parameter type="QQuickItem *" name="" default=""/>
<parameter type="QQuickItem *" name="child" default=""/>
</function>
<function threadsafety="unspecified" name="itemDestroyed" fullname="QQuickScenePosListener1::itemDestroyed" href="qquicksceneposlistener1.html#itemDestroyed" status="active" access="protected" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="79" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="true" type="void" signature="void itemDestroyed(QQuickItem *item) override">
<parameter type="QQuickItem *" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="itemGeometryChanged" fullname="QQuickScenePosListener1::itemGeometryChanged" href="qquicksceneposlistener1.html#itemGeometryChanged" status="active" access="protected" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="76" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="true" type="void" signature="void itemGeometryChanged(QQuickItem *, QQuickGeometryChange , const QRectF &amp;) override">
<parameter type="QQuickItem *" name="" default=""/>
<parameter type="QQuickGeometryChange" name="" default=""/>
<parameter type="const QRectF &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="itemParentChanged" fullname="QQuickScenePosListener1::itemParentChanged" href="qquicksceneposlistener1.html#itemParentChanged" status="active" access="protected" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="77" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="true" type="void" signature="void itemParentChanged(QQuickItem *, QQuickItem *parent) override">
<parameter type="QQuickItem *" name="" default=""/>
<parameter type="QQuickItem *" name="parent" default=""/>
</function>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickScenePosListener1::qt_static_metacall" href="qquicksceneposlistener1.html#qt_static_metacall" status="active" access="private" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="54" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="removeAncestorListeners" fullname="QQuickScenePosListener1::removeAncestorListeners" href="qquicksceneposlistener1.html#removeAncestorListeners" status="internal" access="private" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="84" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void removeAncestorListeners(QQuickItem *item)">
<parameter type="QQuickItem *" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="scenePosChanged" fullname="QQuickScenePosListener1::scenePosChanged" href="qquicksceneposlistener1.html#scenePos-prop" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="72" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="scenePos" type="void" signature="void scenePosChanged()"/>
<function threadsafety="unspecified" name="setEnabled" fullname="QQuickScenePosListener1::setEnabled" href="qquicksceneposlistener1.html#enabled-prop" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="69" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="enabled" type="void" signature="void setEnabled(bool enabled)">
<parameter type="bool" name="enabled" default=""/>
</function>
<function threadsafety="unspecified" name="setItem" fullname="QQuickScenePosListener1::setItem" href="qquicksceneposlistener1.html#item-prop" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="64" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="item" type="void" signature="void setItem(QQuickItem *item)">
<parameter type="QQuickItem *" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="updateScenePos" fullname="QQuickScenePosListener1::updateScenePos" href="qquicksceneposlistener1.html#updateScenePos" status="active" access="private" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="82" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateScenePos()"/>
<function threadsafety="unspecified" name="~QQuickScenePosListener1" fullname="QQuickScenePosListener1::~QQuickScenePosListener1" href="qquicksceneposlistener1.html#dtor.QQuickScenePosListener1" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="61" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQuickScenePosListener1()"/>
<function threadsafety="unspecified" name="scenePos" fullname="QQuickScenePosListener1::scenePos" href="qquicksceneposlistener1.html#scenePos-prop" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="66" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="scenePos" type="QPointF" signature="QPointF scenePos() const"/>
<function threadsafety="unspecified" name="item" fullname="QQuickScenePosListener1::item" href="qquicksceneposlistener1.html#item-prop" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="63" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="item" type="QQuickItem *" signature="QQuickItem * item() const"/>
<function threadsafety="unspecified" name="isAncestor" fullname="QQuickScenePosListener1::isAncestor" href="qquicksceneposlistener1.html#isAncestor" status="active" access="private" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="87" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool isAncestor(QQuickItem *item) const">
<parameter type="QQuickItem *" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="isEnabled" fullname="QQuickScenePosListener1::isEnabled" href="qquicksceneposlistener1.html#enabled-prop" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="68" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="enabled" type="bool" signature="bool isEnabled() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickScenePosListener1::metaObject" href="qquicksceneposlistener1.html#metaObject" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="54" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<property threadsafety="unspecified" name="enabled" fullname="QQuickScenePosListener1::enabled" href="qquicksceneposlistener1.html#enabled-prop" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="57" type="bool">
<getter name="isEnabled"/>
<setter name="setEnabled"/>
<notifier name="enabledChanged"/>
</property>
<property threadsafety="unspecified" name="item" fullname="QQuickScenePosListener1::item" href="qquicksceneposlistener1.html#item-prop" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="55" type="QQuickItem*">
<getter name="item"/>
<setter name="setItem"/>
</property>
<property threadsafety="unspecified" name="scenePos" fullname="QQuickScenePosListener1::scenePos" href="qquicksceneposlistener1.html#scenePos-prop" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="56" type="QPointF">
<getter name="scenePos"/>
<notifier name="scenePosChanged"/>
</property>
<variable threadsafety="unspecified" name="m_enabled" fullname="QQuickScenePosListener1::m_enabled" href="qquicksceneposlistener1.html#m_enabled-var" status="active" access="private" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="89" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_item" fullname="QQuickScenePosListener1::m_item" href="qquicksceneposlistener1.html#m_item-var" status="active" access="private" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="91" type="QQuickItem *" static="false"/>
<variable threadsafety="unspecified" name="m_scenePos" fullname="QQuickScenePosListener1::m_scenePos" href="qquicksceneposlistener1.html#m_scenePos-var" status="active" access="private" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="90" type="QPointF" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickScenePosListener1::staticMetaObject" href="qquicksceneposlistener1.html#staticMetaObject-var" status="active" access="public" location="qquicksceneposlistener_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicksceneposlistener_p.h" lineno="54" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickSpinBoxValidator1" href="qquickspinboxvalidator1.html" status="internal" access="private" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="50" bases="QQmlParserStatus,QValidator">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickSpinBoxValidator1::QPrivateSignal" href="qquickspinboxvalidator1-qprivatesignal.html" status="active" access="private" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="52"/>
<function threadsafety="unspecified" name="operator=" fullname="QQuickSpinBoxValidator1::operator=" href="qquickspinboxvalidator1.html#operator-eq" status="active" access="private" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="121" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickSpinBoxValidator1 &amp;" signature="QQuickSpinBoxValidator1 &amp; operator=(const QQuickSpinBoxValidator1 &amp;)">
<parameter type="const QQuickSpinBoxValidator1 &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="QQuickSpinBoxValidator1" fullname="QQuickSpinBoxValidator1::QQuickSpinBoxValidator1" href="qquickspinboxvalidator1.html#QQuickSpinBoxValidator1" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="64" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickSpinBoxValidator1(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="QQuickSpinBoxValidator1" fullname="QQuickSpinBoxValidator1::QQuickSpinBoxValidator1" href="qquickspinboxvalidator1.html#QQuickSpinBoxValidator1-1" status="active" access="private" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="121" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickSpinBoxValidator1(const QQuickSpinBoxValidator1 &amp;)">
<parameter type="const QQuickSpinBoxValidator1 &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickSpinBoxValidator1::tr" href="qquickspinboxvalidator1.html#tr" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="52" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickSpinBoxValidator1::trUtf8" href="qquickspinboxvalidator1.html#trUtf8" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="52" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickSpinBoxValidator1::qt_metacall" href="qquickspinboxvalidator1.html#qt_metacall" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="52" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickSpinBoxValidator1::qt_metacast" href="qquickspinboxvalidator1.html#qt_metacast" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="52" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="classBegin" fullname="QQuickSpinBoxValidator1::classBegin" href="qquickspinboxvalidator1.html#classBegin" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="93" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void classBegin()"/>
<function threadsafety="unspecified" name="componentComplete" fullname="QQuickSpinBoxValidator1::componentComplete" href="qquickspinboxvalidator1.html#componentComplete" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="94" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void componentComplete()"/>
<function threadsafety="unspecified" name="decimalsChanged" fullname="QQuickSpinBoxValidator1::decimalsChanged" href="qquickspinboxvalidator1.html#decimals-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="104" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="decimals" type="void" signature="void decimalsChanged()"/>
<function threadsafety="unspecified" name="decrement" fullname="QQuickSpinBoxValidator1::decrement" href="qquickspinboxvalidator1.html#decrement" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="98" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void decrement()"/>
<function threadsafety="unspecified" name="increment" fullname="QQuickSpinBoxValidator1::increment" href="qquickspinboxvalidator1.html#increment" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="97" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void increment()"/>
<function threadsafety="unspecified" name="maximumValueChanged" fullname="QQuickSpinBoxValidator1::maximumValueChanged" href="qquickspinboxvalidator1.html#maximumValue-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="103" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="maximumValue" type="void" signature="void maximumValueChanged()"/>
<function threadsafety="unspecified" name="minimumValueChanged" fullname="QQuickSpinBoxValidator1::minimumValueChanged" href="qquickspinboxvalidator1.html#minimumValue-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="102" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="minimumValue" type="void" signature="void minimumValueChanged()"/>
<function threadsafety="unspecified" name="prefixChanged" fullname="QQuickSpinBoxValidator1::prefixChanged" href="qquickspinboxvalidator1.html#prefix-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="106" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="prefix" type="void" signature="void prefixChanged()"/>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickSpinBoxValidator1::qt_static_metacall" href="qquickspinboxvalidator1.html#qt_static_metacall" status="active" access="private" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="52" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setDecimals" fullname="QQuickSpinBoxValidator1::setDecimals" href="qquickspinboxvalidator1.html#decimals-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="79" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="decimals" type="void" signature="void setDecimals(int decimals)">
<parameter type="int" name="decimals" default=""/>
</function>
<function threadsafety="unspecified" name="setMaximumValue" fullname="QQuickSpinBoxValidator1::setMaximumValue" href="qquickspinboxvalidator1.html#maximumValue-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="maximumValue" type="void" signature="void setMaximumValue(qreal max)">
<parameter type="qreal" name="max" default=""/>
</function>
<function threadsafety="unspecified" name="setMinimumValue" fullname="QQuickSpinBoxValidator1::setMinimumValue" href="qquickspinboxvalidator1.html#minimumValue-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="73" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="minimumValue" type="void" signature="void setMinimumValue(qreal min)">
<parameter type="qreal" name="min" default=""/>
</function>
<function threadsafety="unspecified" name="setPrefix" fullname="QQuickSpinBoxValidator1::setPrefix" href="qquickspinboxvalidator1.html#prefix-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="85" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="prefix" type="void" signature="void setPrefix(const QString &amp;prefix)">
<parameter type="const QString &amp;" name="prefix" default=""/>
</function>
<function threadsafety="unspecified" name="setStepSize" fullname="QQuickSpinBoxValidator1::setStepSize" href="qquickspinboxvalidator1.html#stepSize-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="82" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="stepSize" type="void" signature="void setStepSize(qreal step)">
<parameter type="qreal" name="step" default=""/>
</function>
<function threadsafety="unspecified" name="setSuffix" fullname="QQuickSpinBoxValidator1::setSuffix" href="qquickspinboxvalidator1.html#suffix-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="88" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="suffix" type="void" signature="void setSuffix(const QString &amp;suffix)">
<parameter type="const QString &amp;" name="suffix" default=""/>
</function>
<function threadsafety="unspecified" name="setValue" fullname="QQuickSpinBoxValidator1::setValue" href="qquickspinboxvalidator1.html#value-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="70" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="value" type="void" signature="void setValue(qreal value)">
<parameter type="qreal" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="stepSizeChanged" fullname="QQuickSpinBoxValidator1::stepSizeChanged" href="qquickspinboxvalidator1.html#stepSize-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="105" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="stepSize" type="void" signature="void stepSizeChanged()"/>
<function threadsafety="unspecified" name="suffixChanged" fullname="QQuickSpinBoxValidator1::suffixChanged" href="qquickspinboxvalidator1.html#suffix-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="107" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="suffix" type="void" signature="void suffixChanged()"/>
<function threadsafety="unspecified" name="textChanged" fullname="QQuickSpinBoxValidator1::textChanged" href="qquickspinboxvalidator1.html#text-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="108" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="text" type="void" signature="void textChanged()"/>
<function threadsafety="unspecified" name="valueChanged" fullname="QQuickSpinBoxValidator1::valueChanged" href="qquickspinboxvalidator1.html#value-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="101" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="value" type="void" signature="void valueChanged()"/>
<function threadsafety="unspecified" name="~QQuickSpinBoxValidator1" fullname="QQuickSpinBoxValidator1::~QQuickSpinBoxValidator1" href="qquickspinboxvalidator1.html#dtor.QQuickSpinBoxValidator1" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="65" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQuickSpinBoxValidator1()"/>
<function threadsafety="unspecified" name="prefix" fullname="QQuickSpinBoxValidator1::prefix" href="qquickspinboxvalidator1.html#prefix-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="84" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="prefix" type="QString" signature="QString prefix() const"/>
<function threadsafety="unspecified" name="suffix" fullname="QQuickSpinBoxValidator1::suffix" href="qquickspinboxvalidator1.html#suffix-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="87" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="suffix" type="QString" signature="QString suffix() const"/>
<function threadsafety="unspecified" name="text" fullname="QQuickSpinBoxValidator1::text" href="qquickspinboxvalidator1.html#text-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="67" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="text" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="textFromValue" fullname="QQuickSpinBoxValidator1::textFromValue" href="qquickspinboxvalidator1.html#textFromValue" status="active" access="protected" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="111" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString textFromValue(qreal value) const">
<parameter type="qreal" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="validate" fullname="QQuickSpinBoxValidator1::validate" href="qquickspinboxvalidator1.html#validate" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="91" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QValidator::State" signature="QValidator::State validate(QString &amp;input, int &amp;pos) const">
<parameter type="QString &amp;" name="input" default=""/>
<parameter type="int &amp;" name="pos" default=""/>
</function>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickSpinBoxValidator1::metaObject" href="qquickspinboxvalidator1.html#metaObject" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="52" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<function threadsafety="unspecified" name="decimals" fullname="QQuickSpinBoxValidator1::decimals" href="qquickspinboxvalidator1.html#decimals-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="decimals" type="int" signature="int decimals() const"/>
<function threadsafety="unspecified" name="maximumValue" fullname="QQuickSpinBoxValidator1::maximumValue" href="qquickspinboxvalidator1.html#maximumValue-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="75" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="maximumValue" type="qreal" signature="qreal maximumValue() const"/>
<function threadsafety="unspecified" name="minimumValue" fullname="QQuickSpinBoxValidator1::minimumValue" href="qquickspinboxvalidator1.html#minimumValue-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="72" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="minimumValue" type="qreal" signature="qreal minimumValue() const"/>
<function threadsafety="unspecified" name="stepSize" fullname="QQuickSpinBoxValidator1::stepSize" href="qquickspinboxvalidator1.html#stepSize-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="stepSize" type="qreal" signature="qreal stepSize() const"/>
<function threadsafety="unspecified" name="value" fullname="QQuickSpinBoxValidator1::value" href="qquickspinboxvalidator1.html#value-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="69" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="value" type="qreal" signature="qreal value() const"/>
<function threadsafety="unspecified" name="fixup" fullname="QQuickSpinBoxValidator1::fixup" href="qquickspinboxvalidator1.html#fixup" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="90" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void fixup(QString &amp;input) const">
<parameter type="QString &amp;" name="input" default=""/>
</function>
<property threadsafety="unspecified" name="decimals" fullname="QQuickSpinBoxValidator1::decimals" href="qquickspinboxvalidator1.html#decimals-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="58" type="int">
<getter name="decimals"/>
<setter name="setDecimals"/>
<notifier name="decimalsChanged"/>
</property>
<property threadsafety="unspecified" name="maximumValue" fullname="QQuickSpinBoxValidator1::maximumValue" href="qquickspinboxvalidator1.html#maximumValue-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="57" type="qreal">
<getter name="maximumValue"/>
<setter name="setMaximumValue"/>
<notifier name="maximumValueChanged"/>
</property>
<property threadsafety="unspecified" name="minimumValue" fullname="QQuickSpinBoxValidator1::minimumValue" href="qquickspinboxvalidator1.html#minimumValue-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="56" type="qreal">
<getter name="minimumValue"/>
<setter name="setMinimumValue"/>
<notifier name="minimumValueChanged"/>
</property>
<property threadsafety="unspecified" name="prefix" fullname="QQuickSpinBoxValidator1::prefix" href="qquickspinboxvalidator1.html#prefix-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="60" type="QString">
<getter name="prefix"/>
<setter name="setPrefix"/>
<notifier name="prefixChanged"/>
</property>
<property threadsafety="unspecified" name="stepSize" fullname="QQuickSpinBoxValidator1::stepSize" href="qquickspinboxvalidator1.html#stepSize-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="59" type="qreal">
<getter name="stepSize"/>
<setter name="setStepSize"/>
<notifier name="stepSizeChanged"/>
</property>
<property threadsafety="unspecified" name="suffix" fullname="QQuickSpinBoxValidator1::suffix" href="qquickspinboxvalidator1.html#suffix-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="61" type="QString">
<getter name="suffix"/>
<setter name="setSuffix"/>
<notifier name="suffixChanged"/>
</property>
<property threadsafety="unspecified" name="text" fullname="QQuickSpinBoxValidator1::text" href="qquickspinboxvalidator1.html#text-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="54" type="QString">
<getter name="text"/>
<notifier name="textChanged"/>
</property>
<property threadsafety="unspecified" name="value" fullname="QQuickSpinBoxValidator1::value" href="qquickspinboxvalidator1.html#value-prop" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="55" type="qreal">
<getter name="value"/>
<setter name="setValue"/>
<notifier name="valueChanged"/>
</property>
<variable threadsafety="unspecified" name="m_initialized" fullname="QQuickSpinBoxValidator1::m_initialized" href="qquickspinboxvalidator1.html#m_initialized-var" status="active" access="private" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="118" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_prefix" fullname="QQuickSpinBoxValidator1::m_prefix" href="qquickspinboxvalidator1.html#m_prefix-var" status="active" access="private" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="116" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_step" fullname="QQuickSpinBoxValidator1::m_step" href="qquickspinboxvalidator1.html#m_step-var" status="active" access="private" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="115" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="m_suffix" fullname="QQuickSpinBoxValidator1::m_suffix" href="qquickspinboxvalidator1.html#m_suffix-var" status="active" access="private" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="117" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_validator" fullname="QQuickSpinBoxValidator1::m_validator" href="qquickspinboxvalidator1.html#m_validator-var" status="active" access="private" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="119" type="QDoubleValidator" static="false"/>
<variable threadsafety="unspecified" name="m_value" fullname="QQuickSpinBoxValidator1::m_value" href="qquickspinboxvalidator1.html#m_value-var" status="active" access="private" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="114" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickSpinBoxValidator1::staticMetaObject" href="qquickspinboxvalidator1.html#staticMetaObject-var" status="active" access="public" location="qquickspinboxvalidator_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickspinboxvalidator_p.h" lineno="52" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickStyleItem1" href="qquickstyleitem1.html" status="internal" access="private" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="61" bases="QQuickItem">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickStyleItem1::QPrivateSignal" href="qquickstyleitem1-qprivatesignal.html" status="active" access="private" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="63"/>
<enum threadsafety="unspecified" name="Type" fullname="QQuickStyleItem1::Type" href="qquickstyleitem1.html#Type-enum" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="104">
<value name="Undefined" value="0"/>
<value name="Button" value="1"/>
<value name="RadioButton" value="2"/>
<value name="CheckBox" value="3"/>
<value name="ComboBox" value="4"/>
<value name="ComboBoxItem" value="5"/>
<value name="Dial" value="6"/>
<value name="ToolBar" value="7"/>
<value name="ToolButton" value="8"/>
<value name="Tab" value="9"/>
<value name="TabFrame" value="10"/>
<value name="Frame" value="11"/>
<value name="FocusFrame" value="12"/>
<value name="FocusRect" value="13"/>
<value name="SpinBox" value="14"/>
<value name="Slider" value="15"/>
<value name="ScrollBar" value="16"/>
<value name="ProgressBar" value="17"/>
<value name="Edit" value="18"/>
<value name="GroupBox" value="19"/>
<value name="Header" value="20"/>
<value name="Item" value="21"/>
<value name="ItemRow" value="22"/>
<value name="ItemBranchIndicator" value="23"/>
<value name="Splitter" value="24"/>
<value name="Menu" value="25"/>
<value name="MenuItem" value="26"/>
<value name="Widget" value="27"/>
<value name="StatusBar" value="28"/>
<value name="ScrollAreaCorner" value="29"/>
<value name="MacHelpButton" value="30"/>
<value name="MenuBar" value="31"/>
<value name="MenuBarItem" value="32"/>
</enum>
<function threadsafety="unspecified" name="border" fullname="QQuickStyleItem1::border" href="qquickstyleitem1.html#border" status="active" access="private" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="98" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickPadding1 *" signature="QQuickPadding1 * border()"/>
<function threadsafety="unspecified" name="QQuickStyleItem1" fullname="QQuickStyleItem1::QQuickStyleItem1" href="qquickstyleitem1.html#QQuickStyleItem1" status="internal" access="private" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="101" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickStyleItem1(QQuickItem *parent)">
<parameter type="QQuickItem *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="subControlRect" fullname="QQuickStyleItem1::subControlRect" href="qquickstyleitem1.html#subControlRect" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="213" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QRectF" signature="QRectF subControlRect(const QString &amp;subcontrolString)">
<parameter type="const QString &amp;" name="subcontrolString" default=""/>
</function>
<function threadsafety="unspecified" name="updatePaintNode" fullname="QQuickStyleItem1::updatePaintNode" href="qquickstyleitem1.html#updatePaintNode" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="249" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QSGNode *" signature="QSGNode * updatePaintNode(QSGNode *, QQuickItem::UpdatePaintNodeData *)">
<parameter type="QSGNode *" name="" default=""/>
<parameter type="QQuickItem::UpdatePaintNodeData *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="sizeFromContents" fullname="QQuickStyleItem1::sizeFromContents" href="qquickstyleitem1.html#sizeFromContents" status="active" access="private" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="253" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QSize" signature="QSize sizeFromContents(int width, int height)">
<parameter type="int" name="width" default=""/>
<parameter type="int" name="height" default=""/>
</function>
<function threadsafety="unspecified" name="elidedText" fullname="QQuickStyleItem1::elidedText" href="qquickstyleitem1.html#elidedText" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="214" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString elidedText(const QString &amp;text, int elideMode, int width)">
<parameter type="const QString &amp;" name="text" default=""/>
<parameter type="int" name="elideMode" default=""/>
<parameter type="int" name="width" default=""/>
</function>
<function threadsafety="unspecified" name="hitTest" fullname="QQuickStyleItem1::hitTest" href="qquickstyleitem1.html#hitTest" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="212" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString hitTest(int x, int y)">
<parameter type="int" name="x" default=""/>
<parameter type="int" name="y" default=""/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickStyleItem1::tr" href="qquickstyleitem1.html#tr" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="63" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickStyleItem1::trUtf8" href="qquickstyleitem1.html#trUtf8" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="63" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="styleHint" fullname="QQuickStyleItem1::styleHint" href="qquickstyleitem1.html#styleHint" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="207" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QVariant" signature="QVariant styleHint(const QString &amp;)">
<parameter type="const QString &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="event" fullname="QQuickStyleItem1::event" href="qquickstyleitem1.html#event" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="248" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool event(QEvent *)">
<parameter type="QEvent *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="pixelMetric" fullname="QQuickStyleItem1::pixelMetric" href="qquickstyleitem1.html#pixelMetric" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="206" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int pixelMetric(const QString &amp;)">
<parameter type="const QString &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickStyleItem1::qt_metacall" href="qquickstyleitem1.html#qt_metacall" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="63" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="baselineOffset" fullname="QQuickStyleItem1::baselineOffset" href="qquickstyleitem1.html#baselineOffset" status="active" access="private" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="254" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="qreal" signature="qreal baselineOffset()"/>
<function threadsafety="unspecified" name="textHeight" fullname="QQuickStyleItem1::textHeight" href="qquickstyleitem1.html#textHeight" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="197" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="qreal" signature="qreal textHeight(const QString &amp;)">
<parameter type="const QString &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="textWidth" fullname="QQuickStyleItem1::textWidth" href="qquickstyleitem1.html#textWidth" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="196" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="qreal" signature="qreal textWidth(const QString &amp;)">
<parameter type="const QString &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickStyleItem1::qt_metacast" href="qquickstyleitem1.html#qt_metacast" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="63" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="activeChanged" fullname="QQuickStyleItem1::activeChanged" href="qquickstyleitem1.html#active-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="222" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="active" type="void" signature="void activeChanged()"/>
<function threadsafety="unspecified" name="activeControlChanged" fullname="QQuickStyleItem1::activeControlChanged" href="qquickstyleitem1.html#activeControl-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="233" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="activeControl" type="void" signature="void activeControlChanged()"/>
<function threadsafety="unspecified" name="contentHeightChanged" fullname="QQuickStyleItem1::contentHeightChanged" href="qquickstyleitem1.html#contentHeight-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="242" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="contentHeight" type="void" signature="void contentHeightChanged(int arg)">
<parameter type="int" name="arg" default=""/>
</function>
<function threadsafety="unspecified" name="contentWidthChanged" fullname="QQuickStyleItem1::contentWidthChanged" href="qquickstyleitem1.html#contentWidth-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="241" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="contentWidth" type="void" signature="void contentWidthChanged(int arg)">
<parameter type="int" name="arg" default=""/>
</function>
<function threadsafety="unspecified" name="elementTypeChanged" fullname="QQuickStyleItem1::elementTypeChanged" href="qquickstyleitem1.html#elementType-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="218" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="elementType" type="void" signature="void elementTypeChanged()"/>
<function threadsafety="unspecified" name="fontChanged" fullname="QQuickStyleItem1::fontChanged" href="qquickstyleitem1.html#font-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="239" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="font" type="void" signature="void fontChanged()"/>
<function threadsafety="unspecified" name="hasFocusChanged" fullname="QQuickStyleItem1::hasFocusChanged" href="qquickstyleitem1.html#hasFocus-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="224" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="hasFocus" type="void" signature="void hasFocusChanged()"/>
<function threadsafety="unspecified" name="hintChanged" fullname="QQuickStyleItem1::hintChanged" href="qquickstyleitem1.html#hints-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="237" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="hints" type="void" signature="void hintChanged()"/>
<function threadsafety="unspecified" name="horizontalChanged" fullname="QQuickStyleItem1::horizontalChanged" href="qquickstyleitem1.html#horizontal-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="227" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="horizontal" type="void" signature="void horizontalChanged()"/>
<function threadsafety="unspecified" name="hoverChanged" fullname="QQuickStyleItem1::hoverChanged" href="qquickstyleitem1.html#hover-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="226" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="hover" type="void" signature="void hoverChanged()"/>
<function threadsafety="unspecified" name="infoChanged" fullname="QQuickStyleItem1::infoChanged" href="qquickstyleitem1.html#infoChanged" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="234" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void infoChanged()"/>
<function threadsafety="unspecified" name="initStyleOption" fullname="QQuickStyleItem1::initStyleOption" href="qquickstyleitem1.html#initStyleOption" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="193" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void initStyleOption()"/>
<function threadsafety="unspecified" name="maximumChanged" fullname="QQuickStyleItem1::maximumChanged" href="qquickstyleitem1.html#maximum-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="230" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="maximum" type="void" signature="void maximumChanged()"/>
<function threadsafety="unspecified" name="minimumChanged" fullname="QQuickStyleItem1::minimumChanged" href="qquickstyleitem1.html#minimum-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="229" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="minimum" type="void" signature="void minimumChanged()"/>
<function threadsafety="unspecified" name="onChanged" fullname="QQuickStyleItem1::onChanged" href="qquickstyleitem1.html#on-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="225" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="on" type="void" signature="void onChanged()"/>
<function threadsafety="unspecified" name="paint" fullname="QQuickStyleItem1::paint" href="qquickstyleitem1.html#paint" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="140" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void paint(QPainter *)">
<parameter type="QPainter *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="paintMarginsChanged" fullname="QQuickStyleItem1::paintMarginsChanged" href="qquickstyleitem1.html#paintMargins-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="236" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="paintMargins" type="void" signature="void paintMarginsChanged()"/>
<function threadsafety="unspecified" name="propertiesChanged" fullname="QQuickStyleItem1::propertiesChanged" href="qquickstyleitem1.html#properties-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="238" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="properties" type="void" signature="void propertiesChanged()"/>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickStyleItem1::qt_static_metacall" href="qquickstyleitem1.html#qt_static_metacall" status="active" access="private" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="63" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="raisedChanged" fullname="QQuickStyleItem1::raisedChanged" href="qquickstyleitem1.html#raised-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="221" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="raised" type="void" signature="void raisedChanged()"/>
<function threadsafety="unspecified" name="resetHints" fullname="QQuickStyleItem1::resetHints" href="qquickstyleitem1.html#hints-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="185" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="hints" type="void" signature="void resetHints()"/>
<function threadsafety="unspecified" name="resolvePalette" fullname="QQuickStyleItem1::resolvePalette" href="qquickstyleitem1.html#resolvePalette" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="194" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void resolvePalette()"/>
<function threadsafety="unspecified" name="selectedChanged" fullname="QQuickStyleItem1::selectedChanged" href="qquickstyleitem1.html#selected-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="223" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="selected" type="void" signature="void selectedChanged()"/>
<function threadsafety="unspecified" name="setActive" fullname="QQuickStyleItem1::setActive" href="qquickstyleitem1.html#active-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="168" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="active" type="void" signature="void setActive(bool active)">
<parameter type="bool" name="active" default=""/>
</function>
<function threadsafety="unspecified" name="setActiveControl" fullname="QQuickStyleItem1::setActiveControl" href="qquickstyleitem1.html#activeControl-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="182" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="activeControl" type="void" signature="void setActiveControl(const QString &amp;str)">
<parameter type="const QString &amp;" name="str" default=""/>
</function>
<function threadsafety="unspecified" name="setContentHeight" fullname="QQuickStyleItem1::setContentHeight" href="qquickstyleitem1.html#contentHeight-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="191" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="contentHeight" type="void" signature="void setContentHeight(int arg)">
<parameter type="int" name="arg" default=""/>
</function>
<function threadsafety="unspecified" name="setContentWidth" fullname="QQuickStyleItem1::setContentWidth" href="qquickstyleitem1.html#contentWidth-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="188" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="contentWidth" type="void" signature="void setContentWidth(int arg)">
<parameter type="int" name="arg" default=""/>
</function>
<function threadsafety="unspecified" name="setElementType" fullname="QQuickStyleItem1::setElementType" href="qquickstyleitem1.html#elementType-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="180" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="elementType" type="void" signature="void setElementType(const QString &amp;str)">
<parameter type="const QString &amp;" name="str" default=""/>
</function>
<function threadsafety="unspecified" name="setHints" fullname="QQuickStyleItem1::setHints" href="qquickstyleitem1.html#hints-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="183" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="hints" type="void" signature="void setHints(const QVariantMap &amp;str)">
<parameter type="const QVariantMap &amp;" name="str" default=""/>
</function>
<function threadsafety="unspecified" name="setHorizontal" fullname="QQuickStyleItem1::setHorizontal" href="qquickstyleitem1.html#horizontal-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="173" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="horizontal" type="void" signature="void setHorizontal(bool horizontal)">
<parameter type="bool" name="horizontal" default=""/>
</function>
<function threadsafety="unspecified" name="setHover" fullname="QQuickStyleItem1::setHover" href="qquickstyleitem1.html#hover-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="172" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="hover" type="void" signature="void setHover(bool hover)">
<parameter type="bool" name="hover" default=""/>
</function>
<function threadsafety="unspecified" name="setMaximum" fullname="QQuickStyleItem1::setMaximum" href="qquickstyleitem1.html#maximum-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="176" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="maximum" type="void" signature="void setMaximum(int maximum)">
<parameter type="int" name="maximum" default=""/>
</function>
<function threadsafety="unspecified" name="setMinimum" fullname="QQuickStyleItem1::setMinimum" href="qquickstyleitem1.html#minimum-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="175" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="minimum" type="void" signature="void setMinimum(int minimum)">
<parameter type="int" name="minimum" default=""/>
</function>
<function threadsafety="unspecified" name="setOn" fullname="QQuickStyleItem1::setOn" href="qquickstyleitem1.html#on-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="171" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="on" type="void" signature="void setOn(bool on)">
<parameter type="bool" name="on" default=""/>
</function>
<function threadsafety="unspecified" name="setPaintMargins" fullname="QQuickStyleItem1::setPaintMargins" href="qquickstyleitem1.html#paintMargins-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="179" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="paintMargins" type="void" signature="void setPaintMargins(int value)">
<parameter type="int" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="setProperties" fullname="QQuickStyleItem1::setProperties" href="qquickstyleitem1.html#properties-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="184" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="properties" type="void" signature="void setProperties(const QVariantMap &amp;props)">
<parameter type="const QVariantMap &amp;" name="props" default=""/>
</function>
<function threadsafety="unspecified" name="setRaised" fullname="QQuickStyleItem1::setRaised" href="qquickstyleitem1.html#raised-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="167" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="raised" type="void" signature="void setRaised(bool raised)">
<parameter type="bool" name="raised" default=""/>
</function>
<function threadsafety="unspecified" name="setSelected" fullname="QQuickStyleItem1::setSelected" href="qquickstyleitem1.html#selected-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="169" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="selected" type="void" signature="void setSelected(bool selected)">
<parameter type="bool" name="selected" default=""/>
</function>
<function threadsafety="unspecified" name="setStep" fullname="QQuickStyleItem1::setStep" href="qquickstyleitem1.html#step-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="178" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="step" type="void" signature="void setStep(int step)">
<parameter type="int" name="step" default=""/>
</function>
<function threadsafety="unspecified" name="setSunken" fullname="QQuickStyleItem1::setSunken" href="qquickstyleitem1.html#sunken-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="166" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="sunken" type="void" signature="void setSunken(bool sunken)">
<parameter type="bool" name="sunken" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="QQuickStyleItem1::setText" href="qquickstyleitem1.html#text-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="181" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="text" type="void" signature="void setText(const QString &amp;str)">
<parameter type="const QString &amp;" name="str" default=""/>
</function>
<function threadsafety="unspecified" name="setTextureHeight" fullname="QQuickStyleItem1::setTextureHeight" href="qquickstyleitem1.html#textureHeight-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="203" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="textureHeight" type="void" signature="void setTextureHeight(int h)">
<parameter type="int" name="h" default=""/>
</function>
<function threadsafety="unspecified" name="setTextureWidth" fullname="QQuickStyleItem1::setTextureWidth" href="qquickstyleitem1.html#textureWidth-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="200" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="textureWidth" type="void" signature="void setTextureWidth(int w)">
<parameter type="int" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="setTransient" fullname="QQuickStyleItem1::setTransient" href="qquickstyleitem1.html#isTransient-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="174" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="isTransient" type="void" signature="void setTransient(bool transient)">
<parameter type="bool" name="transient" default=""/>
</function>
<function threadsafety="unspecified" name="setValue" fullname="QQuickStyleItem1::setValue" href="qquickstyleitem1.html#value-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="177" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="value" type="void" signature="void setValue(int value)">
<parameter type="int" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="sethasFocus" fullname="QQuickStyleItem1::sethasFocus" href="qquickstyleitem1.html#hasFocus-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="170" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="hasFocus" type="void" signature="void sethasFocus(bool focus)">
<parameter type="bool" name="focus" default=""/>
</function>
<function threadsafety="unspecified" name="stepChanged" fullname="QQuickStyleItem1::stepChanged" href="qquickstyleitem1.html#step-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="231" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="step" type="void" signature="void stepChanged()"/>
<function threadsafety="unspecified" name="styleChanged" fullname="QQuickStyleItem1::styleChanged" href="qquickstyleitem1.html#style-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="235" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="style" type="void" signature="void styleChanged()"/>
<function threadsafety="unspecified" name="sunkenChanged" fullname="QQuickStyleItem1::sunkenChanged" href="qquickstyleitem1.html#sunken-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="220" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="sunken" type="void" signature="void sunkenChanged()"/>
<function threadsafety="unspecified" name="textChanged" fullname="QQuickStyleItem1::textChanged" href="qquickstyleitem1.html#text-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="219" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="text" type="void" signature="void textChanged()"/>
<function threadsafety="unspecified" name="textureHeightChanged" fullname="QQuickStyleItem1::textureHeightChanged" href="qquickstyleitem1.html#textureHeight-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="245" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="textureHeight" type="void" signature="void textureHeightChanged(int h)">
<parameter type="int" name="h" default=""/>
</function>
<function threadsafety="unspecified" name="textureWidthChanged" fullname="QQuickStyleItem1::textureWidthChanged" href="qquickstyleitem1.html#textureWidth-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="244" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="textureWidth" type="void" signature="void textureWidthChanged(int w)">
<parameter type="int" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="transientChanged" fullname="QQuickStyleItem1::transientChanged" href="qquickstyleitem1.html#isTransient-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="228" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="isTransient" type="void" signature="void transientChanged()"/>
<function threadsafety="unspecified" name="updateBaselineOffset" fullname="QQuickStyleItem1::updateBaselineOffset" href="qquickstyleitem1.html#updateBaselineOffset" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="210" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateBaselineOffset()"/>
<function threadsafety="unspecified" name="updateItem" fullname="QQuickStyleItem1::updateItem" href="qquickstyleitem1.html#updateItem" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="211" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateItem()"/>
<function threadsafety="unspecified" name="updatePolish" fullname="QQuickStyleItem1::updatePolish" href="qquickstyleitem1.html#updatePolish" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="250" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updatePolish()"/>
<function threadsafety="unspecified" name="updateRect" fullname="QQuickStyleItem1::updateRect" href="qquickstyleitem1.html#updateRect" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="209" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateRect()"/>
<function threadsafety="unspecified" name="updateSizeHint" fullname="QQuickStyleItem1::updateSizeHint" href="qquickstyleitem1.html#updateSizeHint" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="208" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateSizeHint()"/>
<function threadsafety="unspecified" name="valueChanged" fullname="QQuickStyleItem1::valueChanged" href="qquickstyleitem1.html#value-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="232" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="value" type="void" signature="void valueChanged()"/>
<function threadsafety="unspecified" name="~QQuickStyleItem1" fullname="QQuickStyleItem1::~QQuickStyleItem1" href="qquickstyleitem1.html#dtor.QQuickStyleItem1" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="102" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQuickStyleItem1()"/>
<function threadsafety="unspecified" name="font" fullname="QQuickStyleItem1::font" href="qquickstyleitem1.html#font-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="163" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="font" type="QFont" signature="QFont font() const"/>
<function threadsafety="unspecified" name="activeControl" fullname="QQuickStyleItem1::activeControl" href="qquickstyleitem1.html#activeControl-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="160" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="activeControl" type="QString" signature="QString activeControl() const"/>
<function threadsafety="unspecified" name="elementType" fullname="QQuickStyleItem1::elementType" href="qquickstyleitem1.html#elementType-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="158" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="elementType" type="QString" signature="QString elementType() const"/>
<function threadsafety="unspecified" name="style" fullname="QQuickStyleItem1::style" href="qquickstyleitem1.html#style-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="164" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="style" type="QString" signature="QString style() const"/>
<function threadsafety="unspecified" name="text" fullname="QQuickStyleItem1::text" href="qquickstyleitem1.html#text-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="159" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="text" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="hints" fullname="QQuickStyleItem1::hints" href="qquickstyleitem1.html#hints-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="161" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="hints" type="QVariantMap" signature="QVariantMap hints() const"/>
<function threadsafety="unspecified" name="properties" fullname="QQuickStyleItem1::properties" href="qquickstyleitem1.html#properties-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="162" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="properties" type="QVariantMap" signature="QVariantMap properties() const"/>
<function threadsafety="unspecified" name="active" fullname="QQuickStyleItem1::active" href="qquickstyleitem1.html#active-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="144" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="active" type="bool" signature="bool active() const"/>
<function threadsafety="unspecified" name="hasFocus" fullname="QQuickStyleItem1::hasFocus" href="qquickstyleitem1.html#hasFocus-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="146" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="hasFocus" type="bool" signature="bool hasFocus() const"/>
<function threadsafety="unspecified" name="hasThemeIcon" fullname="QQuickStyleItem1::hasThemeIcon" href="qquickstyleitem1.html#hasThemeIcon" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="215" virtual="non" meta="slot" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool hasThemeIcon(const QString &amp;) const">
<parameter type="const QString &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="horizontal" fullname="QQuickStyleItem1::horizontal" href="qquickstyleitem1.html#horizontal-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="149" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="horizontal" type="bool" signature="bool horizontal() const"/>
<function threadsafety="unspecified" name="hover" fullname="QQuickStyleItem1::hover" href="qquickstyleitem1.html#hover-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="148" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="hover" type="bool" signature="bool hover() const"/>
<function threadsafety="unspecified" name="isTransient" fullname="QQuickStyleItem1::isTransient" href="qquickstyleitem1.html#isTransient-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="150" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="isTransient" type="bool" signature="bool isTransient() const"/>
<function threadsafety="unspecified" name="on" fullname="QQuickStyleItem1::on" href="qquickstyleitem1.html#on-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="147" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="on" type="bool" signature="bool on() const"/>
<function threadsafety="unspecified" name="raised" fullname="QQuickStyleItem1::raised" href="qquickstyleitem1.html#raised-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="143" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="raised" type="bool" signature="bool raised() const"/>
<function threadsafety="unspecified" name="selected" fullname="QQuickStyleItem1::selected" href="qquickstyleitem1.html#selected-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="145" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="selected" type="bool" signature="bool selected() const"/>
<function threadsafety="unspecified" name="sunken" fullname="QQuickStyleItem1::sunken" href="qquickstyleitem1.html#sunken-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="142" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="sunken" type="bool" signature="bool sunken() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickStyleItem1::metaObject" href="qquickstyleitem1.html#metaObject" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="63" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<function threadsafety="unspecified" name="contentHeight" fullname="QQuickStyleItem1::contentHeight" href="qquickstyleitem1.html#contentHeight-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="190" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="contentHeight" type="int" signature="int contentHeight() const"/>
<function threadsafety="unspecified" name="contentWidth" fullname="QQuickStyleItem1::contentWidth" href="qquickstyleitem1.html#contentWidth-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="187" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="contentWidth" type="int" signature="int contentWidth() const"/>
<function threadsafety="unspecified" name="maximum" fullname="QQuickStyleItem1::maximum" href="qquickstyleitem1.html#maximum-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="153" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="maximum" type="int" signature="int maximum() const"/>
<function threadsafety="unspecified" name="minimum" fullname="QQuickStyleItem1::minimum" href="qquickstyleitem1.html#minimum-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="152" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="minimum" type="int" signature="int minimum() const"/>
<function threadsafety="unspecified" name="paintMargins" fullname="QQuickStyleItem1::paintMargins" href="qquickstyleitem1.html#paintMargins-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="156" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="paintMargins" type="int" signature="int paintMargins() const"/>
<function threadsafety="unspecified" name="step" fullname="QQuickStyleItem1::step" href="qquickstyleitem1.html#step-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="154" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="step" type="int" signature="int step() const"/>
<function threadsafety="unspecified" name="textureHeight" fullname="QQuickStyleItem1::textureHeight" href="qquickstyleitem1.html#textureHeight-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="202" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="textureHeight" type="int" signature="int textureHeight() const"/>
<function threadsafety="unspecified" name="textureWidth" fullname="QQuickStyleItem1::textureWidth" href="qquickstyleitem1.html#textureWidth-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="199" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="textureWidth" type="int" signature="int textureWidth() const"/>
<function threadsafety="unspecified" name="value" fullname="QQuickStyleItem1::value" href="qquickstyleitem1.html#value-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="155" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="value" type="int" signature="int value() const"/>
<property threadsafety="unspecified" name="active" fullname="QQuickStyleItem1::active" href="qquickstyleitem1.html#active-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="69" type="bool">
<getter name="active"/>
<setter name="setActive"/>
<notifier name="activeChanged"/>
</property>
<property threadsafety="unspecified" name="activeControl" fullname="QQuickStyleItem1::activeControl" href="qquickstyleitem1.html#activeControl-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="79" type="QString">
<getter name="activeControl"/>
<setter name="setActiveControl"/>
<notifier name="activeControlChanged"/>
</property>
<property threadsafety="unspecified" name="border" fullname="QQuickStyleItem1::border" href="qquickstyleitem1.html#border-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="65" type="QQuickPadding1*"/>
<property threadsafety="unspecified" name="contentHeight" fullname="QQuickStyleItem1::contentHeight" href="qquickstyleitem1.html#contentHeight-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="93" type="int">
<getter name="contentHeight"/>
<setter name="setContentHeight"/>
<notifier name="contentHeightChanged"/>
</property>
<property threadsafety="unspecified" name="contentWidth" fullname="QQuickStyleItem1::contentWidth" href="qquickstyleitem1.html#contentWidth-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="92" type="int">
<getter name="contentWidth"/>
<setter name="setContentWidth"/>
<notifier name="contentWidthChanged"/>
</property>
<property threadsafety="unspecified" name="elementType" fullname="QQuickStyleItem1::elementType" href="qquickstyleitem1.html#elementType-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="77" type="QString">
<getter name="elementType"/>
<setter name="setElementType"/>
<notifier name="elementTypeChanged"/>
</property>
<property threadsafety="unspecified" name="font" fullname="QQuickStyleItem1::font" href="qquickstyleitem1.html#font-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="83" type="QFont">
<getter name="font"/>
<notifier name="fontChanged"/>
</property>
<property threadsafety="unspecified" name="hasFocus" fullname="QQuickStyleItem1::hasFocus" href="qquickstyleitem1.html#hasFocus-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="71" type="bool">
<getter name="hasFocus"/>
<setter name="sethasFocus"/>
<notifier name="hasFocusChanged"/>
</property>
<property threadsafety="unspecified" name="hints" fullname="QQuickStyleItem1::hints" href="qquickstyleitem1.html#hints-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="81" type="QVariantMap">
<getter name="hints"/>
<setter name="setHints"/>
<resetter name="resetHints"/>
<notifier name="hintChanged"/>
</property>
<property threadsafety="unspecified" name="horizontal" fullname="QQuickStyleItem1::horizontal" href="qquickstyleitem1.html#horizontal-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="74" type="bool">
<getter name="horizontal"/>
<setter name="setHorizontal"/>
<notifier name="horizontalChanged"/>
</property>
<property threadsafety="unspecified" name="hover" fullname="QQuickStyleItem1::hover" href="qquickstyleitem1.html#hover-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="73" type="bool">
<getter name="hover"/>
<setter name="setHover"/>
<notifier name="hoverChanged"/>
</property>
<property threadsafety="unspecified" name="isTransient" fullname="QQuickStyleItem1::isTransient" href="qquickstyleitem1.html#isTransient-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="75" type="bool">
<getter name="isTransient"/>
<setter name="setTransient"/>
<notifier name="transientChanged"/>
</property>
<property threadsafety="unspecified" name="maximum" fullname="QQuickStyleItem1::maximum" href="qquickstyleitem1.html#maximum-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="87" type="int">
<getter name="maximum"/>
<setter name="setMaximum"/>
<notifier name="maximumChanged"/>
</property>
<property threadsafety="unspecified" name="minimum" fullname="QQuickStyleItem1::minimum" href="qquickstyleitem1.html#minimum-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="86" type="int">
<getter name="minimum"/>
<setter name="setMinimum"/>
<notifier name="minimumChanged"/>
</property>
<property threadsafety="unspecified" name="on" fullname="QQuickStyleItem1::on" href="qquickstyleitem1.html#on-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="72" type="bool">
<getter name="on"/>
<setter name="setOn"/>
<notifier name="onChanged"/>
</property>
<property threadsafety="unspecified" name="paintMargins" fullname="QQuickStyleItem1::paintMargins" href="qquickstyleitem1.html#paintMargins-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="90" type="int">
<getter name="paintMargins"/>
<setter name="setPaintMargins"/>
<notifier name="paintMarginsChanged"/>
</property>
<property threadsafety="unspecified" name="properties" fullname="QQuickStyleItem1::properties" href="qquickstyleitem1.html#properties-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="82" type="QVariantMap">
<getter name="properties"/>
<setter name="setProperties"/>
<notifier name="propertiesChanged"/>
</property>
<property threadsafety="unspecified" name="raised" fullname="QQuickStyleItem1::raised" href="qquickstyleitem1.html#raised-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="68" type="bool">
<getter name="raised"/>
<setter name="setRaised"/>
<notifier name="raisedChanged"/>
</property>
<property threadsafety="unspecified" name="selected" fullname="QQuickStyleItem1::selected" href="qquickstyleitem1.html#selected-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="70" type="bool">
<getter name="selected"/>
<setter name="setSelected"/>
<notifier name="selectedChanged"/>
</property>
<property threadsafety="unspecified" name="step" fullname="QQuickStyleItem1::step" href="qquickstyleitem1.html#step-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="89" type="int">
<getter name="step"/>
<setter name="setStep"/>
<notifier name="stepChanged"/>
</property>
<property threadsafety="unspecified" name="style" fullname="QQuickStyleItem1::style" href="qquickstyleitem1.html#style-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="80" type="QString">
<getter name="style"/>
<notifier name="styleChanged"/>
</property>
<property threadsafety="unspecified" name="sunken" fullname="QQuickStyleItem1::sunken" href="qquickstyleitem1.html#sunken-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="67" type="bool">
<getter name="sunken"/>
<setter name="setSunken"/>
<notifier name="sunkenChanged"/>
</property>
<property threadsafety="unspecified" name="text" fullname="QQuickStyleItem1::text" href="qquickstyleitem1.html#text-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="78" type="QString">
<getter name="text"/>
<setter name="setText"/>
<notifier name="textChanged"/>
</property>
<property threadsafety="unspecified" name="textureHeight" fullname="QQuickStyleItem1::textureHeight" href="qquickstyleitem1.html#textureHeight-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="96" type="int">
<getter name="textureHeight"/>
<setter name="setTextureHeight"/>
<notifier name="textureHeightChanged"/>
</property>
<property threadsafety="unspecified" name="textureWidth" fullname="QQuickStyleItem1::textureWidth" href="qquickstyleitem1.html#textureWidth-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="95" type="int">
<getter name="textureWidth"/>
<setter name="setTextureWidth"/>
<notifier name="textureWidthChanged"/>
</property>
<property threadsafety="unspecified" name="value" fullname="QQuickStyleItem1::value" href="qquickstyleitem1.html#value-prop" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="88" type="int">
<getter name="value"/>
<setter name="setValue"/>
<notifier name="valueChanged"/>
</property>
<variable threadsafety="unspecified" name="m_active" fullname="QQuickStyleItem1::m_active" href="qquickstyleitem1.html#m_active-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="270" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_activeControl" fullname="QQuickStyleItem1::m_activeControl" href="qquickstyleitem1.html#m_activeControl-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="263" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_border" fullname="QQuickStyleItem1::m_border" href="qquickstyleitem1.html#m_border-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="292" type="QQuickPadding1" static="false"/>
<variable threadsafety="unspecified" name="m_contentHeight" fullname="QQuickStyleItem1::m_contentHeight" href="qquickstyleitem1.html#m_contentHeight-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="286" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_contentWidth" fullname="QQuickStyleItem1::m_contentWidth" href="qquickstyleitem1.html#m_contentWidth-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="285" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_dummywidget" fullname="QQuickStyleItem1::m_dummywidget" href="qquickstyleitem1.html#m_dummywidget-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="257" type="QWidget *" static="false"/>
<variable threadsafety="unspecified" name="m_focus" fullname="QQuickStyleItem1::m_focus" href="qquickstyleitem1.html#m_focus-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="272" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_font" fullname="QQuickStyleItem1::m_font" href="qquickstyleitem1.html#m_font-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="266" type="QFont" static="false"/>
<variable threadsafety="unspecified" name="m_hints" fullname="QQuickStyleItem1::m_hints" href="qquickstyleitem1.html#m_hints-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="264" type="QVariantMap" static="false"/>
<variable threadsafety="unspecified" name="m_horizontal" fullname="QQuickStyleItem1::m_horizontal" href="qquickstyleitem1.html#m_horizontal-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="275" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_hover" fullname="QQuickStyleItem1::m_hover" href="qquickstyleitem1.html#m_hover-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="273" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_image" fullname="QQuickStyleItem1::m_image" href="qquickstyleitem1.html#m_image-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="291" type="QImage" static="false"/>
<variable threadsafety="unspecified" name="m_itemType" fullname="QQuickStyleItem1::m_itemType" href="qquickstyleitem1.html#m_itemType-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="259" type="QQuickStyleItem1::Type" static="false"/>
<variable threadsafety="unspecified" name="m_maximum" fullname="QQuickStyleItem1::m_maximum" href="qquickstyleitem1.html#m_maximum-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="280" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_minimum" fullname="QQuickStyleItem1::m_minimum" href="qquickstyleitem1.html#m_minimum-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="279" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_on" fullname="QQuickStyleItem1::m_on" href="qquickstyleitem1.html#m_on-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="274" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_paintMargins" fullname="QQuickStyleItem1::m_paintMargins" href="qquickstyleitem1.html#m_paintMargins-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="283" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_properties" fullname="QQuickStyleItem1::m_properties" href="qquickstyleitem1.html#m_properties-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="265" type="QVariantMap" static="false"/>
<variable threadsafety="unspecified" name="m_raised" fullname="QQuickStyleItem1::m_raised" href="qquickstyleitem1.html#m_raised-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="269" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_selected" fullname="QQuickStyleItem1::m_selected" href="qquickstyleitem1.html#m_selected-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="271" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_sharedWidget" fullname="QQuickStyleItem1::m_sharedWidget" href="qquickstyleitem1.html#m_sharedWidget-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="277" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_step" fullname="QQuickStyleItem1::m_step" href="qquickstyleitem1.html#m_step-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="282" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_styleoption" fullname="QQuickStyleItem1::m_styleoption" href="qquickstyleitem1.html#m_styleoption-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="258" type="QStyleOption *" static="false"/>
<variable threadsafety="unspecified" name="m_sunken" fullname="QQuickStyleItem1::m_sunken" href="qquickstyleitem1.html#m_sunken-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="268" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_text" fullname="QQuickStyleItem1::m_text" href="qquickstyleitem1.html#m_text-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="262" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_textureHeight" fullname="QQuickStyleItem1::m_textureHeight" href="qquickstyleitem1.html#m_textureHeight-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="289" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_textureWidth" fullname="QQuickStyleItem1::m_textureWidth" href="qquickstyleitem1.html#m_textureWidth-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="288" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_transient" fullname="QQuickStyleItem1::m_transient" href="qquickstyleitem1.html#m_transient-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="276" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_type" fullname="QQuickStyleItem1::m_type" href="qquickstyleitem1.html#m_type-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="261" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_value" fullname="QQuickStyleItem1::m_value" href="qquickstyleitem1.html#m_value-var" status="active" access="protected" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="281" type="int" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickStyleItem1::staticMetaObject" href="qquickstyleitem1.html#staticMetaObject-var" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="63" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickTableRowImageProvider1" href="qquicktablerowimageprovider1.html" status="internal" access="private" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="53" bases="QQuickImageProvider">
<function threadsafety="unspecified" name="requestPixmap" fullname="QQuickTableRowImageProvider1::requestPixmap" href="qquicktablerowimageprovider1.html#requestPixmap" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="58" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QPixmap" signature="QPixmap requestPixmap(const QString &amp;id, QSize *size, const QSize &amp;requestedSize)">
<parameter type="const QString &amp;" name="id" default=""/>
<parameter type="QSize *" name="size" default=""/>
<parameter type="const QSize &amp;" name="requestedSize" default=""/>
</function>
<function threadsafety="unspecified" name="QQuickTableRowImageProvider1" fullname="QQuickTableRowImageProvider1::QQuickTableRowImageProvider1" href="qquicktablerowimageprovider1.html#QQuickTableRowImageProvider1" status="active" access="public" location="qquickstyleitem_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickstyleitem_p.h" lineno="56" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickTableRowImageProvider1()"/>
</class>
<class threadsafety="unspecified" name="QQuickTooltip1" href="qquicktooltip1.html" status="internal" access="private" location="qquicktooltip_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktooltip_p.h" lineno="50" bases="QObject">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickTooltip1::QPrivateSignal" href="qquicktooltip1-qprivatesignal.html" status="active" access="private" location="qquicktooltip_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktooltip_p.h" lineno="52"/>
<function threadsafety="unspecified" name="QQuickTooltip1" fullname="QQuickTooltip1::QQuickTooltip1" href="qquicktooltip1.html#QQuickTooltip1" status="active" access="public" location="qquicktooltip_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktooltip_p.h" lineno="55" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickTooltip1(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickTooltip1::tr" href="qquicktooltip1.html#tr" status="active" access="public" location="qquicktooltip_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktooltip_p.h" lineno="52" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickTooltip1::trUtf8" href="qquicktooltip1.html#trUtf8" status="active" access="public" location="qquicktooltip_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktooltip_p.h" lineno="52" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickTooltip1::qt_metacall" href="qquicktooltip1.html#qt_metacall" status="active" access="public" location="qquicktooltip_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktooltip_p.h" lineno="52" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickTooltip1::qt_metacast" href="qquicktooltip1.html#qt_metacast" status="active" access="public" location="qquicktooltip_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktooltip_p.h" lineno="52" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="hideText" fullname="QQuickTooltip1::hideText" href="qquicktooltip1.html#hideText" status="active" access="public" location="qquicktooltip_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktooltip_p.h" lineno="58" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void hideText()"/>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickTooltip1::qt_static_metacall" href="qquicktooltip1.html#qt_static_metacall" status="active" access="private" location="qquicktooltip_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktooltip_p.h" lineno="52" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="showText" fullname="QQuickTooltip1::showText" href="qquicktooltip1.html#showText" status="active" access="public" location="qquicktooltip_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktooltip_p.h" lineno="57" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void showText(QQuickItem *item, const QPointF &amp;pos, const QString &amp;text)">
<parameter type="QQuickItem *" name="item" default=""/>
<parameter type="const QPointF &amp;" name="pos" default=""/>
<parameter type="const QString &amp;" name="text" default=""/>
</function>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickTooltip1::metaObject" href="qquicktooltip1.html#metaObject" status="active" access="public" location="qquicktooltip_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktooltip_p.h" lineno="52" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickTooltip1::staticMetaObject" href="qquicktooltip1.html#staticMetaObject-var" status="active" access="public" location="qquicktooltip_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktooltip_p.h" lineno="52" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickTreeModelAdaptor1" href="qquicktreemodeladaptor1.html" status="internal" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="63" bases="QAbstractListModel">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickTreeModelAdaptor1::QPrivateSignal" href="qquicktreemodeladaptor1-qprivatesignal.html" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="65"/>
<class threadsafety="unspecified" name="TreeItem" fullname="QQuickTreeModelAdaptor1::TreeItem" href="qquicktreemodeladaptor1-treeitem.html" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="145">
<function threadsafety="unspecified" name="TreeItem" fullname="QQuickTreeModelAdaptor1::TreeItem::TreeItem" href="qquicktreemodeladaptor1-treeitem.html#TreeItem" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="150" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="TreeItem(const QModelIndex &amp;idx, int d, int e)">
<parameter type="const QModelIndex &amp;" name="idx" default="QModelIndex()"/>
<parameter type="int" name="d" default="0"/>
<parameter type="int" name="e" default="false"/>
</function>
<function threadsafety="unspecified" name="operator==" fullname="QQuickTreeModelAdaptor1::TreeItem::operator==" href="qquicktreemodeladaptor1-treeitem.html#operator-eq-eq" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="154" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool operator==(const TreeItem &amp;other) const">
<parameter type="const TreeItem &amp;" name="other" default=""/>
</function>
<variable threadsafety="unspecified" name="depth" fullname="QQuickTreeModelAdaptor1::TreeItem::depth" href="qquicktreemodeladaptor1-treeitem.html#depth-var" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="147" type="int" static="false"/>
<variable threadsafety="unspecified" name="expanded" fullname="QQuickTreeModelAdaptor1::TreeItem::expanded" href="qquicktreemodeladaptor1-treeitem.html#expanded-var" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="148" type="bool" static="false"/>
<variable threadsafety="unspecified" name="index" fullname="QQuickTreeModelAdaptor1::TreeItem::index" href="qquicktreemodeladaptor1-treeitem.html#index-var" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="146" type="QPersistentModelIndex" static="false"/>
</class>
<enum threadsafety="unspecified" name="anonymous" fullname="QQuickTreeModelAdaptor1::anonymous" href="qquicktreemodeladaptor1.html#anonymous-enum" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="79">
<value name="DepthRole" value="Qt::UserRole - 5"/>
<value name="ExpandedRole" value="252"/>
<value name="HasChildrenRole" value="253"/>
<value name="HasSiblingRole" value="254"/>
<value name="ModelIndexRole" value="255"/>
</enum>
<function threadsafety="unspecified" name="QQuickTreeModelAdaptor1" fullname="QQuickTreeModelAdaptor1::QQuickTreeModelAdaptor1" href="qquicktreemodeladaptor1.html#QQuickTreeModelAdaptor1" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="72" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickTreeModelAdaptor1(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickTreeModelAdaptor1::tr" href="qquicktreemodeladaptor1.html#tr" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="65" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickTreeModelAdaptor1::trUtf8" href="qquicktreemodeladaptor1.html#trUtf8" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="65" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="childrenVisible" fullname="QQuickTreeModelAdaptor1::childrenVisible" href="qquicktreemodeladaptor1.html#childrenVisible" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="95" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool childrenVisible(const QModelIndex &amp;index)">
<parameter type="const QModelIndex &amp;" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="isVisible" fullname="QQuickTreeModelAdaptor1::isVisible" href="qquicktreemodeladaptor1.html#isVisible" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="94" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool isVisible(const QModelIndex &amp;index)">
<parameter type="const QModelIndex &amp;" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="setData" fullname="QQuickTreeModelAdaptor1::setData" href="qquicktreemodeladaptor1.html#setData" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="90" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool setData(const QModelIndex &amp;index, const QVariant &amp;value, int role)">
<parameter type="const QModelIndex &amp;" name="index" default=""/>
<parameter type="const QVariant &amp;" name="value" default=""/>
<parameter type="int" name="role" default=""/>
</function>
<function threadsafety="unspecified" name="lastChildIndex" fullname="QQuickTreeModelAdaptor1::lastChildIndex" href="qquicktreemodeladaptor1.html#lastChildIndex" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="107" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int lastChildIndex(const QModelIndex &amp;index)">
<parameter type="const QModelIndex &amp;" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickTreeModelAdaptor1::qt_metacall" href="qquicktreemodeladaptor1.html#qt_metacall" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="65" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickTreeModelAdaptor1::qt_metacast" href="qquicktreemodeladaptor1.html#qt_metacast" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="65" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="clearModelData" fullname="QQuickTreeModelAdaptor1::clearModelData" href="qquicktreemodeladaptor1.html#clearModelData" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="92" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void clearModelData()"/>
<function threadsafety="unspecified" name="collapse" fullname="QQuickTreeModelAdaptor1::collapse" href="qquicktreemodeladaptor1.html#collapse" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="127" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void collapse(const QModelIndex &amp;)">
<parameter type="const QModelIndex &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="collapseRow" fullname="QQuickTreeModelAdaptor1::collapseRow" href="qquicktreemodeladaptor1.html#collapseRow" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="111" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void collapseRow(int n)">
<parameter type="int" name="n" default=""/>
</function>
<function threadsafety="unspecified" name="collapsed" fullname="QQuickTreeModelAdaptor1::collapsed" href="qquicktreemodeladaptor1.html#collapsed" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="123" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void collapsed(const QModelIndex &amp;index)">
<parameter type="const QModelIndex &amp;" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="expand" fullname="QQuickTreeModelAdaptor1::expand" href="qquicktreemodeladaptor1.html#expand" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="126" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void expand(const QModelIndex &amp;)">
<parameter type="const QModelIndex &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="expandPendingRows" fullname="QQuickTreeModelAdaptor1::expandPendingRows" href="qquicktreemodeladaptor1.html#expandPendingRows" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="106" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void expandPendingRows(bool doInsertRows)">
<parameter type="bool" name="doInsertRows" default="true"/>
</function>
<function threadsafety="unspecified" name="expandRow" fullname="QQuickTreeModelAdaptor1::expandRow" href="qquicktreemodeladaptor1.html#expandRow" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="110" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void expandRow(int n)">
<parameter type="int" name="n" default=""/>
</function>
<function threadsafety="unspecified" name="expanded" fullname="QQuickTreeModelAdaptor1::expanded" href="qquicktreemodeladaptor1.html#expanded" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="122" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void expanded(const QModelIndex &amp;index)">
<parameter type="const QModelIndex &amp;" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="modelChanged" fullname="QQuickTreeModelAdaptor1::modelChanged" href="qquicktreemodeladaptor1.html#model-prop" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="120" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="model" type="void" signature="void modelChanged(QAbstractItemModel *model)">
<parameter type="QAbstractItemModel *" name="model" default=""/>
</function>
<function threadsafety="unspecified" name="modelDataChanged" fullname="QQuickTreeModelAdaptor1::modelDataChanged" href="qquicktreemodeladaptor1.html#modelDataChanged" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="134" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void modelDataChanged(const QModelIndex &amp;topLeft, const QModelIndex &amp;bottomRigth, const QVector&lt;int&gt; &amp;roles)">
<parameter type="const QModelIndex &amp;" name="topLeft" default=""/>
<parameter type="const QModelIndex &amp;" name="bottomRigth" default=""/>
<parameter type="const QVector&lt;int&gt; &amp;" name="roles" default=""/>
</function>
<function threadsafety="unspecified" name="modelHasBeenDestroyed" fullname="QQuickTreeModelAdaptor1::modelHasBeenDestroyed" href="qquicktreemodeladaptor1.html#modelHasBeenDestroyed" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="132" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void modelHasBeenDestroyed()"/>
<function threadsafety="unspecified" name="modelHasBeenReset" fullname="QQuickTreeModelAdaptor1::modelHasBeenReset" href="qquicktreemodeladaptor1.html#modelHasBeenReset" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="133" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void modelHasBeenReset()"/>
<function threadsafety="unspecified" name="modelLayoutAboutToBeChanged" fullname="QQuickTreeModelAdaptor1::modelLayoutAboutToBeChanged" href="qquicktreemodeladaptor1.html#modelLayoutAboutToBeChanged" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="135" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void modelLayoutAboutToBeChanged(const QList&lt;QPersistentModelIndex&gt; &amp;parents, QAbstractItemModel::LayoutChangeHint hint)">
<parameter type="const QList&lt;QPersistentModelIndex&gt; &amp;" name="parents" default=""/>
<parameter type="QAbstractItemModel::LayoutChangeHint" name="hint" default=""/>
</function>
<function threadsafety="unspecified" name="modelLayoutChanged" fullname="QQuickTreeModelAdaptor1::modelLayoutChanged" href="qquicktreemodeladaptor1.html#modelLayoutChanged" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="136" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void modelLayoutChanged(const QList&lt;QPersistentModelIndex&gt; &amp;parents, QAbstractItemModel::LayoutChangeHint hint)">
<parameter type="const QList&lt;QPersistentModelIndex&gt; &amp;" name="parents" default=""/>
<parameter type="QAbstractItemModel::LayoutChangeHint" name="hint" default=""/>
</function>
<function threadsafety="unspecified" name="modelRowsAboutToBeInserted" fullname="QQuickTreeModelAdaptor1::modelRowsAboutToBeInserted" href="qquicktreemodeladaptor1.html#modelRowsAboutToBeInserted" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="137" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void modelRowsAboutToBeInserted(const QModelIndex &amp;parent, int start, int end)">
<parameter type="const QModelIndex &amp;" name="parent" default=""/>
<parameter type="int" name="start" default=""/>
<parameter type="int" name="end" default=""/>
</function>
<function threadsafety="unspecified" name="modelRowsAboutToBeMoved" fullname="QQuickTreeModelAdaptor1::modelRowsAboutToBeMoved" href="qquicktreemodeladaptor1.html#modelRowsAboutToBeMoved" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="138" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void modelRowsAboutToBeMoved(const QModelIndex &amp;sourceParent, int sourceStart, int sourceEnd, const QModelIndex &amp;destinationParent, int destinationRow)">
<parameter type="const QModelIndex &amp;" name="sourceParent" default=""/>
<parameter type="int" name="sourceStart" default=""/>
<parameter type="int" name="sourceEnd" default=""/>
<parameter type="const QModelIndex &amp;" name="destinationParent" default=""/>
<parameter type="int" name="destinationRow" default=""/>
</function>
<function threadsafety="unspecified" name="modelRowsAboutToBeRemoved" fullname="QQuickTreeModelAdaptor1::modelRowsAboutToBeRemoved" href="qquicktreemodeladaptor1.html#modelRowsAboutToBeRemoved" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="139" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void modelRowsAboutToBeRemoved(const QModelIndex &amp;parent, int start, int end)">
<parameter type="const QModelIndex &amp;" name="parent" default=""/>
<parameter type="int" name="start" default=""/>
<parameter type="int" name="end" default=""/>
</function>
<function threadsafety="unspecified" name="modelRowsInserted" fullname="QQuickTreeModelAdaptor1::modelRowsInserted" href="qquicktreemodeladaptor1.html#modelRowsInserted" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="140" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void modelRowsInserted(const QModelIndex &amp;parent, int start, int end)">
<parameter type="const QModelIndex &amp;" name="parent" default=""/>
<parameter type="int" name="start" default=""/>
<parameter type="int" name="end" default=""/>
</function>
<function threadsafety="unspecified" name="modelRowsMoved" fullname="QQuickTreeModelAdaptor1::modelRowsMoved" href="qquicktreemodeladaptor1.html#modelRowsMoved" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="141" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void modelRowsMoved(const QModelIndex &amp;sourceParent, int sourceStart, int sourceEnd, const QModelIndex &amp;destinationParent, int destinationRow)">
<parameter type="const QModelIndex &amp;" name="sourceParent" default=""/>
<parameter type="int" name="sourceStart" default=""/>
<parameter type="int" name="sourceEnd" default=""/>
<parameter type="const QModelIndex &amp;" name="destinationParent" default=""/>
<parameter type="int" name="destinationRow" default=""/>
</function>
<function threadsafety="unspecified" name="modelRowsRemoved" fullname="QQuickTreeModelAdaptor1::modelRowsRemoved" href="qquicktreemodeladaptor1.html#modelRowsRemoved" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="142" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void modelRowsRemoved(const QModelIndex &amp;parent, int start, int end)">
<parameter type="const QModelIndex &amp;" name="parent" default=""/>
<parameter type="int" name="start" default=""/>
<parameter type="int" name="end" default=""/>
</function>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickTreeModelAdaptor1::qt_static_metacall" href="qquicktreemodeladaptor1.html#qt_static_metacall" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="65" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="removeVisibleRows" fullname="QQuickTreeModelAdaptor1::removeVisibleRows" href="qquicktreemodeladaptor1.html#removeVisibleRows" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="108" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void removeVisibleRows(int startIndex, int endIndex, bool doRemoveRows)">
<parameter type="int" name="startIndex" default=""/>
<parameter type="int" name="endIndex" default=""/>
<parameter type="bool" name="doRemoveRows" default="true"/>
</function>
<function threadsafety="unspecified" name="resetRootIndex" fullname="QQuickTreeModelAdaptor1::resetRootIndex" href="qquicktreemodeladaptor1.html#rootIndex-prop" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="77" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="rootIndex" type="void" signature="void resetRootIndex()"/>
<function threadsafety="unspecified" name="rootIndexChanged" fullname="QQuickTreeModelAdaptor1::rootIndexChanged" href="qquicktreemodeladaptor1.html#rootIndex-prop" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="121" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="rootIndex" type="void" signature="void rootIndexChanged()"/>
<function threadsafety="unspecified" name="setModel" fullname="QQuickTreeModelAdaptor1::setModel" href="qquicktreemodeladaptor1.html#model-prop" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="129" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="model" type="void" signature="void setModel(QAbstractItemModel *model)">
<parameter type="QAbstractItemModel *" name="model" default=""/>
</function>
<function threadsafety="unspecified" name="setRootIndex" fullname="QQuickTreeModelAdaptor1::setRootIndex" href="qquicktreemodeladaptor1.html#rootIndex-prop" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="rootIndex" type="void" signature="void setRootIndex(const QModelIndex &amp;idx)">
<parameter type="const QModelIndex &amp;" name="idx" default=""/>
</function>
<function threadsafety="unspecified" name="showModelChildItems" fullname="QQuickTreeModelAdaptor1::showModelChildItems" href="qquicktreemodeladaptor1.html#showModelChildItems" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="103" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void showModelChildItems(const QQuickTreeModelAdaptor1::TreeItem &amp;parent, int start, int end, bool doInsertRows, bool doExpandPendingRows)">
<parameter type="const QQuickTreeModelAdaptor1::TreeItem &amp;" name="parent" default=""/>
<parameter type="int" name="start" default=""/>
<parameter type="int" name="end" default=""/>
<parameter type="bool" name="doInsertRows" default="true"/>
<parameter type="bool" name="doExpandPendingRows" default="true"/>
</function>
<function threadsafety="unspecified" name="showModelTopLevelItems" fullname="QQuickTreeModelAdaptor1::showModelTopLevelItems" href="qquicktreemodeladaptor1.html#showModelTopLevelItems" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="102" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void showModelTopLevelItems(bool doInsertRows)">
<parameter type="bool" name="doInsertRows" default="true"/>
</function>
<function threadsafety="unspecified" name="model" fullname="QQuickTreeModelAdaptor1::model" href="qquicktreemodeladaptor1.html#model-prop" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="74" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="model" type="QAbstractItemModel *" signature="QAbstractItemModel * model() const"/>
<function threadsafety="unspecified" name="roleNames" fullname="QQuickTreeModelAdaptor1::roleNames" href="qquicktreemodeladaptor1.html#roleNames" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="87" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QHash&lt;int, QByteArray&gt;" signature="QHash&lt;int, QByteArray&gt; roleNames() const"/>
<function threadsafety="unspecified" name="selectionForRowRange" fullname="QQuickTreeModelAdaptor1::selectionForRowRange" href="qquicktreemodeladaptor1.html#selectionForRowRange" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="100" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QItemSelection" signature="QItemSelection selectionForRowRange(const QModelIndex &amp;fromIndex, const QModelIndex &amp;toIndex) const">
<parameter type="const QModelIndex &amp;" name="fromIndex" default=""/>
<parameter type="const QModelIndex &amp;" name="toIndex" default=""/>
</function>
<function threadsafety="unspecified" name="mapRowToModelIndex" fullname="QQuickTreeModelAdaptor1::mapRowToModelIndex" href="qquicktreemodeladaptor1.html#mapRowToModelIndex" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="98" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QModelIndex" signature="QModelIndex mapRowToModelIndex(int row) const">
<parameter type="int" name="row" default=""/>
</function>
<function threadsafety="unspecified" name="data" fullname="QQuickTreeModelAdaptor1::data" href="qquicktreemodeladaptor1.html#data" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="89" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QVariant" signature="QVariant data(const QModelIndex &amp;, int role) const">
<parameter type="const QModelIndex &amp;" name="" default=""/>
<parameter type="int" name="role" default=""/>
</function>
<function threadsafety="unspecified" name="isExpanded" fullname="QQuickTreeModelAdaptor1::isExpanded" href="qquicktreemodeladaptor1.html#isExpanded-1" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="114" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool isExpanded(const QModelIndex &amp;) const">
<parameter type="const QModelIndex &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="isExpanded" fullname="QQuickTreeModelAdaptor1::isExpanded" href="qquicktreemodeladaptor1.html#isExpanded" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="112" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool isExpanded(int row) const">
<parameter type="int" name="row" default=""/>
</function>
<function threadsafety="unspecified" name="testConsistency" fullname="QQuickTreeModelAdaptor1::testConsistency" href="qquicktreemodeladaptor1.html#testConsistency" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="117" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool testConsistency(bool dumpOnFail) const">
<parameter type="bool" name="dumpOnFail" default="false"/>
</function>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickTreeModelAdaptor1::metaObject" href="qquicktreemodeladaptor1.html#metaObject" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="65" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<function threadsafety="unspecified" name="mapToModel" fullname="QQuickTreeModelAdaptor1::mapToModel" href="qquicktreemodeladaptor1.html#mapToModel" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="97" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QModelIndex &amp;" signature="const QModelIndex &amp; mapToModel(const QModelIndex &amp;index) const">
<parameter type="const QModelIndex &amp;" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="rootIndex" fullname="QQuickTreeModelAdaptor1::rootIndex" href="qquicktreemodeladaptor1.html#rootIndex-prop" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="75" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="rootIndex" type="const QModelIndex &amp;" signature="const QModelIndex &amp; rootIndex() const"/>
<function threadsafety="unspecified" name="itemIndex" fullname="QQuickTreeModelAdaptor1::itemIndex" href="qquicktreemodeladaptor1.html#itemIndex" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="105" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int itemIndex(const QModelIndex &amp;index) const">
<parameter type="const QModelIndex &amp;" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="rowCount" fullname="QQuickTreeModelAdaptor1::rowCount" href="qquicktreemodeladaptor1.html#rowCount" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="88" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int rowCount(const QModelIndex &amp;parent) const">
<parameter type="const QModelIndex &amp;" name="parent" default="QModelIndex()"/>
</function>
<function threadsafety="unspecified" name="dump" fullname="QQuickTreeModelAdaptor1::dump" href="qquicktreemodeladaptor1.html#dump" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="116" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void dump() const"/>
<property threadsafety="unspecified" name="model" fullname="QQuickTreeModelAdaptor1::model" href="qquicktreemodeladaptor1.html#model-prop" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="66" type="QAbstractItemModel*">
<getter name="model"/>
<setter name="setModel"/>
<notifier name="modelChanged"/>
</property>
<property threadsafety="unspecified" name="rootIndex" fullname="QQuickTreeModelAdaptor1::rootIndex" href="qquicktreemodeladaptor1.html#rootIndex-prop" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="67" type="QModelIndex">
<getter name="rootIndex"/>
<setter name="setRootIndex"/>
<resetter name="resetRootIndex"/>
<notifier name="rootIndexChanged"/>
</property>
<variable threadsafety="unspecified" name="m_expandedItems" fullname="QQuickTreeModelAdaptor1::m_expandedItems" href="qquicktreemodeladaptor1.html#m_expandedItems-var" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="163" type="QSet&lt;QPersistentModelIndex&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_items" fullname="QQuickTreeModelAdaptor1::m_items" href="qquicktreemodeladaptor1.html#m_items-var" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="162" type="QList&lt;QQuickTreeModelAdaptor1::TreeItem&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_itemsToExpand" fullname="QQuickTreeModelAdaptor1::m_itemsToExpand" href="qquicktreemodeladaptor1.html#m_itemsToExpand-var" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="164" type="QList&lt;QQuickTreeModelAdaptor1::TreeItem *&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_lastItemIndex" fullname="QQuickTreeModelAdaptor1::m_lastItemIndex" href="qquicktreemodeladaptor1.html#m_lastItemIndex-var" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="165" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_model" fullname="QQuickTreeModelAdaptor1::m_model" href="qquicktreemodeladaptor1.html#m_model-var" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="160" type="QPointer&lt;QAbstractItemModel&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_rootIndex" fullname="QQuickTreeModelAdaptor1::m_rootIndex" href="qquicktreemodeladaptor1.html#m_rootIndex-var" status="active" access="private" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="161" type="QPersistentModelIndex" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickTreeModelAdaptor1::staticMetaObject" href="qquicktreemodeladaptor1.html#staticMetaObject-var" status="active" access="public" location="qquicktreemodeladaptor_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquicktreemodeladaptor_p.h" lineno="65" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickWheelArea1" href="qquickwheelarea1.html" status="internal" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="48" bases="QQuickItem">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickWheelArea1::QPrivateSignal" href="qquickwheelarea1-qprivatesignal.html" status="active" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="50"/>
<function threadsafety="unspecified" name="operator=" fullname="QQuickWheelArea1::operator=" href="qquickwheelarea1.html#operator-eq" status="active" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="132" virtual="non" meta="copy-assign" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickWheelArea1 &amp;" signature="QQuickWheelArea1 &amp; operator=(const QQuickWheelArea1 &amp;)">
<parameter type="const QQuickWheelArea1 &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="QQuickWheelArea1" fullname="QQuickWheelArea1::QQuickWheelArea1" href="qquickwheelarea1.html#QQuickWheelArea1" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="64" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickWheelArea1(QQuickItem *parent)">
<parameter type="QQuickItem *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="QQuickWheelArea1" fullname="QQuickWheelArea1::QQuickWheelArea1" href="qquickwheelarea1.html#QQuickWheelArea1-1" status="active" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="132" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickWheelArea1(const QQuickWheelArea1 &amp;)">
<parameter type="const QQuickWheelArea1 &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickWheelArea1::tr" href="qquickwheelarea1.html#tr" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="50" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickWheelArea1::trUtf8" href="qquickwheelarea1.html#trUtf8" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="50" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickWheelArea1::qt_metacall" href="qquickwheelarea1.html#qt_metacall" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="50" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickWheelArea1::qt_metacast" href="qquickwheelarea1.html#qt_metacast" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="50" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="activeChanged" fullname="QQuickWheelArea1::activeChanged" href="qquickwheelarea1.html#active-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="117" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="active" type="void" signature="void activeChanged()"/>
<function threadsafety="unspecified" name="horizontalMaximumValueChanged" fullname="QQuickWheelArea1::horizontalMaximumValueChanged" href="qquickwheelarea1.html#horizontalMaximumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="113" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="horizontalMaximumValue" type="void" signature="void horizontalMaximumValueChanged()"/>
<function threadsafety="unspecified" name="horizontalMinimumValueChanged" fullname="QQuickWheelArea1::horizontalMinimumValueChanged" href="qquickwheelarea1.html#horizontalMinimumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="112" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="horizontalMinimumValue" type="void" signature="void horizontalMinimumValueChanged()"/>
<function threadsafety="unspecified" name="horizontalValueChanged" fullname="QQuickWheelArea1::horizontalValueChanged" href="qquickwheelarea1.html#horizontalValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="111" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="horizontalValue" type="void" signature="void horizontalValueChanged()"/>
<function threadsafety="unspecified" name="horizontalWheelMoved" fullname="QQuickWheelArea1::horizontalWheelMoved" href="qquickwheelarea1.html#horizontalDelta-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="115" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="horizontalDelta" type="void" signature="void horizontalWheelMoved()"/>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickWheelArea1::qt_static_metacall" href="qquickwheelarea1.html#qt_static_metacall" status="active" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="50" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="scrollSpeedChanged" fullname="QQuickWheelArea1::scrollSpeedChanged" href="qquickwheelarea1.html#scrollSpeed-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="116" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="scrollSpeed" type="void" signature="void scrollSpeedChanged()"/>
<function threadsafety="unspecified" name="setActive" fullname="QQuickWheelArea1::setActive" href="qquickwheelarea1.html#active-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="95" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="active" type="void" signature="void setActive(bool active)">
<parameter type="bool" name="active" default=""/>
</function>
<function threadsafety="unspecified" name="setHorizontalDelta" fullname="QQuickWheelArea1::setHorizontalDelta" href="qquickwheelarea1.html#horizontalDelta-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="88" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="horizontalDelta" type="void" signature="void setHorizontalDelta(qreal value)">
<parameter type="qreal" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="setHorizontalMaximumValue" fullname="QQuickWheelArea1::setHorizontalMaximumValue" href="qquickwheelarea1.html#horizontalMaximumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="70" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="horizontalMaximumValue" type="void" signature="void setHorizontalMaximumValue(qreal value)">
<parameter type="qreal" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="setHorizontalMinimumValue" fullname="QQuickWheelArea1::setHorizontalMinimumValue" href="qquickwheelarea1.html#horizontalMinimumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="67" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="horizontalMinimumValue" type="void" signature="void setHorizontalMinimumValue(qreal value)">
<parameter type="qreal" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="setHorizontalValue" fullname="QQuickWheelArea1::setHorizontalValue" href="qquickwheelarea1.html#horizontalValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="79" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="horizontalValue" type="void" signature="void setHorizontalValue(qreal value)">
<parameter type="qreal" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="setScrollSpeed" fullname="QQuickWheelArea1::setScrollSpeed" href="qquickwheelarea1.html#scrollSpeed-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="91" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="scrollSpeed" type="void" signature="void setScrollSpeed(qreal value)">
<parameter type="qreal" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="setVerticalDelta" fullname="QQuickWheelArea1::setVerticalDelta" href="qquickwheelarea1.html#verticalDelta-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="85" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="verticalDelta" type="void" signature="void setVerticalDelta(qreal value)">
<parameter type="qreal" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="setVerticalMaximumValue" fullname="QQuickWheelArea1::setVerticalMaximumValue" href="qquickwheelarea1.html#verticalMaximumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="verticalMaximumValue" type="void" signature="void setVerticalMaximumValue(qreal value)">
<parameter type="qreal" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="setVerticalMinimumValue" fullname="QQuickWheelArea1::setVerticalMinimumValue" href="qquickwheelarea1.html#verticalMinimumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="73" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="verticalMinimumValue" type="void" signature="void setVerticalMinimumValue(qreal value)">
<parameter type="qreal" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="setVerticalValue" fullname="QQuickWheelArea1::setVerticalValue" href="qquickwheelarea1.html#verticalValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="82" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="verticalValue" type="void" signature="void setVerticalValue(qreal value)">
<parameter type="qreal" name="value" default=""/>
</function>
<function threadsafety="unspecified" name="verticalMaximumValueChanged" fullname="QQuickWheelArea1::verticalMaximumValueChanged" href="qquickwheelarea1.html#verticalMaximumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="110" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="verticalMaximumValue" type="void" signature="void verticalMaximumValueChanged()"/>
<function threadsafety="unspecified" name="verticalMinimumValueChanged" fullname="QQuickWheelArea1::verticalMinimumValueChanged" href="qquickwheelarea1.html#verticalMinimumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="109" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="verticalMinimumValue" type="void" signature="void verticalMinimumValueChanged()"/>
<function threadsafety="unspecified" name="verticalValueChanged" fullname="QQuickWheelArea1::verticalValueChanged" href="qquickwheelarea1.html#verticalValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="108" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="verticalValue" type="void" signature="void verticalValueChanged()"/>
<function threadsafety="unspecified" name="verticalWheelMoved" fullname="QQuickWheelArea1::verticalWheelMoved" href="qquickwheelarea1.html#verticalDelta-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="114" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="verticalDelta" type="void" signature="void verticalWheelMoved()"/>
<function threadsafety="unspecified" name="wheelEvent" fullname="QQuickWheelArea1::wheelEvent" href="qquickwheelarea1.html#wheelEvent" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="99" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void wheelEvent(QWheelEvent *event)">
<parameter type="QWheelEvent *" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="~QQuickWheelArea1" fullname="QQuickWheelArea1::~QQuickWheelArea1" href="qquickwheelarea1.html#dtor.QQuickWheelArea1" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="65" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQuickWheelArea1()"/>
<function threadsafety="unspecified" name="isActive" fullname="QQuickWheelArea1::isActive" href="qquickwheelarea1.html#active-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="94" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="active" type="bool" signature="bool isActive() const"/>
<function threadsafety="unspecified" name="isAtXBeginning" fullname="QQuickWheelArea1::isAtXBeginning" href="qquickwheelarea1.html#isAtXBeginning" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="103" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool isAtXBeginning() const"/>
<function threadsafety="unspecified" name="isAtXEnd" fullname="QQuickWheelArea1::isAtXEnd" href="qquickwheelarea1.html#isAtXEnd" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="102" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool isAtXEnd() const"/>
<function threadsafety="unspecified" name="isAtYBeginning" fullname="QQuickWheelArea1::isAtYBeginning" href="qquickwheelarea1.html#isAtYBeginning" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="105" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool isAtYBeginning() const"/>
<function threadsafety="unspecified" name="isAtYEnd" fullname="QQuickWheelArea1::isAtYEnd" href="qquickwheelarea1.html#isAtYEnd" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="104" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool isAtYEnd() const"/>
<function threadsafety="unspecified" name="isInverted" fullname="QQuickWheelArea1::isInverted" href="qquickwheelarea1.html#inverted-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="96" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="inverted" type="bool" signature="bool isInverted() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickWheelArea1::metaObject" href="qquickwheelarea1.html#metaObject" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="50" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<function threadsafety="unspecified" name="horizontalDelta" fullname="QQuickWheelArea1::horizontalDelta" href="qquickwheelarea1.html#horizontalDelta-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="89" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="horizontalDelta" type="qreal" signature="qreal horizontalDelta() const"/>
<function threadsafety="unspecified" name="horizontalMaximumValue" fullname="QQuickWheelArea1::horizontalMaximumValue" href="qquickwheelarea1.html#horizontalMaximumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="71" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="horizontalMaximumValue" type="qreal" signature="qreal horizontalMaximumValue() const"/>
<function threadsafety="unspecified" name="horizontalMinimumValue" fullname="QQuickWheelArea1::horizontalMinimumValue" href="qquickwheelarea1.html#horizontalMinimumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="68" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="horizontalMinimumValue" type="qreal" signature="qreal horizontalMinimumValue() const"/>
<function threadsafety="unspecified" name="horizontalValue" fullname="QQuickWheelArea1::horizontalValue" href="qquickwheelarea1.html#horizontalValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="80" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="horizontalValue" type="qreal" signature="qreal horizontalValue() const"/>
<function threadsafety="unspecified" name="scrollSpeed" fullname="QQuickWheelArea1::scrollSpeed" href="qquickwheelarea1.html#scrollSpeed-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="92" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="scrollSpeed" type="qreal" signature="qreal scrollSpeed() const"/>
<function threadsafety="unspecified" name="verticalDelta" fullname="QQuickWheelArea1::verticalDelta" href="qquickwheelarea1.html#verticalDelta-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="86" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="verticalDelta" type="qreal" signature="qreal verticalDelta() const"/>
<function threadsafety="unspecified" name="verticalMaximumValue" fullname="QQuickWheelArea1::verticalMaximumValue" href="qquickwheelarea1.html#verticalMaximumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="77" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="verticalMaximumValue" type="qreal" signature="qreal verticalMaximumValue() const"/>
<function threadsafety="unspecified" name="verticalMinimumValue" fullname="QQuickWheelArea1::verticalMinimumValue" href="qquickwheelarea1.html#verticalMinimumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="74" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="verticalMinimumValue" type="qreal" signature="qreal verticalMinimumValue() const"/>
<function threadsafety="unspecified" name="verticalValue" fullname="QQuickWheelArea1::verticalValue" href="qquickwheelarea1.html#verticalValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="83" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="verticalValue" type="qreal" signature="qreal verticalValue() const"/>
<property threadsafety="unspecified" name="active" fullname="QQuickWheelArea1::active" href="qquickwheelarea1.html#active-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="60" type="bool">
<getter name="isActive"/>
<setter name="setActive"/>
<notifier name="activeChanged"/>
</property>
<property threadsafety="unspecified" name="horizontalDelta" fullname="QQuickWheelArea1::horizontalDelta" href="qquickwheelarea1.html#horizontalDelta-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="52" type="qreal">
<getter name="horizontalDelta"/>
<setter name="setHorizontalDelta"/>
<notifier name="horizontalWheelMoved"/>
</property>
<property threadsafety="unspecified" name="horizontalMaximumValue" fullname="QQuickWheelArea1::horizontalMaximumValue" href="qquickwheelarea1.html#horizontalMaximumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="54" type="qreal">
<getter name="horizontalMaximumValue"/>
<setter name="setHorizontalMaximumValue"/>
<notifier name="horizontalMaximumValueChanged"/>
</property>
<property threadsafety="unspecified" name="horizontalMinimumValue" fullname="QQuickWheelArea1::horizontalMinimumValue" href="qquickwheelarea1.html#horizontalMinimumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="53" type="qreal">
<getter name="horizontalMinimumValue"/>
<setter name="setHorizontalMinimumValue"/>
<notifier name="horizontalMinimumValueChanged"/>
</property>
<property threadsafety="unspecified" name="horizontalValue" fullname="QQuickWheelArea1::horizontalValue" href="qquickwheelarea1.html#horizontalValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="57" type="qreal">
<getter name="horizontalValue"/>
<setter name="setHorizontalValue"/>
<notifier name="horizontalValueChanged"/>
</property>
<property threadsafety="unspecified" name="inverted" fullname="QQuickWheelArea1::inverted" href="qquickwheelarea1.html#inverted-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="61" type="bool">
<getter name="isInverted"/>
</property>
<property threadsafety="unspecified" name="scrollSpeed" fullname="QQuickWheelArea1::scrollSpeed" href="qquickwheelarea1.html#scrollSpeed-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="59" type="qreal">
<getter name="scrollSpeed"/>
<setter name="setScrollSpeed"/>
<notifier name="scrollSpeedChanged"/>
</property>
<property threadsafety="unspecified" name="verticalDelta" fullname="QQuickWheelArea1::verticalDelta" href="qquickwheelarea1.html#verticalDelta-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="51" type="qreal">
<getter name="verticalDelta"/>
<setter name="setVerticalDelta"/>
<notifier name="verticalWheelMoved"/>
</property>
<property threadsafety="unspecified" name="verticalMaximumValue" fullname="QQuickWheelArea1::verticalMaximumValue" href="qquickwheelarea1.html#verticalMaximumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="56" type="qreal">
<getter name="verticalMaximumValue"/>
<setter name="setVerticalMaximumValue"/>
<notifier name="verticalMaximumValueChanged"/>
</property>
<property threadsafety="unspecified" name="verticalMinimumValue" fullname="QQuickWheelArea1::verticalMinimumValue" href="qquickwheelarea1.html#verticalMinimumValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="55" type="qreal">
<getter name="verticalMinimumValue"/>
<setter name="setVerticalMinimumValue"/>
<notifier name="verticalMinimumValueChanged"/>
</property>
<property threadsafety="unspecified" name="verticalValue" fullname="QQuickWheelArea1::verticalValue" href="qquickwheelarea1.html#verticalValue-prop" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="58" type="qreal">
<getter name="verticalValue"/>
<setter name="setVerticalValue"/>
<notifier name="verticalValueChanged"/>
</property>
<variable threadsafety="unspecified" name="m_active" fullname="QQuickWheelArea1::m_active" href="qquickwheelarea1.html#m_active-var" status="active" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="129" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_horizontalDelta" fullname="QQuickWheelArea1::m_horizontalDelta" href="qquickwheelarea1.html#m_horizontalDelta-var" status="active" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="127" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="m_horizontalMaximumValue" fullname="QQuickWheelArea1::m_horizontalMaximumValue" href="qquickwheelarea1.html#m_horizontalMaximumValue-var" status="active" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="121" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="m_horizontalMinimumValue" fullname="QQuickWheelArea1::m_horizontalMinimumValue" href="qquickwheelarea1.html#m_horizontalMinimumValue-var" status="active" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="120" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="m_horizontalValue" fullname="QQuickWheelArea1::m_horizontalValue" href="qquickwheelarea1.html#m_horizontalValue-var" status="active" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="124" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="m_inverted" fullname="QQuickWheelArea1::m_inverted" href="qquickwheelarea1.html#m_inverted-var" status="active" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="130" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_scrollSpeed" fullname="QQuickWheelArea1::m_scrollSpeed" href="qquickwheelarea1.html#m_scrollSpeed-var" status="active" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="128" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="m_verticalDelta" fullname="QQuickWheelArea1::m_verticalDelta" href="qquickwheelarea1.html#m_verticalDelta-var" status="active" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="126" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="m_verticalMaximumValue" fullname="QQuickWheelArea1::m_verticalMaximumValue" href="qquickwheelarea1.html#m_verticalMaximumValue-var" status="active" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="123" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="m_verticalMinimumValue" fullname="QQuickWheelArea1::m_verticalMinimumValue" href="qquickwheelarea1.html#m_verticalMinimumValue-var" status="active" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="122" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="m_verticalValue" fullname="QQuickWheelArea1::m_verticalValue" href="qquickwheelarea1.html#m_verticalValue-var" status="active" access="private" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="125" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickWheelArea1::staticMetaObject" href="qquickwheelarea1.html#staticMetaObject-var" status="active" access="public" location="qquickwheelarea_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/qquickwheelarea_p.h" lineno="50" type="const QMetaObject" static="true"/>
</class>
<qmlclass threadsafety="unspecified" name="RadioButton" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::AbstractCheckable" fullname="QtQuick.Controls.RadioButton" href="qml-qtquick-controls-radiobutton.html" status="active" access="public" since="5.1" title="RadioButton" fulltitle="RadioButton" subtitle="" groups="controls" brief="A radio button with a text label"/>
<qmlclass threadsafety="unspecified" name="RadioButtonStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.RadioButtonStyle" href="qml-qtquick-controls-styles-radiobuttonstyle.html" status="active" access="public" since="5.1" title="RadioButtonStyle" fulltitle="RadioButtonStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for RadioButton">
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.RadioButtonStyle.background" href="qml-qtquick-controls-styles-radiobuttonstyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.RadioButtonStyle.control" href="qml-qtquick-controls-styles-radiobuttonstyle.html#control-prop" status="active" access="public" type="RadioButton" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="indicator" fullname="QtQuick.Controls.Styles.RadioButtonStyle.indicator" href="qml-qtquick-controls-styles-radiobuttonstyle.html#indicator-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="label" fullname="QtQuick.Controls.Styles.RadioButtonStyle.label" href="qml-qtquick-controls-styles-radiobuttonstyle.html#label-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.RadioButtonStyle.panel" href="qml-qtquick-controls-styles-radiobuttonstyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="spacing" fullname="QtQuick.Controls.Styles.RadioButtonStyle.spacing" href="qml-qtquick-controls-styles-radiobuttonstyle.html#spacing-prop" status="active" access="public" type="int" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ScrollBar" qml-module-name="QtQuick.Controls.Private" fullname="QtQuick.Controls.Private.ScrollBar" href="qml-qtquick-controls-private-scrollbar.html" status="internal" access="public" title="ScrollBar" fulltitle="ScrollBar" subtitle="">
<qmlproperty threadsafety="unspecified" name="__panel" fullname="QtQuick.Controls.Private.ScrollBar.__panel" href="qml-qtquick-controls-private-scrollbar.html#__panel-prop" status="internal" access="public" location="ScrollBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollBar.qml" lineno="73" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="active" fullname="QtQuick.Controls.Private.ScrollBar.active" href="qml-qtquick-controls-private-scrollbar.html#active-prop" status="active" access="public" location="ScrollBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollBar.qml" lineno="53" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="downPressed" fullname="QtQuick.Controls.Private.ScrollBar.downPressed" href="qml-qtquick-controls-private-scrollbar.html#downPressed-prop" status="active" access="public" location="ScrollBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollBar.qml" lineno="67" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="handlePressed" fullname="QtQuick.Controls.Private.ScrollBar.handlePressed" href="qml-qtquick-controls-private-scrollbar.html#handlePressed-prop" status="active" access="public" location="ScrollBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollBar.qml" lineno="70" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="isTransient" fullname="QtQuick.Controls.Private.ScrollBar.isTransient" href="qml-qtquick-controls-private-scrollbar.html#isTransient-prop" status="active" access="public" location="ScrollBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollBar.qml" lineno="52" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="maximumValue" fullname="QtQuick.Controls.Private.ScrollBar.maximumValue" href="qml-qtquick-controls-private-scrollbar.html#maximumValue-prop" status="active" access="public" location="ScrollBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollBar.qml" lineno="56" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minimumValue" fullname="QtQuick.Controls.Private.ScrollBar.minimumValue" href="qml-qtquick-controls-private-scrollbar.html#minimumValue-prop" status="active" access="public" location="ScrollBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollBar.qml" lineno="55" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="orientation" fullname="QtQuick.Controls.Private.ScrollBar.orientation" href="qml-qtquick-controls-private-scrollbar.html#orientation-prop" status="active" access="public" location="ScrollBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollBar.qml" lineno="54" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="pageDownPressed" fullname="QtQuick.Controls.Private.ScrollBar.pageDownPressed" href="qml-qtquick-controls-private-scrollbar.html#pageDownPressed-prop" status="active" access="public" location="ScrollBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollBar.qml" lineno="69" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="pageUpPressed" fullname="QtQuick.Controls.Private.ScrollBar.pageUpPressed" href="qml-qtquick-controls-private-scrollbar.html#pageUpPressed-prop" status="active" access="public" location="ScrollBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollBar.qml" lineno="68" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="singleStep" fullname="QtQuick.Controls.Private.ScrollBar.singleStep" href="qml-qtquick-controls-private-scrollbar.html#singleStep-prop" status="active" access="public" location="ScrollBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollBar.qml" lineno="58" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="upPressed" fullname="QtQuick.Controls.Private.ScrollBar.upPressed" href="qml-qtquick-controls-private-scrollbar.html#upPressed-prop" status="active" access="public" location="ScrollBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollBar.qml" lineno="66" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="value" fullname="QtQuick.Controls.Private.ScrollBar.value" href="qml-qtquick-controls-private-scrollbar.html#value-prop" status="active" access="public" location="ScrollBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollBar.qml" lineno="57" type="alias" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ScrollView" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.ScrollView" href="qml-qtquick-controls-scrollview.html" status="active" access="public" since="5.1" title="ScrollView" fulltitle="ScrollView" subtitle="" groups="views,controls" brief="Provides a scrolling view within another Item">
<qmlproperty threadsafety="unspecified" name="__horizontalScrollBar" fullname="QtQuick.Controls.ScrollView.__horizontalScrollBar" href="qml-qtquick-controls-scrollview.html#__horizontalScrollBar-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__scrollBarTopMargin" fullname="QtQuick.Controls.ScrollView.__scrollBarTopMargin" href="qml-qtquick-controls-scrollview.html#__scrollBarTopMargin-prop" status="internal" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__scroller" fullname="QtQuick.Controls.ScrollView.__scroller" href="qml-qtquick-controls-scrollview.html#__scroller-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__style" fullname="QtQuick.Controls.ScrollView.__style" href="qml-qtquick-controls-scrollview.html#__style-prop" status="internal" access="public" type="Style" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__verticalScrollBar" fullname="QtQuick.Controls.ScrollView.__verticalScrollBar" href="qml-qtquick-controls-scrollview.html#__verticalScrollBar-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__verticalScrollbarOffset" fullname="QtQuick.Controls.ScrollView.__verticalScrollbarOffset" href="qml-qtquick-controls-scrollview.html#__verticalScrollbarOffset-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__viewTopMargin" fullname="QtQuick.Controls.ScrollView.__viewTopMargin" href="qml-qtquick-controls-scrollview.html#__viewTopMargin-prop" status="internal" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__wheelAreaScrollSpeed" fullname="QtQuick.Controls.ScrollView.__wheelAreaScrollSpeed" href="qml-qtquick-controls-scrollview.html#__wheelAreaScrollSpeed-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="contentItem" fullname="QtQuick.Controls.ScrollView.contentItem" href="qml-qtquick-controls-scrollview.html#contentItem-prop" status="active" access="public" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="flickableItem" fullname="QtQuick.Controls.ScrollView.flickableItem" href="qml-qtquick-controls-scrollview.html#flickableItem-prop" status="active" access="public" type="Item" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="frameVisible" fullname="QtQuick.Controls.ScrollView.frameVisible" href="qml-qtquick-controls-scrollview.html#frameVisible-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="highlightOnFocus" fullname="QtQuick.Controls.ScrollView.highlightOnFocus" href="qml-qtquick-controls-scrollview.html#highlightOnFocus-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="horizontalScrollBarPolicy" fullname="QtQuick.Controls.ScrollView.horizontalScrollBarPolicy" href="qml-qtquick-controls-scrollview.html#horizontalScrollBarPolicy-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="style" fullname="QtQuick.Controls.ScrollView.style" href="qml-qtquick-controls-scrollview.html#style-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="verticalScrollBarPolicy" fullname="QtQuick.Controls.ScrollView.verticalScrollBarPolicy" href="qml-qtquick-controls-scrollview.html#verticalScrollBarPolicy-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="viewport" fullname="QtQuick.Controls.ScrollView.viewport" href="qml-qtquick-controls-scrollview.html#viewport-prop" status="active" access="public" type="Item" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ScrollViewHelper" qml-module-name="QtQuick.Controls.Private" fullname="QtQuick.Controls.Private.ScrollViewHelper" href="qml-qtquick-controls-private-scrollviewhelper.html" status="internal" access="public" title="ScrollViewHelper" fulltitle="ScrollViewHelper" subtitle="">
<qmlproperty threadsafety="unspecified" name="active" fullname="QtQuick.Controls.Private.ScrollViewHelper.active" href="qml-qtquick-controls-private-scrollviewhelper.html#active-prop" status="active" access="public" location="ScrollViewHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollViewHelper.qml" lineno="59" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="availableHeight" fullname="QtQuick.Controls.Private.ScrollViewHelper.availableHeight" href="qml-qtquick-controls-private-scrollviewhelper.html#availableHeight-prop" status="active" access="public" location="ScrollViewHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollViewHelper.qml" lineno="55" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="availableWidth" fullname="QtQuick.Controls.Private.ScrollViewHelper.availableWidth" href="qml-qtquick-controls-private-scrollviewhelper.html#availableWidth-prop" status="active" access="public" location="ScrollViewHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollViewHelper.qml" lineno="56" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="blockUpdates" fullname="QtQuick.Controls.Private.ScrollViewHelper.blockUpdates" href="qml-qtquick-controls-private-scrollviewhelper.html#blockUpdates-prop" status="active" access="public" location="ScrollViewHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollViewHelper.qml" lineno="54" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="bottomMargin" fullname="QtQuick.Controls.Private.ScrollViewHelper.bottomMargin" href="qml-qtquick-controls-private-scrollviewhelper.html#bottomMargin-prop" status="active" access="public" location="ScrollViewHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollViewHelper.qml" lineno="67" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="contentHeight" fullname="QtQuick.Controls.Private.ScrollViewHelper.contentHeight" href="qml-qtquick-controls-private-scrollviewhelper.html#contentHeight-prop" status="active" access="public" location="ScrollViewHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollViewHelper.qml" lineno="57" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="contentWidth" fullname="QtQuick.Controls.Private.ScrollViewHelper.contentWidth" href="qml-qtquick-controls-private-scrollviewhelper.html#contentWidth-prop" status="active" access="public" location="ScrollViewHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollViewHelper.qml" lineno="58" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="horizontalScrollBar" fullname="QtQuick.Controls.Private.ScrollViewHelper.horizontalScrollBar" href="qml-qtquick-controls-private-scrollviewhelper.html#horizontalScrollBar-prop" status="active" access="public" location="ScrollViewHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollViewHelper.qml" lineno="52" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="horizontalScrollBarPolicy" fullname="QtQuick.Controls.Private.ScrollViewHelper.horizontalScrollBarPolicy" href="qml-qtquick-controls-private-scrollviewhelper.html#horizontalScrollBarPolicy-prop" status="active" access="public" location="ScrollViewHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollViewHelper.qml" lineno="60" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="leftMargin" fullname="QtQuick.Controls.Private.ScrollViewHelper.leftMargin" href="qml-qtquick-controls-private-scrollviewhelper.html#leftMargin-prop" status="active" access="public" location="ScrollViewHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollViewHelper.qml" lineno="64" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="rightMargin" fullname="QtQuick.Controls.Private.ScrollViewHelper.rightMargin" href="qml-qtquick-controls-private-scrollviewhelper.html#rightMargin-prop" status="active" access="public" location="ScrollViewHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollViewHelper.qml" lineno="65" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="topMargin" fullname="QtQuick.Controls.Private.ScrollViewHelper.topMargin" href="qml-qtquick-controls-private-scrollviewhelper.html#topMargin-prop" status="active" access="public" location="ScrollViewHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollViewHelper.qml" lineno="66" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="verticalScrollBar" fullname="QtQuick.Controls.Private.ScrollViewHelper.verticalScrollBar" href="qml-qtquick-controls-private-scrollviewhelper.html#verticalScrollBar-prop" status="active" access="public" location="ScrollViewHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollViewHelper.qml" lineno="53" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="verticalScrollBarPolicy" fullname="QtQuick.Controls.Private.ScrollViewHelper.verticalScrollBarPolicy" href="qml-qtquick-controls-private-scrollviewhelper.html#verticalScrollBarPolicy-prop" status="active" access="public" location="ScrollViewHelper.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ScrollViewHelper.qml" lineno="61" type="int" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ScrollViewStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.ScrollViewStyle" href="qml-qtquick-controls-styles-scrollviewstyle.html" status="active" access="public" since="5.1" title="ScrollViewStyle" fulltitle="ScrollViewStyle" subtitle="" groups="viewsstyling,controlsstyling" brief="Provides custom styling for ScrollView">
<qmlproperty threadsafety="unspecified" name="__externalScrollBars" fullname="QtQuick.Controls.Styles.ScrollViewStyle.__externalScrollBars" href="qml-qtquick-controls-styles-scrollviewstyle.html#__externalScrollBars-prop" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__scrollBarFadeDelay" fullname="QtQuick.Controls.Styles.ScrollViewStyle.__scrollBarFadeDelay" href="qml-qtquick-controls-styles-scrollviewstyle.html#__scrollBarFadeDelay-prop" status="internal" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__scrollBarFadeDuration" fullname="QtQuick.Controls.Styles.ScrollViewStyle.__scrollBarFadeDuration" href="qml-qtquick-controls-styles-scrollviewstyle.html#__scrollBarFadeDuration-prop" status="internal" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__scrollBarSpacing" fullname="QtQuick.Controls.Styles.ScrollViewStyle.__scrollBarSpacing" href="qml-qtquick-controls-styles-scrollviewstyle.html#__scrollBarSpacing-prop" status="internal" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__scrollbar" fullname="QtQuick.Controls.Styles.ScrollViewStyle.__scrollbar" href="qml-qtquick-controls-styles-scrollviewstyle.html#__scrollbar-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__stickyScrollbars" fullname="QtQuick.Controls.Styles.ScrollViewStyle.__stickyScrollbars" href="qml-qtquick-controls-styles-scrollviewstyle.html#__stickyScrollbars-prop" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.ScrollViewStyle.control" href="qml-qtquick-controls-styles-scrollviewstyle.html#control-prop" status="active" access="public" type="ScrollView" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="corner" fullname="QtQuick.Controls.Styles.ScrollViewStyle.corner" href="qml-qtquick-controls-styles-scrollviewstyle.html#corner-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="decrementControl" fullname="QtQuick.Controls.Styles.ScrollViewStyle.decrementControl" href="qml-qtquick-controls-styles-scrollviewstyle.html#decrementControl-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="frame" fullname="QtQuick.Controls.Styles.ScrollViewStyle.frame" href="qml-qtquick-controls-styles-scrollviewstyle.html#frame-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="handle" fullname="QtQuick.Controls.Styles.ScrollViewStyle.handle" href="qml-qtquick-controls-styles-scrollviewstyle.html#handle-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="handleOverlap" fullname="QtQuick.Controls.Styles.ScrollViewStyle.handleOverlap" href="qml-qtquick-controls-styles-scrollviewstyle.html#handleOverlap-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="incrementControl" fullname="QtQuick.Controls.Styles.ScrollViewStyle.incrementControl" href="qml-qtquick-controls-styles-scrollviewstyle.html#incrementControl-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minimumHandleLength" fullname="QtQuick.Controls.Styles.ScrollViewStyle.minimumHandleLength" href="qml-qtquick-controls-styles-scrollviewstyle.html#minimumHandleLength-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="scrollBarBackground" fullname="QtQuick.Controls.Styles.ScrollViewStyle.scrollBarBackground" href="qml-qtquick-controls-styles-scrollviewstyle.html#scrollBarBackground-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="scrollToClickedPosition" fullname="QtQuick.Controls.Styles.ScrollViewStyle.scrollToClickedPosition" href="qml-qtquick-controls-styles-scrollviewstyle.html#scrollToClickedPosition-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="transientScrollBars" fullname="QtQuick.Controls.Styles.ScrollViewStyle.transientScrollBars" href="qml-qtquick-controls-styles-scrollviewstyle.html#transientScrollBars-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="Slider" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls.Private::Control" fullname="QtQuick.Controls.Slider" href="qml-qtquick-controls-slider.html" status="active" access="public" since="5.1" title="Slider" fulltitle="Slider" subtitle="" groups="controls" brief="Provides a vertical or horizontal slider control">
<qmlproperty threadsafety="unspecified" name="__handlePos" fullname="QtQuick.Controls.Slider.__handlePos" href="qml-qtquick-controls-slider.html#__handlePos-prop" status="internal" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__horizontal" fullname="QtQuick.Controls.Slider.__horizontal" href="qml-qtquick-controls-slider.html#__horizontal-prop" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="activeFocusOnPress" fullname="QtQuick.Controls.Slider.activeFocusOnPress" href="qml-qtquick-controls-slider.html#activeFocusOnPress-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="hovered" fullname="QtQuick.Controls.Slider.hovered" href="qml-qtquick-controls-slider.html#hovered-prop" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="maximumValue" fullname="QtQuick.Controls.Slider.maximumValue" href="qml-qtquick-controls-slider.html#maximumValue-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minimumValue" fullname="QtQuick.Controls.Slider.minimumValue" href="qml-qtquick-controls-slider.html#minimumValue-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="orientation" fullname="QtQuick.Controls.Slider.orientation" href="qml-qtquick-controls-slider.html#orientation-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="pressed" fullname="QtQuick.Controls.Slider.pressed" href="qml-qtquick-controls-slider.html#pressed-prop" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="stepSize" fullname="QtQuick.Controls.Slider.stepSize" href="qml-qtquick-controls-slider.html#stepSize-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tickmarksEnabled" fullname="QtQuick.Controls.Slider.tickmarksEnabled" href="qml-qtquick-controls-slider.html#tickmarksEnabled-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="updateValueWhileDragging" fullname="QtQuick.Controls.Slider.updateValueWhileDragging" href="qml-qtquick-controls-slider.html#updateValueWhileDragging-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="value" fullname="QtQuick.Controls.Slider.value" href="qml-qtquick-controls-slider.html#value-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="wheelEnabled" fullname="QtQuick.Controls.Slider.wheelEnabled" href="qml-qtquick-controls-slider.html#wheelEnabled-prop" status="active" access="public" since="QtQuick.Controls 1.6" type="bool" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="accessibleDecreaseAction" fullname="QtQuick.Controls.Slider.accessibleDecreaseAction" href="qml-qtquick-controls-slider.html#accessibleDecreaseAction-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="accessibleIncreaseAction" fullname="QtQuick.Controls.Slider.accessibleIncreaseAction" href="qml-qtquick-controls-slider.html#accessibleIncreaseAction-method" status="internal" access="public"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="SliderStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.SliderStyle" href="qml-qtquick-controls-styles-sliderstyle.html" status="active" access="public" since="5.1" title="SliderStyle" fulltitle="SliderStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for Slider">
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.SliderStyle.control" href="qml-qtquick-controls-styles-sliderstyle.html#control-prop" status="active" access="public" type="Slider" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="groove" fullname="QtQuick.Controls.Styles.SliderStyle.groove" href="qml-qtquick-controls-styles-sliderstyle.html#groove-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="handle" fullname="QtQuick.Controls.Styles.SliderStyle.handle" href="qml-qtquick-controls-styles-sliderstyle.html#handle-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.SliderStyle.panel" href="qml-qtquick-controls-styles-sliderstyle.html#panel-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tickmarks" fullname="QtQuick.Controls.Styles.SliderStyle.tickmarks" href="qml-qtquick-controls-styles-sliderstyle.html#tickmarks-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.1" type="Component" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="SourceProxy" qml-module-name="SourceProxy" href="qml-sourceproxy.html" status="internal" access="private" location="SourceProxy.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SourceProxy.qml" lineno="42" title="SourceProxy" fulltitle="SourceProxy" subtitle="">
<qmlproperty threadsafety="unspecified" name="input" fullname="SourceProxy::input" href="qml-sourceproxy.html#input-prop" status="active" access="public" location="SourceProxy.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SourceProxy.qml" lineno="44" type="variant" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="output" fullname="SourceProxy::output" href="qml-sourceproxy.html#output-prop" status="active" access="public" location="SourceProxy.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SourceProxy.qml" lineno="45" type="variant" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="sourceRect" fullname="SourceProxy::sourceRect" href="qml-sourceproxy.html#sourceRect-prop" status="active" access="public" location="SourceProxy.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SourceProxy.qml" lineno="46" type="variant" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="evaluateInput" fullname="SourceProxy::evaluateInput" href="qml-sourceproxy.html#evaluateInput-method" status="active" access="public" location="SourceProxy.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SourceProxy.qml" lineno="55"/>
<qmlmethod threadsafety="unspecified" name="hasChildren" fullname="SourceProxy::hasChildren" href="qml-sourceproxy.html#hasChildren-method" status="active" access="public" location="SourceProxy.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SourceProxy.qml" lineno="108"/>
<qmlmethod threadsafety="unspecified" name="hasProperties" fullname="SourceProxy::hasProperties" href="qml-sourceproxy.html#hasProperties-method" status="active" access="public" location="SourceProxy.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SourceProxy.qml" lineno="99"/>
<qmlmethod threadsafety="unspecified" name="hasTileMode" fullname="SourceProxy::hasTileMode" href="qml-sourceproxy.html#hasTileMode-method" status="active" access="public" location="SourceProxy.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SourceProxy.qml" lineno="118"/>
<qmlmethod threadsafety="unspecified" name="isQQuickImage" fullname="SourceProxy::isQQuickImage" href="qml-sourceproxy.html#isQQuickImage-method" status="active" access="public" location="SourceProxy.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SourceProxy.qml" lineno="89"/>
<qmlmethod threadsafety="unspecified" name="isQQuickItemLayerEnabled" fullname="SourceProxy::isQQuickItemLayerEnabled" href="qml-sourceproxy.html#isQQuickItemLayerEnabled-method" status="active" access="public" location="SourceProxy.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SourceProxy.qml" lineno="80"/>
<qmlmethod threadsafety="unspecified" name="isQQuickShaderEffectSource" fullname="SourceProxy::isQQuickShaderEffectSource" href="qml-sourceproxy.html#isQQuickShaderEffectSource-method" status="active" access="public" location="SourceProxy.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SourceProxy.qml" lineno="94"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="SpinBox" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls.Private::Control" fullname="QtQuick.Controls.SpinBox" href="qml-qtquick-controls-spinbox.html" status="active" access="public" since="5.1" title="SpinBox" fulltitle="SpinBox" subtitle="" groups="controls" brief="Provides a spin box control">
<qmlproperty threadsafety="unspecified" name="__baselineOffset" fullname="QtQuick.Controls.SpinBox.__baselineOffset" href="qml-qtquick-controls-spinbox.html#__baselineOffset-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__text" fullname="QtQuick.Controls.SpinBox.__text" href="qml-qtquick-controls-spinbox.html#__text-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="activeFocusOnPress" fullname="QtQuick.Controls.SpinBox.activeFocusOnPress" href="qml-qtquick-controls-spinbox.html#activeFocusOnPress-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="cursorPosition" fullname="QtQuick.Controls.SpinBox.cursorPosition" href="qml-qtquick-controls-spinbox.html#cursorPosition-prop" status="active" access="public" since="QtQuick.Controls 1.5" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="decimals" fullname="QtQuick.Controls.SpinBox.decimals" href="qml-qtquick-controls-spinbox.html#decimals-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="font" fullname="QtQuick.Controls.SpinBox.font" href="qml-qtquick-controls-spinbox.html#font-prop" status="active" access="public" type="font" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="horizontalAlignment" fullname="QtQuick.Controls.SpinBox.horizontalAlignment" href="qml-qtquick-controls-spinbox.html#horizontalAlignment-prop" status="active" access="public" since="QtQuick.Controls 1.1" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="hovered" fullname="QtQuick.Controls.SpinBox.hovered" href="qml-qtquick-controls-spinbox.html#hovered-prop" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="inputMethodComposing" fullname="QtQuick.Controls.SpinBox.inputMethodComposing" href="qml-qtquick-controls-spinbox.html#inputMethodComposing-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="maximumValue" fullname="QtQuick.Controls.SpinBox.maximumValue" href="qml-qtquick-controls-spinbox.html#maximumValue-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="menu" fullname="QtQuick.Controls.SpinBox.menu" href="qml-qtquick-controls-spinbox.html#menu-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minimumValue" fullname="QtQuick.Controls.SpinBox.minimumValue" href="qml-qtquick-controls-spinbox.html#minimumValue-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="prefix" fullname="QtQuick.Controls.SpinBox.prefix" href="qml-qtquick-controls-spinbox.html#prefix-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectByMouse" fullname="QtQuick.Controls.SpinBox.selectByMouse" href="qml-qtquick-controls-spinbox.html#selectByMouse-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="stepSize" fullname="QtQuick.Controls.SpinBox.stepSize" href="qml-qtquick-controls-spinbox.html#stepSize-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="suffix" fullname="QtQuick.Controls.SpinBox.suffix" href="qml-qtquick-controls-spinbox.html#suffix-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="value" fullname="QtQuick.Controls.SpinBox.value" href="qml-qtquick-controls-spinbox.html#value-prop" status="active" access="public" type="real" attached="false" writable="true"/>
<qmlsignal threadsafety="unspecified" name="editingFinished" fullname="QtQuick.Controls.SpinBox.editingFinished" href="qml-qtquick-controls-spinbox.html#editingFinished-signal" status="active" access="public" since="QtQuick.Controls 1.1"/>
<qmlmethod threadsafety="unspecified" name="__decrement" fullname="QtQuick.Controls.SpinBox.__decrement" href="qml-qtquick-controls-spinbox.html#__decrement-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="__increment" fullname="QtQuick.Controls.SpinBox.__increment" href="qml-qtquick-controls-spinbox.html#__increment-method" status="internal" access="public"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="SpinBoxStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.SpinBoxStyle" href="qml-qtquick-controls-styles-spinboxstyle.html" status="active" access="public" since="5.2" title="SpinBoxStyle" fulltitle="SpinBoxStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for SpinBox">
<qmlproperty threadsafety="unspecified" name="__cursorDelegate" fullname="QtQuick.Controls.Styles.SpinBoxStyle.__cursorDelegate" href="qml-qtquick-controls-styles-spinboxstyle.html#__cursorDelegate-prop" status="internal" access="public" since="QtQuick.Controls.Styles 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__cursorHandle" fullname="QtQuick.Controls.Styles.SpinBoxStyle.__cursorHandle" href="qml-qtquick-controls-styles-spinboxstyle.html#__cursorHandle-prop" status="internal" access="public" since="QtQuick.Controls.Styles 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__selectionHandle" fullname="QtQuick.Controls.Styles.SpinBoxStyle.__selectionHandle" href="qml-qtquick-controls-styles-spinboxstyle.html#__selectionHandle-prop" status="internal" access="public" since="QtQuick.Controls.Styles 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.SpinBoxStyle.background" href="qml-qtquick-controls-styles-spinboxstyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.SpinBoxStyle.control" href="qml-qtquick-controls-styles-spinboxstyle.html#control-prop" status="active" access="public" type="SpinBox" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="decrementControl" fullname="QtQuick.Controls.Styles.SpinBoxStyle.decrementControl" href="qml-qtquick-controls-styles-spinboxstyle.html#decrementControl-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="font" fullname="QtQuick.Controls.Styles.SpinBoxStyle.font" href="qml-qtquick-controls-styles-spinboxstyle.html#font-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.3" type="font" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="horizontalAlignment" fullname="QtQuick.Controls.Styles.SpinBoxStyle.horizontalAlignment" href="qml-qtquick-controls-styles-spinboxstyle.html#horizontalAlignment-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="incrementControl" fullname="QtQuick.Controls.Styles.SpinBoxStyle.incrementControl" href="qml-qtquick-controls-styles-spinboxstyle.html#incrementControl-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.SpinBoxStyle.panel" href="qml-qtquick-controls-styles-spinboxstyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="renderType" fullname="QtQuick.Controls.Styles.SpinBoxStyle.renderType" href="qml-qtquick-controls-styles-spinboxstyle.html#renderType-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectedTextColor" fullname="QtQuick.Controls.Styles.SpinBoxStyle.selectedTextColor" href="qml-qtquick-controls-styles-spinboxstyle.html#selectedTextColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectionColor" fullname="QtQuick.Controls.Styles.SpinBoxStyle.selectionColor" href="qml-qtquick-controls-styles-spinboxstyle.html#selectionColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textColor" fullname="QtQuick.Controls.Styles.SpinBoxStyle.textColor" href="qml-qtquick-controls-styles-spinboxstyle.html#textColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="SplitView" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.SplitView" href="qml-qtquick-controls-splitview.html" status="active" access="public" since="5.1" title="SplitView" fulltitle="SplitView" subtitle="" groups="views,controls" brief="Lays out items with a draggable splitter between each item">
<qmlproperty threadsafety="unspecified" name="__contents" fullname="QtQuick.Controls.SplitView.__contents" href="qml-qtquick-controls-splitview.html#__contents-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__handles" fullname="QtQuick.Controls.SplitView.__handles" href="qml-qtquick-controls-splitview.html#__handles-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__items" fullname="QtQuick.Controls.SplitView.__items" href="qml-qtquick-controls-splitview.html#__items-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="handleDelegate" fullname="QtQuick.Controls.SplitView.handleDelegate" href="qml-qtquick-controls-splitview.html#handleDelegate-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="orientation" fullname="QtQuick.Controls.SplitView.orientation" href="qml-qtquick-controls-splitview.html#orientation-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="resizing" fullname="QtQuick.Controls.SplitView.resizing" href="qml-qtquick-controls-splitview.html#resizing-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="addItem" fullname="QtQuick.Controls.SplitView.addItem" href="qml-qtquick-controls-splitview.html#addItem-method" status="active" access="public" location="SplitView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/SplitView.qml" lineno="188" since="QtQuick.Controls 1.3"/>
<qmlmethod threadsafety="unspecified" name="removeItem" fullname="QtQuick.Controls.SplitView.removeItem" href="qml-qtquick-controls-splitview.html#removeItem-method" status="active" access="public" location="SplitView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/SplitView.qml" lineno="199" since="QtQuick.Controls 1.4"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="StackView" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.StackView" href="qml-qtquick-controls-stackview.html" status="active" access="public" since="5.1" title="StackView" fulltitle="StackView" subtitle="" groups="views,controls" 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="deep-linking" title="Deep Linking" level="1"/>
<contents name="pushing-items" title="Pushing items" level="1"/>
<contents name="lifecycle" title="Lifecycle" level="1"/>
<contents name="finding-items" title="Finding items" level="1"/>
<contents name="transitions" title="Transitions" level="1"/>
<contents name="advanced-usage" title="Advanced usage" level="2"/>
<contents name="supported-attached-properties" title="Supported Attached Properties" level="1"/>
<qmlproperty threadsafety="unspecified" name="__currentItem" fullname="QtQuick.Controls.StackView.__currentItem" href="qml-qtquick-controls-stackview.html#__currentItem-prop" status="internal" access="public" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__currentTransition" fullname="QtQuick.Controls.StackView.__currentTransition" href="qml-qtquick-controls-stackview.html#__currentTransition-prop" status="internal" access="public" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__depth" fullname="QtQuick.Controls.StackView.__depth" href="qml-qtquick-controls-stackview.html#__depth-prop" status="internal" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__guard" fullname="QtQuick.Controls.StackView.__guard" href="qml-qtquick-controls-stackview.html#__guard-prop" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="busy" fullname="QtQuick.Controls.StackView.busy" href="qml-qtquick-controls-stackview.html#busy-prop" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="currentItem" fullname="QtQuick.Controls.StackView.currentItem" href="qml-qtquick-controls-stackview.html#currentItem-prop" status="active" access="public" type="Item" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="delegate" fullname="QtQuick.Controls.StackView.delegate" href="qml-qtquick-controls-stackview.html#delegate-prop" status="active" access="public" type="StackViewDelegate" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="depth" fullname="QtQuick.Controls.StackView.depth" href="qml-qtquick-controls-stackview.html#depth-prop" status="active" access="public" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="initialItem" fullname="QtQuick.Controls.StackView.initialItem" href="qml-qtquick-controls-stackview.html#initialItem-prop" status="active" access="public" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="invalidItemReplacement" fullname="QtQuick.Controls.StackView.invalidItemReplacement" href="qml-qtquick-controls-stackview.html#invalidItemReplacement-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="__cleanup" fullname="QtQuick.Controls.StackView.__cleanup" href="qml-qtquick-controls-stackview.html#__cleanup-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="__loadElement" fullname="QtQuick.Controls.StackView.__loadElement" href="qml-qtquick-controls-stackview.html#__loadElement-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="__performTransition" fullname="QtQuick.Controls.StackView.__performTransition" href="qml-qtquick-controls-stackview.html#__performTransition-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="__recursionGuard" fullname="QtQuick.Controls.StackView.__recursionGuard" href="qml-qtquick-controls-stackview.html#__recursionGuard-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="__resolveComponent" fullname="QtQuick.Controls.StackView.__resolveComponent" href="qml-qtquick-controls-stackview.html#__resolveComponent-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="__setStatus" fullname="QtQuick.Controls.StackView.__setStatus" href="qml-qtquick-controls-stackview.html#__setStatus-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="animationFinished" fullname="QtQuick.Controls.StackView.animationFinished" href="qml-qtquick-controls-stackview.html#animationFinished-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="replace" fullname="QtQuick.Controls.StackView.replace" href="qml-qtquick-controls-stackview.html#replace-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="clear" fullname="QtQuick.Controls.StackView.clear" href="qml-qtquick-controls-stackview.html#clear-method" status="active" access="public" location="StackView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/StackView.qml" lineno="685"/>
<qmlmethod threadsafety="unspecified" name="completeTransition" fullname="QtQuick.Controls.StackView.completeTransition" href="qml-qtquick-controls-stackview.html#completeTransition-method" status="active" access="public" location="StackView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/StackView.qml" lineno="743"/>
<qmlmethod threadsafety="unspecified" name="find" fullname="QtQuick.Controls.StackView.find" href="qml-qtquick-controls-stackview.html#find-method" status="active" access="public" location="StackView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/StackView.qml" lineno="702"/>
<qmlmethod threadsafety="unspecified" name="get" fullname="QtQuick.Controls.StackView.get" href="qml-qtquick-controls-stackview.html#get-method" status="active" access="public" location="StackView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/StackView.qml" lineno="723"/>
<qmlmethod threadsafety="unspecified" name="pop" fullname="QtQuick.Controls.StackView.pop" href="qml-qtquick-controls-stackview.html#pop-method" status="active" access="public" location="StackView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/StackView.qml" lineno="610"/>
<qmlmethod threadsafety="unspecified" name="push" fullname="QtQuick.Controls.StackView.push" href="qml-qtquick-controls-stackview.html#push-method" status="active" access="public" location="StackView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/StackView.qml" lineno="517"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="StackViewDelegate" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.StackViewDelegate" href="qml-qtquick-controls-stackviewdelegate.html" status="active" access="public" since="5.1" title="StackViewDelegate" fulltitle="StackViewDelegate" subtitle="" groups="controls" brief="A delegate used by StackView for loading transitions">
<qmlproperty threadsafety="unspecified" name="popTransition" fullname="QtQuick.Controls.StackViewDelegate.popTransition" href="qml-qtquick-controls-stackviewdelegate.html#popTransition-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="pushTransition" fullname="QtQuick.Controls.StackViewDelegate.pushTransition" href="qml-qtquick-controls-stackviewdelegate.html#pushTransition-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="replaceTransition" fullname="QtQuick.Controls.StackViewDelegate.replaceTransition" href="qml-qtquick-controls-stackviewdelegate.html#replaceTransition-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="getTransition" fullname="QtQuick.Controls.StackViewDelegate.getTransition" href="qml-qtquick-controls-stackviewdelegate.html#getTransition-method" status="active" access="public" location="StackViewDelegate.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/StackViewDelegate.qml" lineno="56"/>
<qmlmethod threadsafety="unspecified" name="transitionFinished" fullname="QtQuick.Controls.StackViewDelegate.transitionFinished" href="qml-qtquick-controls-stackviewdelegate.html#transitionFinished-method" status="active" access="public" location="StackViewDelegate.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/StackViewDelegate.qml" lineno="67"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="StackViewSlideDelegate" qml-module-name="QtQuick.Controls.Private" qml-base-type="QtQuick.Controls::StackViewDelegate" fullname="QtQuick.Controls.Private.StackViewSlideDelegate" href="qml-qtquick-controls-private-stackviewslidedelegate.html" status="internal" access="public" title="StackViewSlideDelegate" fulltitle="StackViewSlideDelegate" subtitle="">
<qmlproperty threadsafety="unspecified" name="horizontal" fullname="QtQuick.Controls.Private.StackViewSlideDelegate.horizontal" href="qml-qtquick-controls-private-stackviewslidedelegate.html#horizontal-prop" status="active" access="public" location="StackViewSlideDelegate.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/StackViewSlideDelegate.qml" lineno="51" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="horizontalSlide" fullname="QtQuick.Controls.Private.StackViewSlideDelegate.horizontalSlide" href="qml-qtquick-controls-private-stackviewslidedelegate.html#horizontalSlide-prop" status="active" access="public" location="StackViewSlideDelegate.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/StackViewSlideDelegate.qml" lineno="64" type="QtObject" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="verticalSlide" fullname="QtQuick.Controls.Private.StackViewSlideDelegate.verticalSlide" href="qml-qtquick-controls-private-stackviewslidedelegate.html#verticalSlide-prop" status="active" access="public" location="StackViewSlideDelegate.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/StackViewSlideDelegate.qml" lineno="105" type="QtObject" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="getTransition" fullname="QtQuick.Controls.Private.StackViewSlideDelegate.getTransition" href="qml-qtquick-controls-private-stackviewslidedelegate.html#getTransition-method" status="active" access="public" location="StackViewSlideDelegate.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/StackViewSlideDelegate.qml" lineno="53"/>
<qmlmethod threadsafety="unspecified" name="transitionFinished" fullname="QtQuick.Controls.Private.StackViewSlideDelegate.transitionFinished" href="qml-qtquick-controls-private-stackviewslidedelegate.html#transitionFinished-method" status="active" access="public" location="StackViewSlideDelegate.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/StackViewSlideDelegate.qml" lineno="58"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="StackViewTransition" qml-module-name="StackViewTransition" href="qml-stackviewtransition.html" status="internal" access="private" location="StackViewTransition.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/StackViewTransition.qml" lineno="42" title="StackViewTransition" fulltitle="StackViewTransition" subtitle="">
<qmlproperty threadsafety="unspecified" name="enterItem" fullname="StackViewTransition::enterItem" href="qml-stackviewtransition.html#enterItem-prop" status="active" access="public" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="exitItem" fullname="StackViewTransition::exitItem" href="qml-stackviewtransition.html#exitItem-prop" status="active" access="public" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="immediate" fullname="StackViewTransition::immediate" href="qml-stackviewtransition.html#immediate-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="name" fullname="StackViewTransition::name" href="qml-stackviewtransition.html#name-prop" status="active" access="public" type="string" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="StatusBar" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.StatusBar" href="qml-qtquick-controls-statusbar.html" status="active" access="public" since="5.1" title="StatusBar" fulltitle="StatusBar" subtitle="" groups="applicationwindow,controls" brief="Contains status information in your app">
<qmlproperty threadsafety="unspecified" name="__content" fullname="QtQuick.Controls.StatusBar.__content" href="qml-qtquick-controls-statusbar.html#__content-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__panel" fullname="QtQuick.Controls.StatusBar.__panel" href="qml-qtquick-controls-statusbar.html#__panel-prop" status="internal" access="public" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__style" fullname="QtQuick.Controls.StatusBar.__style" href="qml-qtquick-controls-statusbar.html#__style-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="contentItem" fullname="QtQuick.Controls.StatusBar.contentItem" href="qml-qtquick-controls-statusbar.html#contentItem-prop" status="active" access="public" type="Item" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="style" fullname="QtQuick.Controls.StatusBar.style" href="qml-qtquick-controls-statusbar.html#style-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="StatusBarStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.StatusBarStyle" href="qml-qtquick-controls-styles-statusbarstyle.html" status="active" access="public" since="5.2" title="StatusBarStyle" fulltitle="StatusBarStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for StatusBar">
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.StatusBarStyle.background" href="qml-qtquick-controls-styles-statusbarstyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.StatusBarStyle.panel" href="qml-qtquick-controls-styles-statusbarstyle.html#panel-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="StatusIndicatorStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.StatusIndicatorStyle" href="qml-qtquick-controls-styles-statusindicatorstyle.html" status="active" access="public" since="5.5" title="StatusIndicatorStyle" fulltitle="StatusIndicatorStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for StatusIndicatorStyle">
<qmlproperty threadsafety="unspecified" name="color" fullname="QtQuick.Controls.Styles.StatusIndicatorStyle.color" href="qml-qtquick-controls-styles-statusindicatorstyle.html#color-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.StatusIndicatorStyle.control" href="qml-qtquick-controls-styles-statusindicatorstyle.html#control-prop" status="active" access="public" type="StatusIndicator" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="indicator" fullname="QtQuick.Controls.Styles.StatusIndicatorStyle.indicator" href="qml-qtquick-controls-styles-statusindicatorstyle.html#indicator-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.StatusIndicatorStyle.panel" href="qml-qtquick-controls-styles-statusindicatorstyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="Style" qml-module-name="QtQuick.Controls.Private" qml-base-type="QtQuick.Controls.Styles::AbstractStyle" fullname="QtQuick.Controls.Private.Style" href="qml-qtquick-controls-private-style.html" status="internal" access="public" title="Style" fulltitle="Style" subtitle="">
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Private.Style.control" href="qml-qtquick-controls-private-style.html#control-prop" status="active" access="public" type="Item" attached="false" writable="false"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="Switch" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls.Private::Control" fullname="QtQuick.Controls.Switch" href="qml-qtquick-controls-switch.html" status="active" access="public" since="5.2" title="Switch" fulltitle="Switch" subtitle="" groups="controls" brief="A switch">
<qmlproperty threadsafety="unspecified" name="activeFocusOnPress" fullname="QtQuick.Controls.Switch.activeFocusOnPress" href="qml-qtquick-controls-switch.html#activeFocusOnPress-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="checked" fullname="QtQuick.Controls.Switch.checked" href="qml-qtquick-controls-switch.html#checked-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="exclusiveGroup" fullname="QtQuick.Controls.Switch.exclusiveGroup" href="qml-qtquick-controls-switch.html#exclusiveGroup-prop" status="active" access="public" type="ExclusiveGroup" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="pressed" fullname="QtQuick.Controls.Switch.pressed" href="qml-qtquick-controls-switch.html#pressed-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="bool" attached="false" writable="false"/>
<qmlsignal threadsafety="unspecified" name="clicked" fullname="QtQuick.Controls.Switch.clicked" href="qml-qtquick-controls-switch.html#clicked-signal" status="active" access="public" since="QtQuick.Controls 1.3"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="SwitchStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.SwitchStyle" href="qml-qtquick-controls-styles-switchstyle.html" status="active" access="public" since="5.2" title="SwitchStyle" fulltitle="SwitchStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for Switch">
<qmlproperty threadsafety="unspecified" name="groove" fullname="QtQuick.Controls.Styles.SwitchStyle.groove" href="qml-qtquick-controls-styles-switchstyle.html#groove-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="handle" fullname="QtQuick.Controls.Styles.SwitchStyle.handle" href="qml-qtquick-controls-styles-switchstyle.html#handle-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.SwitchStyle.panel" href="qml-qtquick-controls-styles-switchstyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="SystemPaletteSingleton" qml-module-name="SystemPaletteSingleton" href="qml-systempalettesingleton.html" status="internal" access="private" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="43" title="SystemPaletteSingleton" fulltitle="SystemPaletteSingleton" subtitle="">
<qmlproperty threadsafety="unspecified" name="active" fullname="SystemPaletteSingleton::active" href="qml-systempalettesingleton.html#active-prop" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="44" type="SystemPalette" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="disabled" fullname="SystemPaletteSingleton::disabled" href="qml-systempalettesingleton.html#disabled-prop" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="45" type="SystemPalette" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="alternateBase" fullname="SystemPaletteSingleton::alternateBase" href="qml-systempalettesingleton.html#alternateBase-method" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="47"/>
<qmlmethod threadsafety="unspecified" name="base" fullname="SystemPaletteSingleton::base" href="qml-systempalettesingleton.html#base-method" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="48"/>
<qmlmethod threadsafety="unspecified" name="button" fullname="SystemPaletteSingleton::button" href="qml-systempalettesingleton.html#button-method" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="49"/>
<qmlmethod threadsafety="unspecified" name="buttonText" fullname="SystemPaletteSingleton::buttonText" href="qml-systempalettesingleton.html#buttonText-method" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="50"/>
<qmlmethod threadsafety="unspecified" name="dark" fullname="SystemPaletteSingleton::dark" href="qml-systempalettesingleton.html#dark-method" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="51"/>
<qmlmethod threadsafety="unspecified" name="highlight" fullname="SystemPaletteSingleton::highlight" href="qml-systempalettesingleton.html#highlight-method" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="52"/>
<qmlmethod threadsafety="unspecified" name="highlightedText" fullname="SystemPaletteSingleton::highlightedText" href="qml-systempalettesingleton.html#highlightedText-method" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="53"/>
<qmlmethod threadsafety="unspecified" name="light" fullname="SystemPaletteSingleton::light" href="qml-systempalettesingleton.html#light-method" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="54"/>
<qmlmethod threadsafety="unspecified" name="mid" fullname="SystemPaletteSingleton::mid" href="qml-systempalettesingleton.html#mid-method" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="55"/>
<qmlmethod threadsafety="unspecified" name="midlight" fullname="SystemPaletteSingleton::midlight" href="qml-systempalettesingleton.html#midlight-method" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="56"/>
<qmlmethod threadsafety="unspecified" name="shadow" fullname="SystemPaletteSingleton::shadow" href="qml-systempalettesingleton.html#shadow-method" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="57"/>
<qmlmethod threadsafety="unspecified" name="text" fullname="SystemPaletteSingleton::text" href="qml-systempalettesingleton.html#text-method" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="58"/>
<qmlmethod threadsafety="unspecified" name="window" fullname="SystemPaletteSingleton::window" href="qml-systempalettesingleton.html#window-method" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="59"/>
<qmlmethod threadsafety="unspecified" name="windowText" fullname="SystemPaletteSingleton::windowText" href="qml-systempalettesingleton.html#windowText-method" status="active" access="public" location="SystemPaletteSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/SystemPaletteSingleton.qml" lineno="60"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="Tab" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.Tab" href="qml-qtquick-controls-tab.html" status="active" access="public" since="5.1" title="Tab" fulltitle="Tab" subtitle="" groups="viewaddons,controls" brief="Represents the content of a tab in a TabView">
<qmlproperty threadsafety="unspecified" name="__inserted" fullname="QtQuick.Controls.Tab.__inserted" href="qml-qtquick-controls-tab.html#__inserted-prop" status="internal" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="component" fullname="QtQuick.Controls.Tab.component" href="qml-qtquick-controls-tab.html#component-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="title" fullname="QtQuick.Controls.Tab.title" href="qml-qtquick-controls-tab.html#title-prop" status="active" access="public" type="string" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TabBar" qml-module-name="QtQuick.Controls.Private" fullname="QtQuick.Controls.Private.TabBar" href="qml-qtquick-controls-private-tabbar.html" status="internal" access="public" title="TabBar" fulltitle="TabBar" subtitle="">
<qmlmethod threadsafety="unspecified" name="__isAncestorOf" fullname="QtQuick.Controls.Private.TabBar.__isAncestorOf" href="qml-qtquick-controls-private-tabbar.html#__isAncestorOf-method" status="internal" access="public"/>
<qmlproperty threadsafety="unspecified" name="__selectedTabRect" fullname="QtQuick.Controls.Private.TabBar.__selectedTabRect" href="qml-qtquick-controls-private-tabbar.html#__selectedTabRect-prop" status="internal" access="public" location="TabBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TabBar.qml" lineno="82" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="availableWidth" fullname="QtQuick.Controls.Private.TabBar.availableWidth" href="qml-qtquick-controls-private-tabbar.html#availableWidth-prop" status="active" access="public" location="TabBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TabBar.qml" lineno="80" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="elide" fullname="QtQuick.Controls.Private.TabBar.elide" href="qml-qtquick-controls-private-tabbar.html#elide-prop" status="active" access="public" location="TabBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TabBar.qml" lineno="78" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="style" fullname="QtQuick.Controls.Private.TabBar.style" href="qml-qtquick-controls-private-tabbar.html#style-prop" status="active" access="public" location="TabBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TabBar.qml" lineno="69" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="styleItem" fullname="QtQuick.Controls.Private.TabBar.styleItem" href="qml-qtquick-controls-private-tabbar.html#styleItem-prop" status="active" access="public" location="TabBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TabBar.qml" lineno="70" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tabOverlap" fullname="QtQuick.Controls.Private.TabBar.tabOverlap" href="qml-qtquick-controls-private-tabbar.html#tabOverlap-prop" status="active" access="public" location="TabBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TabBar.qml" lineno="76" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tabView" fullname="QtQuick.Controls.Private.TabBar.tabView" href="qml-qtquick-controls-private-tabbar.html#tabView-prop" status="active" access="public" location="TabBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TabBar.qml" lineno="68" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tabsAlignment" fullname="QtQuick.Controls.Private.TabBar.tabsAlignment" href="qml-qtquick-controls-private-tabbar.html#tabsAlignment-prop" status="active" access="public" location="TabBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TabBar.qml" lineno="74" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tabsMovable" fullname="QtQuick.Controls.Private.TabBar.tabsMovable" href="qml-qtquick-controls-private-tabbar.html#tabsMovable-prop" status="active" access="public" location="TabBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TabBar.qml" lineno="72" type="bool" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="tab" fullname="QtQuick.Controls.Private.TabBar.tab" href="qml-qtquick-controls-private-tabbar.html#tab-method" status="active" access="public" location="TabBar.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TabBar.qml" lineno="84"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TabView" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.TabView" href="qml-qtquick-controls-tabview.html" status="active" access="public" since="5.1" title="TabView" fulltitle="TabView" subtitle="" groups="views,controls" brief="A control that allows the user to select one of multiple stacked items">
<qmlproperty threadsafety="unspecified" name="__styleItem" fullname="QtQuick.Controls.TabView.__styleItem" href="qml-qtquick-controls-tabview.html#__styleItem-prop" status="internal" access="public" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__tabs" fullname="QtQuick.Controls.TabView.__tabs" href="qml-qtquick-controls-tabview.html#__tabs-prop" status="internal" access="public" type="ListModel" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="contentItem" fullname="QtQuick.Controls.TabView.contentItem" href="qml-qtquick-controls-tabview.html#contentItem-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="Item" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="count" fullname="QtQuick.Controls.TabView.count" href="qml-qtquick-controls-tabview.html#count-prop" status="active" access="public" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="currentIndex" fullname="QtQuick.Controls.TabView.currentIndex" href="qml-qtquick-controls-tabview.html#currentIndex-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="data" fullname="QtQuick.Controls.TabView.data" href="qml-qtquick-controls-tabview.html#data-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="frameVisible" fullname="QtQuick.Controls.TabView.frameVisible" href="qml-qtquick-controls-tabview.html#frameVisible-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="style" fullname="QtQuick.Controls.TabView.style" href="qml-qtquick-controls-tabview.html#style-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tabPosition" fullname="QtQuick.Controls.TabView.tabPosition" href="qml-qtquick-controls-tabview.html#tabPosition-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tabsVisible" fullname="QtQuick.Controls.TabView.tabsVisible" href="qml-qtquick-controls-tabview.html#tabsVisible-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="__willRemoveIndex" fullname="QtQuick.Controls.TabView.__willRemoveIndex" href="qml-qtquick-controls-tabview.html#__willRemoveIndex-method" status="internal" access="public"/>
<qmlmethod threadsafety="unspecified" name="__didInsertIndex" fullname="QtQuick.Controls.TabView.__didInsertIndex" href="qml-qtquick-controls-tabview.html#__didInsertIndex-method" status="internal" access="public" location="TabView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TabView.qml" lineno="210"/>
<qmlmethod threadsafety="unspecified" name="__setOpacities" fullname="QtQuick.Controls.TabView.__setOpacities" href="qml-qtquick-controls-tabview.html#__setOpacities-method" status="internal" access="public" location="TabView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TabView.qml" lineno="216"/>
<qmlmethod threadsafety="unspecified" name="addTab" fullname="QtQuick.Controls.TabView.addTab" href="qml-qtquick-controls-tabview.html#addTab-method" status="active" access="public" location="TabView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TabView.qml" lineno="122"/>
<qmlmethod threadsafety="unspecified" name="getTab" fullname="QtQuick.Controls.TabView.getTab" href="qml-qtquick-controls-tabview.html#getTab-method" status="active" access="public" location="TabView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TabView.qml" lineno="184"/>
<qmlmethod threadsafety="unspecified" name="insertTab" fullname="QtQuick.Controls.TabView.insertTab" href="qml-qtquick-controls-tabview.html#insertTab-method" status="active" access="public" location="TabView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TabView.qml" lineno="133"/>
<qmlmethod threadsafety="unspecified" name="moveTab" fullname="QtQuick.Controls.TabView.moveTab" href="qml-qtquick-controls-tabview.html#moveTab-method" status="active" access="public" location="TabView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TabView.qml" lineno="165"/>
<qmlmethod threadsafety="unspecified" name="removeTab" fullname="QtQuick.Controls.TabView.removeTab" href="qml-qtquick-controls-tabview.html#removeTab-method" status="active" access="public" location="TabView.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TabView.qml" lineno="155"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TabViewStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.TabViewStyle" href="qml-qtquick-controls-styles-tabviewstyle.html" status="active" access="public" since="5.1" title="TabViewStyle" fulltitle="TabViewStyle" subtitle="" groups="viewsstyling,controlsstyling" brief="Provides custom styling for TabView">
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.TabViewStyle.control" href="qml-qtquick-controls-styles-tabviewstyle.html#control-prop" status="active" access="public" type="TabView" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="frame" fullname="QtQuick.Controls.Styles.TabViewStyle.frame" href="qml-qtquick-controls-styles-tabviewstyle.html#frame-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="frameOverlap" fullname="QtQuick.Controls.Styles.TabViewStyle.frameOverlap" href="qml-qtquick-controls-styles-tabviewstyle.html#frameOverlap-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="leftCorner" fullname="QtQuick.Controls.Styles.TabViewStyle.leftCorner" href="qml-qtquick-controls-styles-tabviewstyle.html#leftCorner-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="rightCorner" fullname="QtQuick.Controls.Styles.TabViewStyle.rightCorner" href="qml-qtquick-controls-styles-tabviewstyle.html#rightCorner-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tab" fullname="QtQuick.Controls.Styles.TabViewStyle.tab" href="qml-qtquick-controls-styles-tabviewstyle.html#tab-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tabBar" fullname="QtQuick.Controls.Styles.TabViewStyle.tabBar" href="qml-qtquick-controls-styles-tabviewstyle.html#tabBar-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tabOverlap" fullname="QtQuick.Controls.Styles.TabViewStyle.tabOverlap" href="qml-qtquick-controls-styles-tabviewstyle.html#tabOverlap-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tabsAlignment" fullname="QtQuick.Controls.Styles.TabViewStyle.tabsAlignment" href="qml-qtquick-controls-styles-tabviewstyle.html#tabsAlignment-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tabsMovable" fullname="QtQuick.Controls.Styles.TabViewStyle.tabsMovable" href="qml-qtquick-controls-styles-tabviewstyle.html#tabsMovable-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TableViewColumn" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.TableViewColumn" href="qml-qtquick-controls-tableviewcolumn.html" status="active" access="public" since="5.1" title="TableViewColumn" fulltitle="TableViewColumn" subtitle="" groups="viewitems,controls" brief="Used to define columns in a TableView or in a TreeView">
<qmlproperty threadsafety="unspecified" name="__index" fullname="QtQuick.Controls.TableViewColumn.__index" href="qml-qtquick-controls-tableviewcolumn.html#__index-prop" status="internal" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__view" fullname="QtQuick.Controls.TableViewColumn.__view" href="qml-qtquick-controls-tableviewcolumn.html#__view-prop" status="internal" access="public" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="delegate" fullname="QtQuick.Controls.TableViewColumn.delegate" href="qml-qtquick-controls-tableviewcolumn.html#delegate-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="elideMode" fullname="QtQuick.Controls.TableViewColumn.elideMode" href="qml-qtquick-controls-tableviewcolumn.html#elideMode-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="horizontalAlignment" fullname="QtQuick.Controls.TableViewColumn.horizontalAlignment" href="qml-qtquick-controls-tableviewcolumn.html#horizontalAlignment-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="movable" fullname="QtQuick.Controls.TableViewColumn.movable" href="qml-qtquick-controls-tableviewcolumn.html#movable-prop" status="active" access="public" since="QtQuick.Controls 1.1" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="resizable" fullname="QtQuick.Controls.TableViewColumn.resizable" href="qml-qtquick-controls-tableviewcolumn.html#resizable-prop" status="active" access="public" since="QtQuick.Controls 1.1" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="role" fullname="QtQuick.Controls.TableViewColumn.role" href="qml-qtquick-controls-tableviewcolumn.html#role-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="title" fullname="QtQuick.Controls.TableViewColumn.title" href="qml-qtquick-controls-tableviewcolumn.html#title-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="visible" fullname="QtQuick.Controls.TableViewColumn.visible" href="qml-qtquick-controls-tableviewcolumn.html#visible-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="width" fullname="QtQuick.Controls.TableViewColumn.width" href="qml-qtquick-controls-tableviewcolumn.html#width-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="resizeToContents" fullname="QtQuick.Controls.TableViewColumn.resizeToContents" href="qml-qtquick-controls-tableviewcolumn.html#resizeToContents-method" status="active" access="public" location="TableViewColumn.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TableViewColumn.qml" lineno="141" since="QtQuick.Controls 1.2"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TableViewItemDelegateLoader" qml-module-name="QtQuick.Controls.Private" fullname="QtQuick.Controls.Private.TableViewItemDelegateLoader" href="qml-qtquick-controls-private-tableviewitemdelegateloader.html" status="internal" access="public" abstract="true" title="TableViewItemDelegateLoader" fulltitle="TableViewItemDelegateLoader" subtitle="">
<qmlproperty threadsafety="unspecified" name="__column" fullname="QtQuick.Controls.Private.TableViewItemDelegateLoader.__column" status="internal" access="public" location="TableViewItemDelegateLoader.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewItemDelegateLoader.qml" lineno="78" type="TableViewColumn" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__index" fullname="QtQuick.Controls.Private.TableViewItemDelegateLoader.__index" status="internal" access="public" location="TableViewItemDelegateLoader.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewItemDelegateLoader.qml" lineno="74" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__itemDelegate" fullname="QtQuick.Controls.Private.TableViewItemDelegateLoader.__itemDelegate" status="internal" access="public" location="TableViewItemDelegateLoader.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewItemDelegateLoader.qml" lineno="79" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__model" fullname="QtQuick.Controls.Private.TableViewItemDelegateLoader.__model" status="internal" access="public" location="TableViewItemDelegateLoader.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewItemDelegateLoader.qml" lineno="76" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__modelData" fullname="QtQuick.Controls.Private.TableViewItemDelegateLoader.__modelData" status="internal" access="public" location="TableViewItemDelegateLoader.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewItemDelegateLoader.qml" lineno="77" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__mouseArea" fullname="QtQuick.Controls.Private.TableViewItemDelegateLoader.__mouseArea" status="internal" access="public" location="TableViewItemDelegateLoader.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewItemDelegateLoader.qml" lineno="80" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__rowItem" fullname="QtQuick.Controls.Private.TableViewItemDelegateLoader.__rowItem" status="internal" access="public" location="TableViewItemDelegateLoader.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewItemDelegateLoader.qml" lineno="75" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__style" fullname="QtQuick.Controls.Private.TableViewItemDelegateLoader.__style" status="internal" access="public" location="TableViewItemDelegateLoader.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewItemDelegateLoader.qml" lineno="81" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="isValid" fullname="QtQuick.Controls.Private.TableViewItemDelegateLoader.isValid" status="active" access="public" location="TableViewItemDelegateLoader.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewItemDelegateLoader.qml" lineno="69" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="model" fullname="QtQuick.Controls.Private.TableViewItemDelegateLoader.model" status="active" access="public" location="TableViewItemDelegateLoader.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewItemDelegateLoader.qml" lineno="84" type="var" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="modelData" fullname="QtQuick.Controls.Private.TableViewItemDelegateLoader.modelData" status="active" access="public" location="TableViewItemDelegateLoader.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewItemDelegateLoader.qml" lineno="85" type="var" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="styleData" fullname="QtQuick.Controls.Private.TableViewItemDelegateLoader.styleData" status="active" access="public" location="TableViewItemDelegateLoader.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewItemDelegateLoader.qml" lineno="87" type="QtObject" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TableViewSelection" qml-module-name="TableViewSelection" href="qml-tableviewselection.html" status="internal" access="private" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="42" title="TableViewSelection" fulltitle="TableViewSelection" subtitle="">
<qmlproperty threadsafety="unspecified" name="__dirty" fullname="TableViewSelection::__dirty" href="qml-tableviewselection.html#__dirty-prop" status="internal" access="public" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="47" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__ranges" fullname="TableViewSelection::__ranges" href="qml-tableviewselection.html#__ranges-prop" status="internal" access="public" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="48" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="count" fullname="TableViewSelection::count" href="qml-tableviewselection.html#count-prop" status="active" access="public" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="44" type="int" attached="false" writable="true"/>
<qmlsignal threadsafety="unspecified" name="selectionChanged" fullname="TableViewSelection::selectionChanged" href="qml-tableviewselection.html#selectionChanged-signal" status="active" access="public" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="45"/>
<qmlmethod threadsafety="unspecified" name="__count" fullname="TableViewSelection::__count" href="qml-tableviewselection.html#__count-method" status="internal" access="public" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="88"/>
<qmlmethod threadsafety="unspecified" name="__forEach" fullname="TableViewSelection::__forEach" href="qml-tableviewselection.html#__forEach-method" status="internal" access="public" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="96"/>
<qmlmethod threadsafety="unspecified" name="__printRanges" fullname="TableViewSelection::__printRanges" href="qml-tableviewselection.html#__printRanges-method" status="internal" access="public" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="81"/>
<qmlmethod threadsafety="unspecified" name="__select" fullname="TableViewSelection::__select" href="qml-tableviewselection.html#__select-method" status="internal" access="public" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="119"/>
<qmlmethod threadsafety="unspecified" name="__selectOne" fullname="TableViewSelection::__selectOne" href="qml-tableviewselection.html#__selectOne-method" status="internal" access="public" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="112"/>
<qmlmethod threadsafety="unspecified" name="clear" fullname="TableViewSelection::clear" href="qml-tableviewselection.html#clear-method" status="active" access="public" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="68"/>
<qmlmethod threadsafety="unspecified" name="contains" fullname="TableViewSelection::contains" href="qml-tableviewselection.html#contains-method" status="active" access="public" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="58"/>
<qmlmethod threadsafety="unspecified" name="deselect" fullname="TableViewSelection::deselect" href="qml-tableviewselection.html#deselect-method" status="active" access="public" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="77"/>
<qmlmethod threadsafety="unspecified" name="forEach" fullname="TableViewSelection::forEach" href="qml-tableviewselection.html#forEach-method" status="active" access="public" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="50"/>
<qmlmethod threadsafety="unspecified" name="select" fullname="TableViewSelection::select" href="qml-tableviewselection.html#select-method" status="active" access="public" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="76"/>
<qmlmethod threadsafety="unspecified" name="selectAll" fullname="TableViewSelection::selectAll" href="qml-tableviewselection.html#selectAll-method" status="active" access="public" location="TableViewSelection.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TableViewSelection.qml" lineno="75"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TextArea" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls::ScrollView" fullname="QtQuick.Controls.TextArea" href="qml-qtquick-controls-textarea.html" status="active" access="public" since="5.1" title="TextArea" fulltitle="TextArea" subtitle="" groups="controls" brief="Displays multiple lines of editable formatted text">
<qmlproperty threadsafety="unspecified" name="activeFocusOnPress" fullname="QtQuick.Controls.TextArea.activeFocusOnPress" href="qml-qtquick-controls-textarea.html#activeFocusOnPress-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="backgroundVisible" fullname="QtQuick.Controls.TextArea.backgroundVisible" href="qml-qtquick-controls-textarea.html#backgroundVisible-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="baseUrl" fullname="QtQuick.Controls.TextArea.baseUrl" href="qml-qtquick-controls-textarea.html#baseUrl-prop" status="active" access="public" type="url" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="canPaste" fullname="QtQuick.Controls.TextArea.canPaste" href="qml-qtquick-controls-textarea.html#canPaste-prop" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="canRedo" fullname="QtQuick.Controls.TextArea.canRedo" href="qml-qtquick-controls-textarea.html#canRedo-prop" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="canUndo" fullname="QtQuick.Controls.TextArea.canUndo" href="qml-qtquick-controls-textarea.html#canUndo-prop" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="contentHeight" fullname="QtQuick.Controls.TextArea.contentHeight" href="qml-qtquick-controls-textarea.html#contentHeight-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="contentWidth" fullname="QtQuick.Controls.TextArea.contentWidth" href="qml-qtquick-controls-textarea.html#contentWidth-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="cursorPosition" fullname="QtQuick.Controls.TextArea.cursorPosition" href="qml-qtquick-controls-textarea.html#cursorPosition-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="cursorRectangle" fullname="QtQuick.Controls.TextArea.cursorRectangle" href="qml-qtquick-controls-textarea.html#cursorRectangle-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="rect" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="data" fullname="QtQuick.Controls.TextArea.data" href="qml-qtquick-controls-textarea.html#data-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="effectiveHorizontalAlignment" fullname="QtQuick.Controls.TextArea.effectiveHorizontalAlignment" href="qml-qtquick-controls-textarea.html#effectiveHorizontalAlignment-prop" status="active" access="public" type="enumeration" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="font" fullname="QtQuick.Controls.TextArea.font" href="qml-qtquick-controls-textarea.html#font-prop" status="active" access="public" type="font" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="horizontalAlignment" fullname="QtQuick.Controls.TextArea.horizontalAlignment" href="qml-qtquick-controls-textarea.html#horizontalAlignment-prop" status="active" access="public" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="hoveredLink" fullname="QtQuick.Controls.TextArea.hoveredLink" href="qml-qtquick-controls-textarea.html#hoveredLink-prop" status="active" access="public" since="QtQuick.Controls 1.1" type="string" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="inputMethodComposing" fullname="QtQuick.Controls.TextArea.inputMethodComposing" href="qml-qtquick-controls-textarea.html#inputMethodComposing-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="inputMethodHints" fullname="QtQuick.Controls.TextArea.inputMethodHints" href="qml-qtquick-controls-textarea.html#inputMethodHints-prop" status="active" access="public" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="length" fullname="QtQuick.Controls.TextArea.length" href="qml-qtquick-controls-textarea.html#length-prop" status="active" access="public" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="lineCount" fullname="QtQuick.Controls.TextArea.lineCount" href="qml-qtquick-controls-textarea.html#lineCount-prop" status="active" access="public" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="menu" fullname="QtQuick.Controls.TextArea.menu" href="qml-qtquick-controls-textarea.html#menu-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="readOnly" fullname="QtQuick.Controls.TextArea.readOnly" href="qml-qtquick-controls-textarea.html#readOnly-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectByKeyboard" fullname="QtQuick.Controls.TextArea.selectByKeyboard" href="qml-qtquick-controls-textarea.html#selectByKeyboard-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectByMouse" fullname="QtQuick.Controls.TextArea.selectByMouse" href="qml-qtquick-controls-textarea.html#selectByMouse-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectedText" fullname="QtQuick.Controls.TextArea.selectedText" href="qml-qtquick-controls-textarea.html#selectedText-prop" status="active" access="public" type="string" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="selectionEnd" fullname="QtQuick.Controls.TextArea.selectionEnd" href="qml-qtquick-controls-textarea.html#selectionEnd-prop" status="active" access="public" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="selectionStart" fullname="QtQuick.Controls.TextArea.selectionStart" href="qml-qtquick-controls-textarea.html#selectionStart-prop" status="active" access="public" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="tabChangesFocus" fullname="QtQuick.Controls.TextArea.tabChangesFocus" href="qml-qtquick-controls-textarea.html#tabChangesFocus-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="text" fullname="QtQuick.Controls.TextArea.text" href="qml-qtquick-controls-textarea.html#text-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textColor" fullname="QtQuick.Controls.TextArea.textColor" href="qml-qtquick-controls-textarea.html#textColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textDocument" fullname="QtQuick.Controls.TextArea.textDocument" href="qml-qtquick-controls-textarea.html#textDocument-prop" status="active" access="public" type="TextDocument" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textFormat" fullname="QtQuick.Controls.TextArea.textFormat" href="qml-qtquick-controls-textarea.html#textFormat-prop" status="active" access="public" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textMargin" fullname="QtQuick.Controls.TextArea.textMargin" href="qml-qtquick-controls-textarea.html#textMargin-prop" status="active" access="public" since="QtQuick.Controls 1.1" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="verticalAlignment" fullname="QtQuick.Controls.TextArea.verticalAlignment" href="qml-qtquick-controls-textarea.html#verticalAlignment-prop" status="active" access="public" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="wrapMode" fullname="QtQuick.Controls.TextArea.wrapMode" href="qml-qtquick-controls-textarea.html#wrapMode-prop" status="active" access="public" type="enumeration" attached="false" writable="true"/>
<qmlsignal threadsafety="unspecified" name="editingFinished" fullname="QtQuick.Controls.TextArea.editingFinished" href="qml-qtquick-controls-textarea.html#editingFinished-signal" status="active" access="public" since="QtQuick.Controls 1.5"/>
<qmlsignal threadsafety="unspecified" name="linkActivated" fullname="QtQuick.Controls.TextArea.linkActivated" href="qml-qtquick-controls-textarea.html#linkActivated-signal" status="active" access="public"/>
<qmlsignal threadsafety="unspecified" name="linkHovered" fullname="QtQuick.Controls.TextArea.linkHovered" href="qml-qtquick-controls-textarea.html#linkHovered-signal" status="active" access="public" since="QtQuick.Controls 1.1"/>
<qmlmethod threadsafety="unspecified" name="append" fullname="QtQuick.Controls.TextArea.append" href="qml-qtquick-controls-textarea.html#append-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="459"/>
<qmlmethod threadsafety="unspecified" name="copy" fullname="QtQuick.Controls.TextArea.copy" href="qml-qtquick-controls-textarea.html#copy-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="469"/>
<qmlmethod threadsafety="unspecified" name="cut" fullname="QtQuick.Controls.TextArea.cut" href="qml-qtquick-controls-textarea.html#cut-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="478"/>
<qmlmethod threadsafety="unspecified" name="deselect" fullname="QtQuick.Controls.TextArea.deselect" href="qml-qtquick-controls-textarea.html#deselect-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="487"/>
<qmlmethod threadsafety="unspecified" name="getFormattedText" fullname="QtQuick.Controls.TextArea.getFormattedText" href="qml-qtquick-controls-textarea.html#getFormattedText-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="496"/>
<qmlmethod threadsafety="unspecified" name="getText" fullname="QtQuick.Controls.TextArea.getText" href="qml-qtquick-controls-textarea.html#getText-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="507"/>
<qmlmethod threadsafety="unspecified" name="insert" fullname="QtQuick.Controls.TextArea.insert" href="qml-qtquick-controls-textarea.html#insert-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="518"/>
<qmlmethod threadsafety="unspecified" name="isRightToLeft" fullname="QtQuick.Controls.TextArea.isRightToLeft" href="qml-qtquick-controls-textarea.html#isRightToLeft-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="527"/>
<qmlmethod threadsafety="unspecified" name="moveCursorSelection" fullname="QtQuick.Controls.TextArea.moveCursorSelection" href="qml-qtquick-controls-textarea.html#moveCursorSelection-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="537"/>
<qmlmethod threadsafety="unspecified" name="paste" fullname="QtQuick.Controls.TextArea.paste" href="qml-qtquick-controls-textarea.html#paste-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="578"/>
<qmlmethod threadsafety="unspecified" name="positionAt" fullname="QtQuick.Controls.TextArea.positionAt" href="qml-qtquick-controls-textarea.html#positionAt-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="587"/>
<qmlmethod threadsafety="unspecified" name="positionToRectangle" fullname="QtQuick.Controls.TextArea.positionToRectangle" href="qml-qtquick-controls-textarea.html#positionToRectangle-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="599"/>
<qmlmethod threadsafety="unspecified" name="redo" fullname="QtQuick.Controls.TextArea.redo" href="qml-qtquick-controls-textarea.html#redo-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="610"/>
<qmlmethod threadsafety="unspecified" name="remove" fullname="QtQuick.Controls.TextArea.remove" href="qml-qtquick-controls-textarea.html#remove-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="619"/>
<qmlmethod threadsafety="unspecified" name="select" fullname="QtQuick.Controls.TextArea.select" href="qml-qtquick-controls-textarea.html#select-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="628"/>
<qmlmethod threadsafety="unspecified" name="selectAll" fullname="QtQuick.Controls.TextArea.selectAll" href="qml-qtquick-controls-textarea.html#selectAll-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="645"/>
<qmlmethod threadsafety="unspecified" name="selectWord" fullname="QtQuick.Controls.TextArea.selectWord" href="qml-qtquick-controls-textarea.html#selectWord-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="654"/>
<qmlmethod threadsafety="unspecified" name="undo" fullname="QtQuick.Controls.TextArea.undo" href="qml-qtquick-controls-textarea.html#undo-method" status="active" access="public" location="TextArea.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextArea.qml" lineno="663"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TextAreaStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Styles::ScrollViewStyle" fullname="QtQuick.Controls.Styles.TextAreaStyle" href="qml-qtquick-controls-styles-textareastyle.html" status="active" access="public" since="5.2" title="TextAreaStyle" fulltitle="TextAreaStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for TextArea">
<qmlproperty threadsafety="unspecified" name="__cursorDelegate" fullname="QtQuick.Controls.Styles.TextAreaStyle.__cursorDelegate" href="qml-qtquick-controls-styles-textareastyle.html#__cursorDelegate-prop" status="internal" access="public" since="QtQuick.Controls.Styles 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__cursorHandle" fullname="QtQuick.Controls.Styles.TextAreaStyle.__cursorHandle" href="qml-qtquick-controls-styles-textareastyle.html#__cursorHandle-prop" status="internal" access="public" since="QtQuick.Controls.Styles 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__editMenu" fullname="QtQuick.Controls.Styles.TextAreaStyle.__editMenu" href="qml-qtquick-controls-styles-textareastyle.html#__editMenu-prop" status="internal" access="public" since="QtQuick.Controls.Styles 1.4" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__selectionHandle" fullname="QtQuick.Controls.Styles.TextAreaStyle.__selectionHandle" href="qml-qtquick-controls-styles-textareastyle.html#__selectionHandle-prop" status="internal" access="public" since="QtQuick.Controls.Styles 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="backgroundColor" fullname="QtQuick.Controls.Styles.TextAreaStyle.backgroundColor" href="qml-qtquick-controls-styles-textareastyle.html#backgroundColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.TextAreaStyle.control" href="qml-qtquick-controls-styles-textareastyle.html#control-prop" status="active" access="public" type="TextArea" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="font" fullname="QtQuick.Controls.Styles.TextAreaStyle.font" href="qml-qtquick-controls-styles-textareastyle.html#font-prop" status="active" access="public" type="font" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="renderType" fullname="QtQuick.Controls.Styles.TextAreaStyle.renderType" href="qml-qtquick-controls-styles-textareastyle.html#renderType-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectedTextColor" fullname="QtQuick.Controls.Styles.TextAreaStyle.selectedTextColor" href="qml-qtquick-controls-styles-textareastyle.html#selectedTextColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectionColor" fullname="QtQuick.Controls.Styles.TextAreaStyle.selectionColor" href="qml-qtquick-controls-styles-textareastyle.html#selectionColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textColor" fullname="QtQuick.Controls.Styles.TextAreaStyle.textColor" href="qml-qtquick-controls-styles-textareastyle.html#textColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textMargin" fullname="QtQuick.Controls.Styles.TextAreaStyle.textMargin" href="qml-qtquick-controls-styles-textareastyle.html#textMargin-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.3" type="real" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TextField" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls.Private::Control" fullname="QtQuick.Controls.TextField" href="qml-qtquick-controls-textfield.html" status="active" access="public" since="5.1" title="TextField" fulltitle="TextField" subtitle="" groups="controls" brief="Displays a single line of editable plain text">
<qmlproperty threadsafety="unspecified" name="__baselineOffset" fullname="QtQuick.Controls.TextField.__baselineOffset" href="qml-qtquick-controls-textfield.html#__baselineOffset-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__contentHeight" fullname="QtQuick.Controls.TextField.__contentHeight" href="qml-qtquick-controls-textfield.html#__contentHeight-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__contentWidth" fullname="QtQuick.Controls.TextField.__contentWidth" href="qml-qtquick-controls-textfield.html#__contentWidth-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="acceptableInput" fullname="QtQuick.Controls.TextField.acceptableInput" href="qml-qtquick-controls-textfield.html#acceptableInput-prop" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="activeFocusOnPress" fullname="QtQuick.Controls.TextField.activeFocusOnPress" href="qml-qtquick-controls-textfield.html#activeFocusOnPress-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="canPaste" fullname="QtQuick.Controls.TextField.canPaste" href="qml-qtquick-controls-textfield.html#canPaste-prop" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="canRedo" fullname="QtQuick.Controls.TextField.canRedo" href="qml-qtquick-controls-textfield.html#canRedo-prop" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="canUndo" fullname="QtQuick.Controls.TextField.canUndo" href="qml-qtquick-controls-textfield.html#canUndo-prop" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="cursorPosition" fullname="QtQuick.Controls.TextField.cursorPosition" href="qml-qtquick-controls-textfield.html#cursorPosition-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="cursorRectangle" fullname="QtQuick.Controls.TextField.cursorRectangle" href="qml-qtquick-controls-textfield.html#cursorRectangle-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="rect" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="displayText" fullname="QtQuick.Controls.TextField.displayText" href="qml-qtquick-controls-textfield.html#displayText-prop" status="active" access="public" type="string" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="echoMode" fullname="QtQuick.Controls.TextField.echoMode" href="qml-qtquick-controls-textfield.html#echoMode-prop" status="active" access="public" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="effectiveHorizontalAlignment" fullname="QtQuick.Controls.TextField.effectiveHorizontalAlignment" href="qml-qtquick-controls-textfield.html#effectiveHorizontalAlignment-prop" status="active" access="public" type="enumeration" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="font" fullname="QtQuick.Controls.TextField.font" href="qml-qtquick-controls-textfield.html#font-prop" status="active" access="public" type="font" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="horizontalAlignment" fullname="QtQuick.Controls.TextField.horizontalAlignment" href="qml-qtquick-controls-textfield.html#horizontalAlignment-prop" status="active" access="public" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="hovered" fullname="QtQuick.Controls.TextField.hovered" href="qml-qtquick-controls-textfield.html#hovered-prop" status="active" access="public" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="inputMask" fullname="QtQuick.Controls.TextField.inputMask" href="qml-qtquick-controls-textfield.html#inputMask-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="inputMethodComposing" fullname="QtQuick.Controls.TextField.inputMethodComposing" href="qml-qtquick-controls-textfield.html#inputMethodComposing-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="bool" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="inputMethodHints" fullname="QtQuick.Controls.TextField.inputMethodHints" href="qml-qtquick-controls-textfield.html#inputMethodHints-prop" status="active" access="public" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="length" fullname="QtQuick.Controls.TextField.length" href="qml-qtquick-controls-textfield.html#length-prop" status="active" access="public" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="maximumLength" fullname="QtQuick.Controls.TextField.maximumLength" href="qml-qtquick-controls-textfield.html#maximumLength-prop" status="active" access="public" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="menu" fullname="QtQuick.Controls.TextField.menu" href="qml-qtquick-controls-textfield.html#menu-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="placeholderText" fullname="QtQuick.Controls.TextField.placeholderText" href="qml-qtquick-controls-textfield.html#placeholderText-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="readOnly" fullname="QtQuick.Controls.TextField.readOnly" href="qml-qtquick-controls-textfield.html#readOnly-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectByMouse" fullname="QtQuick.Controls.TextField.selectByMouse" href="qml-qtquick-controls-textfield.html#selectByMouse-prop" status="active" access="public" since="QtQuick.Controls 1.3" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectedText" fullname="QtQuick.Controls.TextField.selectedText" href="qml-qtquick-controls-textfield.html#selectedText-prop" status="active" access="public" type="string" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="selectionEnd" fullname="QtQuick.Controls.TextField.selectionEnd" href="qml-qtquick-controls-textfield.html#selectionEnd-prop" status="active" access="public" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="selectionStart" fullname="QtQuick.Controls.TextField.selectionStart" href="qml-qtquick-controls-textfield.html#selectionStart-prop" status="active" access="public" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="text" fullname="QtQuick.Controls.TextField.text" href="qml-qtquick-controls-textfield.html#text-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textColor" fullname="QtQuick.Controls.TextField.textColor" href="qml-qtquick-controls-textfield.html#textColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="validator" fullname="QtQuick.Controls.TextField.validator" href="qml-qtquick-controls-textfield.html#validator-prop" status="active" access="public" type="Validator" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="verticalAlignment" fullname="QtQuick.Controls.TextField.verticalAlignment" href="qml-qtquick-controls-textfield.html#verticalAlignment-prop" status="active" access="public" type="enumeration" attached="false" writable="true"/>
<qmlsignal threadsafety="unspecified" name="accepted" fullname="QtQuick.Controls.TextField.accepted" href="qml-qtquick-controls-textfield.html#accepted-signal" status="active" access="public"/>
<qmlsignal threadsafety="unspecified" name="editingFinished" fullname="QtQuick.Controls.TextField.editingFinished" href="qml-qtquick-controls-textfield.html#editingFinished-signal" status="active" access="public" since="QtQuick.Controls 1.1"/>
<qmlmethod threadsafety="unspecified" name="copy" fullname="QtQuick.Controls.TextField.copy" href="qml-qtquick-controls-textfield.html#copy-method" status="active" access="public" location="TextField.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextField.qml" lineno="471"/>
<qmlmethod threadsafety="unspecified" name="cut" fullname="QtQuick.Controls.TextField.cut" href="qml-qtquick-controls-textfield.html#cut-method" status="active" access="public" location="TextField.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextField.qml" lineno="480"/>
<qmlmethod threadsafety="unspecified" name="deselect" fullname="QtQuick.Controls.TextField.deselect" href="qml-qtquick-controls-textfield.html#deselect-method" status="active" access="public" location="TextField.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextField.qml" lineno="489"/>
<qmlmethod threadsafety="unspecified" name="getText" fullname="QtQuick.Controls.TextField.getText" href="qml-qtquick-controls-textfield.html#getText-method" status="active" access="public" location="TextField.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextField.qml" lineno="498"/>
<qmlmethod threadsafety="unspecified" name="insert" fullname="QtQuick.Controls.TextField.insert" href="qml-qtquick-controls-textfield.html#insert-method" status="active" access="public" location="TextField.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextField.qml" lineno="508"/>
<qmlmethod threadsafety="unspecified" name="isRightToLeft" fullname="QtQuick.Controls.TextField.isRightToLeft" href="qml-qtquick-controls-textfield.html#isRightToLeft-method" status="active" access="public" location="TextField.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextField.qml" lineno="517"/>
<qmlmethod threadsafety="unspecified" name="paste" fullname="QtQuick.Controls.TextField.paste" href="qml-qtquick-controls-textfield.html#paste-method" status="active" access="public" location="TextField.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextField.qml" lineno="527"/>
<qmlmethod threadsafety="unspecified" name="redo" fullname="QtQuick.Controls.TextField.redo" href="qml-qtquick-controls-textfield.html#redo-method" status="active" access="public" location="TextField.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextField.qml" lineno="537"/>
<qmlmethod threadsafety="unspecified" name="remove" fullname="QtQuick.Controls.TextField.remove" href="qml-qtquick-controls-textfield.html#remove-method" status="active" access="public" location="TextField.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextField.qml" lineno="546" since="QtQuick.Controls 1.4"/>
<qmlmethod threadsafety="unspecified" name="select" fullname="QtQuick.Controls.TextField.select" href="qml-qtquick-controls-textfield.html#select-method" status="active" access="public" location="TextField.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextField.qml" lineno="556"/>
<qmlmethod threadsafety="unspecified" name="selectAll" fullname="QtQuick.Controls.TextField.selectAll" href="qml-qtquick-controls-textfield.html#selectAll-method" status="active" access="public" location="TextField.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextField.qml" lineno="573"/>
<qmlmethod threadsafety="unspecified" name="selectWord" fullname="QtQuick.Controls.TextField.selectWord" href="qml-qtquick-controls-textfield.html#selectWord-method" status="active" access="public" location="TextField.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextField.qml" lineno="582"/>
<qmlmethod threadsafety="unspecified" name="undo" fullname="QtQuick.Controls.TextField.undo" href="qml-qtquick-controls-textfield.html#undo-method" status="active" access="public" location="TextField.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/TextField.qml" lineno="591"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TextFieldStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.TextFieldStyle" href="qml-qtquick-controls-styles-textfieldstyle.html" status="active" access="public" since="5.1" title="TextFieldStyle" fulltitle="TextFieldStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for TextField">
<qmlproperty threadsafety="unspecified" name="__cursorDelegate" fullname="QtQuick.Controls.Styles.TextFieldStyle.__cursorDelegate" href="qml-qtquick-controls-styles-textfieldstyle.html#__cursorDelegate-prop" status="internal" access="public" since="QtQuick.Controls.Styles 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__cursorHandle" fullname="QtQuick.Controls.Styles.TextFieldStyle.__cursorHandle" href="qml-qtquick-controls-styles-textfieldstyle.html#__cursorHandle-prop" status="internal" access="public" since="QtQuick.Controls.Styles 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__editMenu" fullname="QtQuick.Controls.Styles.TextFieldStyle.__editMenu" href="qml-qtquick-controls-styles-textfieldstyle.html#__editMenu-prop" status="internal" access="public" since="QtQuick.Controls.Styles 1.4" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__selectionHandle" fullname="QtQuick.Controls.Styles.TextFieldStyle.__selectionHandle" href="qml-qtquick-controls-styles-textfieldstyle.html#__selectionHandle-prop" status="internal" access="public" since="QtQuick.Controls.Styles 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.TextFieldStyle.background" href="qml-qtquick-controls-styles-textfieldstyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.TextFieldStyle.control" href="qml-qtquick-controls-styles-textfieldstyle.html#control-prop" status="active" access="public" type="TextField" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="font" fullname="QtQuick.Controls.Styles.TextFieldStyle.font" href="qml-qtquick-controls-styles-textfieldstyle.html#font-prop" status="active" access="public" type="font" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.TextFieldStyle.panel" href="qml-qtquick-controls-styles-textfieldstyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="passwordCharacter" fullname="QtQuick.Controls.Styles.TextFieldStyle.passwordCharacter" href="qml-qtquick-controls-styles-textfieldstyle.html#passwordCharacter-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.4" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="placeholderTextColor" fullname="QtQuick.Controls.Styles.TextFieldStyle.placeholderTextColor" href="qml-qtquick-controls-styles-textfieldstyle.html#placeholderTextColor-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.1" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="renderType" fullname="QtQuick.Controls.Styles.TextFieldStyle.renderType" href="qml-qtquick-controls-styles-textfieldstyle.html#renderType-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.1" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectedTextColor" fullname="QtQuick.Controls.Styles.TextFieldStyle.selectedTextColor" href="qml-qtquick-controls-styles-textfieldstyle.html#selectedTextColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectionColor" fullname="QtQuick.Controls.Styles.TextFieldStyle.selectionColor" href="qml-qtquick-controls-styles-textfieldstyle.html#selectionColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="textColor" fullname="QtQuick.Controls.Styles.TextFieldStyle.textColor" href="qml-qtquick-controls-styles-textfieldstyle.html#textColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TextHandle" qml-module-name="TextHandle" href="qml-texthandle.html" status="internal" access="private" location="TextHandle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextHandle.qml" lineno="44" title="TextHandle" fulltitle="TextHandle" subtitle="">
<qmlproperty threadsafety="unspecified" name="control" fullname="TextHandle::control" href="qml-texthandle.html#control-prop" status="active" access="public" location="TextHandle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextHandle.qml" lineno="60" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="delegate" fullname="TextHandle::delegate" href="qml-texthandle.html#delegate-prop" status="active" access="public" location="TextHandle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextHandle.qml" lineno="51" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="editor" fullname="TextHandle::editor" href="qml-texthandle.html#editor-prop" status="active" access="public" location="TextHandle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextHandle.qml" lineno="47" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="handleHeight" fullname="TextHandle::handleHeight" href="qml-texthandle.html#handleHeight-prop" status="active" access="public" location="TextHandle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextHandle.qml" lineno="58" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="handleWidth" fullname="TextHandle::handleWidth" href="qml-texthandle.html#handleWidth-prop" status="active" access="public" location="TextHandle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextHandle.qml" lineno="57" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="handleX" fullname="TextHandle::handleX" href="qml-texthandle.html#handleX-prop" status="active" access="public" location="TextHandle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextHandle.qml" lineno="55" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="handleY" fullname="TextHandle::handleY" href="qml-texthandle.html#handleY-prop" status="active" access="public" location="TextHandle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextHandle.qml" lineno="56" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="maximum" fullname="TextHandle::maximum" href="qml-texthandle.html#maximum-prop" status="active" access="public" location="TextHandle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextHandle.qml" lineno="49" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="minimum" fullname="TextHandle::minimum" href="qml-texthandle.html#minimum-prop" status="active" access="public" location="TextHandle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextHandle.qml" lineno="48" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="position" fullname="TextHandle::position" href="qml-texthandle.html#position-prop" status="active" access="public" location="TextHandle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextHandle.qml" lineno="50" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="pressed" fullname="TextHandle::pressed" href="qml-texthandle.html#pressed-prop" status="active" access="public" location="TextHandle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextHandle.qml" lineno="53" type="alias" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="styleData" fullname="TextHandle::styleData" href="qml-texthandle.html#styleData-prop" status="active" access="public" location="TextHandle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextHandle.qml" lineno="61" type="QtObject" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="activate" fullname="TextHandle::activate" href="qml-texthandle.html#activate-method" status="active" access="public" location="TextHandle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextHandle.qml" lineno="71"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TextInputWithHandles" qml-module-name="TextInputWithHandles" href="qml-textinputwithhandles.html" status="internal" access="private" location="TextInputWithHandles.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextInputWithHandles.qml" lineno="44" title="TextInputWithHandles" fulltitle="TextInputWithHandles" subtitle="">
<qmlproperty threadsafety="unspecified" name="blockRecursion" fullname="TextInputWithHandles::blockRecursion" href="qml-textinputwithhandles.html#blockRecursion-prop" status="active" access="public" location="TextInputWithHandles.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextInputWithHandles.qml" lineno="51" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="containsMouse" fullname="TextInputWithHandles::containsMouse" href="qml-textinputwithhandles.html#containsMouse-prop" status="active" access="public" location="TextInputWithHandles.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextInputWithHandles.qml" lineno="54" type="alias" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="TextInputWithHandles::control" href="qml-textinputwithhandles.html#control-prop" status="active" access="public" location="TextInputWithHandles.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextInputWithHandles.qml" lineno="47" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="cursorHandle" fullname="TextInputWithHandles::cursorHandle" href="qml-textinputwithhandles.html#cursorHandle-prop" status="active" access="public" location="TextInputWithHandles.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextInputWithHandles.qml" lineno="48" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="editMenu" fullname="TextInputWithHandles::editMenu" href="qml-textinputwithhandles.html#editMenu-prop" status="active" access="public" location="TextInputWithHandles.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextInputWithHandles.qml" lineno="55" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="hasSelection" fullname="TextInputWithHandles::hasSelection" href="qml-textinputwithhandles.html#hasSelection-prop" status="active" access="public" location="TextInputWithHandles.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextInputWithHandles.qml" lineno="52" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectionHandle" fullname="TextInputWithHandles::selectionHandle" href="qml-textinputwithhandles.html#selectionHandle-prop" status="active" access="public" location="TextInputWithHandles.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextInputWithHandles.qml" lineno="49" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selectionPosition" fullname="TextInputWithHandles::selectionPosition" href="qml-textinputwithhandles.html#selectionPosition-prop" status="active" access="public" location="TextInputWithHandles.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextInputWithHandles.qml" lineno="53" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="selectionRectangle" fullname="TextInputWithHandles::selectionRectangle" href="qml-textinputwithhandles.html#selectionRectangle-prop" status="active" access="public" location="TextInputWithHandles.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextInputWithHandles.qml" lineno="63" type="rect" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="activate" fullname="TextInputWithHandles::activate" href="qml-textinputwithhandles.html#activate-method" status="active" access="public" location="TextInputWithHandles.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextInputWithHandles.qml" lineno="80"/>
<qmlmethod threadsafety="unspecified" name="moveHandles" fullname="TextInputWithHandles::moveHandles" href="qml-textinputwithhandles.html#moveHandles-method" status="active" access="public" location="TextInputWithHandles.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextInputWithHandles.qml" lineno="90"/>
<qmlmethod threadsafety="unspecified" name="syncHandlesWithSelection" fullname="TextInputWithHandles::syncHandlesWithSelection" href="qml-textinputwithhandles.html#syncHandlesWithSelection-method" status="active" access="public" location="TextInputWithHandles.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextInputWithHandles.qml" lineno="69"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TextSingleton" qml-module-name="TextSingleton" href="qml-textsingleton.html" status="internal" access="private" location="TextSingleton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TextSingleton.qml" lineno="42" title="TextSingleton" fulltitle="TextSingleton" subtitle=""/>
<qmlclass threadsafety="unspecified" name="ToggleButtonStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="::CircularButtonStyle" fullname="QtQuick.Controls.Styles.ToggleButtonStyle" href="qml-qtquick-controls-styles-togglebuttonstyle.html" status="active" access="public" since="5.5" title="ToggleButtonStyle" fulltitle="ToggleButtonStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for ToggleButton">
<qmlproperty threadsafety="unspecified" name="checkedDropShadowColor" fullname="QtQuick.Controls.Styles.ToggleButtonStyle.checkedDropShadowColor" href="qml-qtquick-controls-styles-togglebuttonstyle.html#checkedDropShadowColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="checkedGradient" fullname="QtQuick.Controls.Styles.ToggleButtonStyle.checkedGradient" href="qml-qtquick-controls-styles-togglebuttonstyle.html#checkedGradient-prop" status="active" access="public" type="Gradient" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.ToggleButtonStyle.control" href="qml-qtquick-controls-styles-togglebuttonstyle.html#control-prop" status="active" access="public" type="ToggleButton" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="inactiveGradient" fullname="QtQuick.Controls.Styles.ToggleButtonStyle.inactiveGradient" href="qml-qtquick-controls-styles-togglebuttonstyle.html#inactiveGradient-prop" status="active" access="public" type="Gradient" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="uncheckedDropShadowColor" fullname="QtQuick.Controls.Styles.ToggleButtonStyle.uncheckedDropShadowColor" href="qml-qtquick-controls-styles-togglebuttonstyle.html#uncheckedDropShadowColor-prop" status="active" access="public" type="color" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="uncheckedGradient" fullname="QtQuick.Controls.Styles.ToggleButtonStyle.uncheckedGradient" href="qml-qtquick-controls-styles-togglebuttonstyle.html#uncheckedGradient-prop" status="active" access="public" type="Gradient" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ToolBar" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.ToolBar" href="qml-qtquick-controls-toolbar.html" status="active" access="public" since="5.1" title="ToolBar" fulltitle="ToolBar" subtitle="" groups="applicationwindow,controls" brief="Contains ToolButton and related controls">
<qmlproperty threadsafety="unspecified" name="__content" fullname="QtQuick.Controls.ToolBar.__content" href="qml-qtquick-controls-toolbar.html#__content-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__menu" fullname="QtQuick.Controls.ToolBar.__menu" href="qml-qtquick-controls-toolbar.html#__menu-prop" status="internal" access="public" type="var" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__panel" fullname="QtQuick.Controls.ToolBar.__panel" href="qml-qtquick-controls-toolbar.html#__panel-prop" status="internal" access="public" type="Item" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__style" fullname="QtQuick.Controls.ToolBar.__style" href="qml-qtquick-controls-toolbar.html#__style-prop" status="internal" access="public" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="contentItem" fullname="QtQuick.Controls.ToolBar.contentItem" href="qml-qtquick-controls-toolbar.html#contentItem-prop" status="active" access="public" type="Item" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="style" fullname="QtQuick.Controls.ToolBar.style" href="qml-qtquick-controls-toolbar.html#style-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ToolBarStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.ToolBarStyle" href="qml-qtquick-controls-styles-toolbarstyle.html" status="active" access="public" since="5.2" title="ToolBarStyle" fulltitle="ToolBarStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for ToolBar">
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.ToolBarStyle.background" href="qml-qtquick-controls-styles-toolbarstyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="menuButton" fullname="QtQuick.Controls.Styles.ToolBarStyle.menuButton" href="qml-qtquick-controls-styles-toolbarstyle.html#menuButton-prop" status="active" access="public" since="QtQuick.Controls.Styles 1.3" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.ToolBarStyle.panel" href="qml-qtquick-controls-styles-toolbarstyle.html#panel-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" 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" since="5.1" title="ToolButton" fulltitle="ToolButton" subtitle="" groups="controls" brief="Provides a button type that is typically used within a ToolBar"/>
<qmlclass threadsafety="unspecified" name="ToolButtonStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.ToolButtonStyle" href="qml-qtquick-controls-styles-toolbuttonstyle.html" status="internal" access="public" title="ToolButtonStyle" fulltitle="ToolButtonStyle" subtitle="" groups="controlsstyling">
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.ToolButtonStyle.control" href="qml-qtquick-controls-styles-toolbuttonstyle.html#control-prop" status="active" access="public" location="ToolButtonStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/ToolButtonStyle.qml" lineno="51" type="ToolButton" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.ToolButtonStyle.panel" href="qml-qtquick-controls-styles-toolbuttonstyle.html#panel-prop" status="active" access="public" location="ToolButtonStyle.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Styles/Base/ToolButtonStyle.qml" lineno="52" type="Component" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ToolMenuButton" qml-module-name="ToolMenuButton" href="qml-toolmenubutton.html" status="internal" access="private" location="ToolMenuButton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ToolMenuButton.qml" lineno="44" title="ToolMenuButton" fulltitle="ToolMenuButton" subtitle="">
<qmlproperty threadsafety="unspecified" name="__panel" fullname="ToolMenuButton::__panel" href="qml-toolmenubutton.html#__panel-prop" status="internal" access="public" location="ToolMenuButton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ToolMenuButton.qml" lineno="52" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="hovered" fullname="ToolMenuButton::hovered" href="qml-toolmenubutton.html#hovered-prop" status="active" access="public" location="ToolMenuButton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ToolMenuButton.qml" lineno="49" type="alias" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="menu" fullname="ToolMenuButton::menu" href="qml-toolmenubutton.html#menu-prop" status="active" access="public" location="ToolMenuButton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ToolMenuButton.qml" lineno="47" type="Menu" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="ToolMenuButton::panel" href="qml-toolmenubutton.html#panel-prop" status="active" access="public" location="ToolMenuButton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ToolMenuButton.qml" lineno="51" type="alias" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="pressed" fullname="ToolMenuButton::pressed" href="qml-toolmenubutton.html#pressed-prop" status="active" access="public" location="ToolMenuButton.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/ToolMenuButton.qml" lineno="48" type="bool" attached="false" writable="false"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TreeViewItemDelegateLoader" qml-module-name="QtQuick.Controls.Private" qml-base-type="QtQuick.Controls.Private::TableViewItemDelegateLoader" fullname="QtQuick.Controls.Private.TreeViewItemDelegateLoader" href="qml-qtquick-controls-private-treeviewitemdelegateloader.html" status="internal" access="public" abstract="true" title="TreeViewItemDelegateLoader" fulltitle="TreeViewItemDelegateLoader" subtitle="">
<qmlproperty threadsafety="unspecified" name="__itemIndentation" fullname="QtQuick.Controls.Private.TreeViewItemDelegateLoader.__itemIndentation" status="internal" access="public" location="TreeViewItemDelegateLoader.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TreeViewItemDelegateLoader.qml" lineno="67" type="int" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="__treeModel" fullname="QtQuick.Controls.Private.TreeViewItemDelegateLoader.__treeModel" status="internal" access="public" location="TreeViewItemDelegateLoader.qml" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/Private/TreeViewItemDelegateLoader.qml" lineno="70" type="TreeModelAdaptor" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TumblerStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Private::Style" fullname="QtQuick.Controls.Styles.TumblerStyle" href="qml-qtquick-controls-styles-tumblerstyle.html" status="active" access="public" since="5.5" title="TumblerStyle" fulltitle="TumblerStyle" subtitle="" groups="controlsstyling" brief="Provides custom styling for Tumbler">
<qmlproperty threadsafety="unspecified" name="__delegateHeight" fullname="QtQuick.Controls.Styles.TumblerStyle.__delegateHeight" href="qml-qtquick-controls-styles-tumblerstyle.html#__delegateHeight-prop" status="internal" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="__padding" fullname="QtQuick.Controls.Styles.TumblerStyle.__padding" href="qml-qtquick-controls-styles-tumblerstyle.html#__padding-prop" status="internal" access="public" type="real" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="__separatorWidth" fullname="QtQuick.Controls.Styles.TumblerStyle.__separatorWidth" href="qml-qtquick-controls-styles-tumblerstyle.html#__separatorWidth-prop" status="internal" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="background" fullname="QtQuick.Controls.Styles.TumblerStyle.background" href="qml-qtquick-controls-styles-tumblerstyle.html#background-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="columnForeground" fullname="QtQuick.Controls.Styles.TumblerStyle.columnForeground" href="qml-qtquick-controls-styles-tumblerstyle.html#columnForeground-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.TumblerStyle.control" href="qml-qtquick-controls-styles-tumblerstyle.html#control-prop" status="active" access="public" type="Tumbler" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="delegate" fullname="QtQuick.Controls.Styles.TumblerStyle.delegate" href="qml-qtquick-controls-styles-tumblerstyle.html#delegate-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="foreground" fullname="QtQuick.Controls.Styles.TumblerStyle.foreground" href="qml-qtquick-controls-styles-tumblerstyle.html#foreground-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="frame" fullname="QtQuick.Controls.Styles.TumblerStyle.frame" href="qml-qtquick-controls-styles-tumblerstyle.html#frame-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="highlight" fullname="QtQuick.Controls.Styles.TumblerStyle.highlight" href="qml-qtquick-controls-styles-tumblerstyle.html#highlight-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="panel" fullname="QtQuick.Controls.Styles.TumblerStyle.panel" href="qml-qtquick-controls-styles-tumblerstyle.html#panel-prop" status="internal" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="separator" fullname="QtQuick.Controls.Styles.TumblerStyle.separator" href="qml-qtquick-controls-styles-tumblerstyle.html#separator-prop" status="active" access="public" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="spacing" fullname="QtQuick.Controls.Styles.TumblerStyle.spacing" href="qml-qtquick-controls-styles-tumblerstyle-obsolete.html#spacing-prop" status="obsolete" access="public" type="real" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="visibleItemCount" fullname="QtQuick.Controls.Styles.TumblerStyle.visibleItemCount" href="qml-qtquick-controls-styles-tumblerstyle.html#visibleItemCount-prop" status="active" access="public" type="int" attached="false" writable="true"/>
</qmlclass>
<page name="qtquickcontrols1-index.html" href="qtquickcontrols1-index.html" status="active" location="qtquickcontrols-index.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-index.qdoc" lineno="28" subtype="page" title="Qt Quick Controls 1" fulltitle="Qt Quick Controls 1" subtitle="" module="QtQuickControls1" brief="Qt Quick Controls module provides a set of UI controls for Qt Quick">
<contents name="application-window" title="Application Window" level="1"/>
<contents name="navigation-and-views" title="Navigation and Views" level="1"/>
<contents name="controls" title="Controls" level="1"/>
<contents name="menus" title="Menus" level="1"/>
<contents name="licenses-and-attributions" title="Licenses and Attributions" level="1"/>
<contents name="related-information" title="Related information" level="1"/>
</page>
<page name="calendar" href="qtquickcontrols1-calendar-example.html" status="active" location="qtquickcontrols-examples.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-examples.qdoc" lineno="453" subtype="example" title="Qt Quick Controls 1 - Calendar Example" fulltitle="Qt Quick Controls 1 - Calendar Example" subtitle="" module="QtQuickControls1" groups="qtquickcontrols_examples" brief="Demonstrates the use of Calendar control">
<contents name="running-the-example" title="Running the Example" level="1"/>
<page name="calendar/calendar.pro" href="qtquickcontrols1-calendar-calendar-pro.html" status="active" subtype="file" title="" fulltitle="calendar.pro Example File" subtitle="calendar/calendar.pro"/>
<page name="calendar/src/event.cpp" href="qtquickcontrols1-calendar-src-event-cpp.html" status="active" subtype="file" title="" fulltitle="event.cpp Example File" subtitle="calendar/src/event.cpp"/>
<page name="calendar/src/event.h" href="qtquickcontrols1-calendar-src-event-h.html" status="active" subtype="file" title="" fulltitle="event.h Example File" subtitle="calendar/src/event.h"/>
<page name="calendar/images/eventindicator.png" href="qtquickcontrols1-calendar-images-eventindicator-png.html" status="active" title="" fulltitle="eventindicator.png Image File" subtitle="calendar/images/eventindicator.png"/>
<page name="calendar/src/main.cpp" href="qtquickcontrols1-calendar-src-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="calendar/src/main.cpp"/>
<page name="calendar/qml/main.qml" href="qtquickcontrols1-calendar-qml-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="calendar/qml/main.qml"/>
<page name="calendar/resources.qrc" href="qtquickcontrols1-calendar-resources-qrc.html" status="active" subtype="file" title="" fulltitle="resources.qrc Example File" subtitle="calendar/resources.qrc"/>
<page name="calendar/src/sqleventmodel.cpp" href="qtquickcontrols1-calendar-src-sqleventmodel-cpp.html" status="active" subtype="file" title="" fulltitle="sqleventmodel.cpp Example File" subtitle="calendar/src/sqleventmodel.cpp"/>
<page name="calendar/src/sqleventmodel.h" href="qtquickcontrols1-calendar-src-sqleventmodel-h.html" status="active" subtype="file" title="" fulltitle="sqleventmodel.h Example File" subtitle="calendar/src/sqleventmodel.h"/>
</page>
<page name="filesystembrowser" href="qtquickcontrols1-filesystembrowser-example.html" status="active" location="qtquickcontrols-examples.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-examples.qdoc" lineno="553" subtype="example" title="Qt Quick Controls 1 - File System Browser Example" fulltitle="Qt Quick Controls 1 - File System Browser Example" subtitle="" module="QtQuickControls1" groups="qtquickcontrols_examples" brief="An example for the TreeView control">
<page name="filesystembrowser/filesystembrowser.pro" href="qtquickcontrols1-filesystembrowser-filesystembrowser-pro.html" status="active" subtype="file" title="" fulltitle="filesystembrowser.pro Example File" subtitle="filesystembrowser/filesystembrowser.pro"/>
<page name="filesystembrowser/main.cpp" href="qtquickcontrols1-filesystembrowser-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="filesystembrowser/main.cpp"/>
<page name="filesystembrowser/main.qml" href="qtquickcontrols1-filesystembrowser-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="filesystembrowser/main.qml"/>
<page name="filesystembrowser/qml.qrc" href="qtquickcontrols1-filesystembrowser-qml-qrc.html" status="active" subtype="file" title="" fulltitle="qml.qrc Example File" subtitle="filesystembrowser/qml.qrc"/>
</page>
<page name="gallery" href="qtquickcontrols1-gallery-example.html" status="active" location="qtquickcontrols-examples.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-examples.qdoc" lineno="38" subtype="example" title="Qt Quick Controls 1 - Gallery" fulltitle="Qt Quick Controls 1 - Gallery" subtitle="" module="QtQuickControls1" groups="qtquickcontrols_examples" brief="A collection of components for a classic desktop-style UI">
<contents name="running-the-example" title="Running the Example" level="1"/>
<page name="gallery/qml/ButtonPage.qml" href="qtquickcontrols1-gallery-qml-buttonpage-qml.html" status="active" subtype="file" title="" fulltitle="ButtonPage.qml Example File" subtitle="gallery/qml/ButtonPage.qml"/>
<page name="gallery/qml/InputPage.qml" href="qtquickcontrols1-gallery-qml-inputpage-qml.html" status="active" subtype="file" title="" fulltitle="InputPage.qml Example File" subtitle="gallery/qml/InputPage.qml"/>
<page name="gallery/qml/ProgressPage.qml" href="qtquickcontrols1-gallery-qml-progresspage-qml.html" status="active" subtype="file" title="" fulltitle="ProgressPage.qml Example File" subtitle="gallery/qml/ProgressPage.qml"/>
<page name="gallery/qml/+android/UI.js" href="qtquickcontrols1-gallery-qml-android-ui-js.html" status="active" subtype="file" title="" fulltitle="UI.js Example File" subtitle="gallery/qml/+android/UI.js"/>
<page name="gallery/qml/+ios/UI.js" href="qtquickcontrols1-gallery-qml-ios-ui-js.html" status="active" subtype="file" title="" fulltitle="UI.js Example File" subtitle="gallery/qml/+ios/UI.js"/>
<page name="gallery/qml/+osx/UI.js" href="qtquickcontrols1-gallery-qml-osx-ui-js.html" status="active" subtype="file" title="" fulltitle="UI.js Example File" subtitle="gallery/qml/+osx/UI.js"/>
<page name="gallery/qml/UI.js" href="qtquickcontrols1-gallery-qml-ui-js.html" status="active" subtype="file" title="" fulltitle="UI.js Example File" subtitle="gallery/qml/UI.js"/>
<page name="gallery/gallery.pro" href="qtquickcontrols1-gallery-gallery-pro.html" status="active" subtype="file" title="" fulltitle="gallery.pro Example File" subtitle="gallery/gallery.pro"/>
<page name="gallery/gallery.qrc" href="qtquickcontrols1-gallery-gallery-qrc.html" status="active" subtype="file" title="" fulltitle="gallery.qrc Example File" subtitle="gallery/gallery.qrc"/>
<page name="gallery/main.cpp" href="qtquickcontrols1-gallery-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="gallery/main.cpp"/>
<page name="gallery/main.qml" href="qtquickcontrols1-gallery-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="gallery/main.qml"/>
</page>
<page name="styles" href="qtquickcontrols1-styles-example.html" status="active" location="qtquickcontrols-examples.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-examples.qdoc" lineno="541" subtype="example" title="Qt Quick Controls 1 - Styles Example" fulltitle="Qt Quick Controls 1 - Styles Example" subtitle="" module="QtQuickControls1" groups="qtquickcontrols_examples" brief="Demonstrates custom styles">
<contents name="running-the-example" title="Running the Example" level="1"/>
<page name="styles/images/bubble.png" href="qtquickcontrols1-styles-images-bubble-png.html" status="active" title="" fulltitle="bubble.png Image File" subtitle="styles/images/bubble.png"/>
<page name="styles/images/button-pressed.png" href="qtquickcontrols1-styles-images-button-pressed-png.html" status="active" title="" fulltitle="button-pressed.png Image File" subtitle="styles/images/button-pressed.png"/>
<page name="styles/images/button.png" href="qtquickcontrols1-styles-images-button-png.html" status="active" title="" fulltitle="button.png Image File" subtitle="styles/images/button.png"/>
<page name="styles/main.cpp" href="qtquickcontrols1-styles-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="styles/main.cpp"/>
<page name="styles/main.qml" href="qtquickcontrols1-styles-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="styles/main.qml"/>
<page name="styles/images/progress-background.png" href="qtquickcontrols1-styles-images-progress-background-png.html" status="active" title="" fulltitle="progress-background.png Image File" subtitle="styles/images/progress-background.png"/>
<page name="styles/images/progress-fill.png" href="qtquickcontrols1-styles-images-progress-fill-png.html" status="active" title="" fulltitle="progress-fill.png Image File" subtitle="styles/images/progress-fill.png"/>
<page name="styles/images/slider-handle.png" href="qtquickcontrols1-styles-images-slider-handle-png.html" status="active" title="" fulltitle="slider-handle.png Image File" subtitle="styles/images/slider-handle.png"/>
<page name="styles/styles.pro" href="qtquickcontrols1-styles-styles-pro.html" status="active" subtype="file" title="" fulltitle="styles.pro Example File" subtitle="styles/styles.pro"/>
<page name="styles/styles.qrc" href="qtquickcontrols1-styles-styles-qrc.html" status="active" subtype="file" title="" fulltitle="styles.qrc Example File" subtitle="styles/styles.qrc"/>
<page name="styles/images/tab.png" href="qtquickcontrols1-styles-images-tab-png.html" status="active" title="" fulltitle="tab.png Image File" subtitle="styles/images/tab.png"/>
<page name="styles/images/tab_selected.png" href="qtquickcontrols1-styles-images-tab-selected-png.html" status="active" title="" fulltitle="tab_selected.png Image File" subtitle="styles/images/tab_selected.png"/>
<page name="styles/images/textfield.png" href="qtquickcontrols1-styles-images-textfield-png.html" status="active" title="" fulltitle="textfield.png Image File" subtitle="styles/images/textfield.png"/>
</page>
<page name="tableview" href="qtquickcontrols1-tableview-example.html" status="active" location="qtquickcontrols-examples.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-examples.qdoc" lineno="127" subtype="example" title="Qt Quick Controls 1 - Table View Example" fulltitle="Qt Quick Controls 1 - Table View Example" subtitle="" module="QtQuickControls1" groups="qtquickcontrols_examples" brief="An example for the TableView control">
<contents name="running-the-example" title="Running the Example" level="1"/>
<page name="tableview/src/main.cpp" href="qtquickcontrols1-tableview-src-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="tableview/src/main.cpp"/>
<page name="tableview/main.qml" href="qtquickcontrols1-tableview-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="tableview/main.qml"/>
<page name="tableview/src/sortfilterproxymodel.cpp" href="qtquickcontrols1-tableview-src-sortfilterproxymodel-cpp.html" status="active" subtype="file" title="" fulltitle="sortfilterproxymodel.cpp Example File" subtitle="tableview/src/sortfilterproxymodel.cpp"/>
<page name="tableview/src/sortfilterproxymodel.h" href="qtquickcontrols1-tableview-src-sortfilterproxymodel-h.html" status="active" subtype="file" title="" fulltitle="sortfilterproxymodel.h Example File" subtitle="tableview/src/sortfilterproxymodel.h"/>
<page name="tableview/tableview.pro" href="qtquickcontrols1-tableview-tableview-pro.html" status="active" subtype="file" title="" fulltitle="tableview.pro Example File" subtitle="tableview/tableview.pro"/>
<page name="tableview/tableview.qrc" href="qtquickcontrols1-tableview-tableview-qrc.html" status="active" subtype="file" title="" fulltitle="tableview.qrc Example File" subtitle="tableview/tableview.qrc"/>
</page>
<page name="texteditor" href="qtquickcontrols1-texteditor-example.html" status="active" location="qtquickcontrols-examples.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-examples.qdoc" lineno="166" subtype="example" title="Qt Quick Controls 1 - Text Editor Example" fulltitle="Qt Quick Controls 1 - Text Editor Example" subtitle="" module="QtQuickControls1" groups="qtquickcontrols_examples" brief="A QML app using Qt Quick Controls and a C++ class to provide a fully-functional rich-text editor application">
<contents name="running-the-example" title="Running the Example" level="1"/>
<page name="texteditor/qml/ToolBarSeparator.qml" href="qtquickcontrols1-texteditor-qml-toolbarseparator-qml.html" status="active" subtype="file" title="" fulltitle="ToolBarSeparator.qml Example File" subtitle="texteditor/qml/ToolBarSeparator.qml"/>
<page name="texteditor/src/documenthandler.cpp" href="qtquickcontrols1-texteditor-src-documenthandler-cpp.html" status="active" subtype="file" title="" fulltitle="documenthandler.cpp Example File" subtitle="texteditor/src/documenthandler.cpp"/>
<page name="texteditor/src/documenthandler.h" href="qtquickcontrols1-texteditor-src-documenthandler-h.html" status="active" subtype="file" title="" fulltitle="documenthandler.h Example File" subtitle="texteditor/src/documenthandler.h"/>
<page name="texteditor/qml/images/editcopy.png" href="qtquickcontrols1-texteditor-qml-images-editcopy-png.html" status="active" title="" fulltitle="editcopy.png Image File" subtitle="texteditor/qml/images/editcopy.png"/>
<page name="texteditor/qml/images/editcut.png" href="qtquickcontrols1-texteditor-qml-images-editcut-png.html" status="active" title="" fulltitle="editcut.png Image File" subtitle="texteditor/qml/images/editcut.png"/>
<page name="texteditor/qml/images/editpaste.png" href="qtquickcontrols1-texteditor-qml-images-editpaste-png.html" status="active" title="" fulltitle="editpaste.png Image File" subtitle="texteditor/qml/images/editpaste.png"/>
<page name="texteditor/qml/images/editredo.png" href="qtquickcontrols1-texteditor-qml-images-editredo-png.html" status="active" title="" fulltitle="editredo.png Image File" subtitle="texteditor/qml/images/editredo.png"/>
<page name="texteditor/qml/images/editundo.png" href="qtquickcontrols1-texteditor-qml-images-editundo-png.html" status="active" title="" fulltitle="editundo.png Image File" subtitle="texteditor/qml/images/editundo.png"/>
<page name="texteditor/qml/images/exportpdf.png" href="qtquickcontrols1-texteditor-qml-images-exportpdf-png.html" status="active" title="" fulltitle="exportpdf.png Image File" subtitle="texteditor/qml/images/exportpdf.png"/>
<page name="texteditor/qml/images/filenew.png" href="qtquickcontrols1-texteditor-qml-images-filenew-png.html" status="active" title="" fulltitle="filenew.png Image File" subtitle="texteditor/qml/images/filenew.png"/>
<page name="texteditor/qml/images/fileopen.png" href="qtquickcontrols1-texteditor-qml-images-fileopen-png.html" status="active" title="" fulltitle="fileopen.png Image File" subtitle="texteditor/qml/images/fileopen.png"/>
<page name="texteditor/qml/images/fileprint.png" href="qtquickcontrols1-texteditor-qml-images-fileprint-png.html" status="active" title="" fulltitle="fileprint.png Image File" subtitle="texteditor/qml/images/fileprint.png"/>
<page name="texteditor/qml/images/filesave.png" href="qtquickcontrols1-texteditor-qml-images-filesave-png.html" status="active" title="" fulltitle="filesave.png Image File" subtitle="texteditor/qml/images/filesave.png"/>
<page name="texteditor/src/main.cpp" href="qtquickcontrols1-texteditor-src-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="texteditor/src/main.cpp"/>
<page name="texteditor/qml/main.qml" href="qtquickcontrols1-texteditor-qml-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="texteditor/qml/main.qml"/>
<page name="texteditor/qml/images/qt-logo.png" href="qtquickcontrols1-texteditor-qml-images-qt-logo-png.html" status="active" title="" fulltitle="qt-logo.png Image File" subtitle="texteditor/qml/images/qt-logo.png"/>
<page name="texteditor/resources.qrc" href="qtquickcontrols1-texteditor-resources-qrc.html" status="active" subtype="file" title="" fulltitle="resources.qrc Example File" subtitle="texteditor/resources.qrc"/>
<page name="texteditor/qml/images/textbold.png" href="qtquickcontrols1-texteditor-qml-images-textbold-png.html" status="active" title="" fulltitle="textbold.png Image File" subtitle="texteditor/qml/images/textbold.png"/>
<page name="texteditor/qml/images/textcenter.png" href="qtquickcontrols1-texteditor-qml-images-textcenter-png.html" status="active" title="" fulltitle="textcenter.png Image File" subtitle="texteditor/qml/images/textcenter.png"/>
<page name="texteditor/texteditor.pro" href="qtquickcontrols1-texteditor-texteditor-pro.html" status="active" subtype="file" title="" fulltitle="texteditor.pro Example File" subtitle="texteditor/texteditor.pro"/>
<page name="texteditor/qml/images/textitalic.png" href="qtquickcontrols1-texteditor-qml-images-textitalic-png.html" status="active" title="" fulltitle="textitalic.png Image File" subtitle="texteditor/qml/images/textitalic.png"/>
<page name="texteditor/qml/images/textjustify.png" href="qtquickcontrols1-texteditor-qml-images-textjustify-png.html" status="active" title="" fulltitle="textjustify.png Image File" subtitle="texteditor/qml/images/textjustify.png"/>
<page name="texteditor/qml/images/textleft.png" href="qtquickcontrols1-texteditor-qml-images-textleft-png.html" status="active" title="" fulltitle="textleft.png Image File" subtitle="texteditor/qml/images/textleft.png"/>
<page name="texteditor/qml/images/textright.png" href="qtquickcontrols1-texteditor-qml-images-textright-png.html" status="active" title="" fulltitle="textright.png Image File" subtitle="texteditor/qml/images/textright.png"/>
<page name="texteditor/qml/images/textunder.png" href="qtquickcontrols1-texteditor-qml-images-textunder-png.html" status="active" title="" fulltitle="textunder.png Image File" subtitle="texteditor/qml/images/textunder.png"/>
<page name="texteditor/qml/images/zoomin.png" href="qtquickcontrols1-texteditor-qml-images-zoomin-png.html" status="active" title="" fulltitle="zoomin.png Image File" subtitle="texteditor/qml/images/zoomin.png"/>
<page name="texteditor/qml/images/zoomout.png" href="qtquickcontrols1-texteditor-qml-images-zoomout-png.html" status="active" title="" fulltitle="zoomout.png Image File" subtitle="texteditor/qml/images/zoomout.png"/>
</page>
<page name="touch" href="qtquickcontrols1-touch-example.html" status="active" location="qtquickcontrols-examples.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-examples.qdoc" lineno="207" subtype="example" title="Qt Quick Controls 1 - Touch Gallery" fulltitle="Qt Quick Controls 1 - Touch Gallery" subtitle="" module="QtQuickControls1" groups="qtquickcontrols_examples" brief="Demonstrates UI controls for a touch interface">
<contents name="running-the-example" title="Running the Example" level="1"/>
<contents name="creating-the-main-page" title="Creating the Main Page" level="1"/>
<contents name="navigating-in-the-application" title="Navigating in the Application" level="1"/>
<contents name="creating-push-buttons-and-switches" title="Creating Push Buttons and Switches" level="1"/>
<contents name="creating-sliders" title="Creating Sliders" level="1"/>
<contents name="indicating-progress" title="Indicating Progress" level="1"/>
<contents name="creating-tabs" title="Creating Tabs" level="1"/>
<contents name="creating-text-input-fields" title="Creating Text Input Fields" level="1"/>
<contents name="creating-scrolling-lists" title="Creating Scrolling Lists" level="1"/>
<page name="touch/content/AndroidDelegate.qml" href="qtquickcontrols1-touch-content-androiddelegate-qml.html" status="active" subtype="file" title="" fulltitle="AndroidDelegate.qml Example File" subtitle="touch/content/AndroidDelegate.qml"/>
<page name="touch/content/ButtonPage.qml" href="qtquickcontrols1-touch-content-buttonpage-qml.html" status="active" subtype="file" title="" fulltitle="ButtonPage.qml Example File" subtitle="touch/content/ButtonPage.qml"/>
<page name="touch/content/ListPage.qml" href="qtquickcontrols1-touch-content-listpage-qml.html" status="active" subtype="file" title="" fulltitle="ListPage.qml Example File" subtitle="touch/content/ListPage.qml"/>
<page name="touch/content/ProgressBarPage.qml" href="qtquickcontrols1-touch-content-progressbarpage-qml.html" status="active" subtype="file" title="" fulltitle="ProgressBarPage.qml Example File" subtitle="touch/content/ProgressBarPage.qml"/>
<page name="touch/content/SliderPage.qml" href="qtquickcontrols1-touch-content-sliderpage-qml.html" status="active" subtype="file" title="" fulltitle="SliderPage.qml Example File" subtitle="touch/content/SliderPage.qml"/>
<page name="touch/content/TabBarPage.qml" href="qtquickcontrols1-touch-content-tabbarpage-qml.html" status="active" subtype="file" title="" fulltitle="TabBarPage.qml Example File" subtitle="touch/content/TabBarPage.qml"/>
<page name="touch/content/TextInputPage.qml" href="qtquickcontrols1-touch-content-textinputpage-qml.html" status="active" subtype="file" title="" fulltitle="TextInputPage.qml Example File" subtitle="touch/content/TextInputPage.qml"/>
<page name="touch/images/button_default.png" href="qtquickcontrols1-touch-images-button-default-png.html" status="active" title="" fulltitle="button_default.png Image File" subtitle="touch/images/button_default.png"/>
<page name="touch/images/button_pressed.png" href="qtquickcontrols1-touch-images-button-pressed-png.html" status="active" title="" fulltitle="button_pressed.png Image File" subtitle="touch/images/button_pressed.png"/>
<page name="touch/src/main.cpp" href="qtquickcontrols1-touch-src-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="touch/src/main.cpp"/>
<page name="touch/main.qml" href="qtquickcontrols1-touch-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="touch/main.qml"/>
<page name="touch/images/navigation_next_item.png" href="qtquickcontrols1-touch-images-navigation-next-item-png.html" status="active" title="" fulltitle="navigation_next_item.png Image File" subtitle="touch/images/navigation_next_item.png"/>
<page name="touch/images/navigation_previous_item.png" href="qtquickcontrols1-touch-images-navigation-previous-item-png.html" status="active" title="" fulltitle="navigation_previous_item.png Image File" subtitle="touch/images/navigation_previous_item.png"/>
<page name="touch/resources.qrc" href="qtquickcontrols1-touch-resources-qrc.html" status="active" subtype="file" title="" fulltitle="resources.qrc Example File" subtitle="touch/resources.qrc"/>
<page name="touch/images/tab_selected.png" href="qtquickcontrols1-touch-images-tab-selected-png.html" status="active" title="" fulltitle="tab_selected.png Image File" subtitle="touch/images/tab_selected.png"/>
<page name="touch/images/tabs_standard.png" href="qtquickcontrols1-touch-images-tabs-standard-png.html" status="active" title="" fulltitle="tabs_standard.png Image File" subtitle="touch/images/tabs_standard.png"/>
<page name="touch/images/textinput.png" href="qtquickcontrols1-touch-images-textinput-png.html" status="active" title="" fulltitle="textinput.png Image File" subtitle="touch/images/textinput.png"/>
<page name="touch/images/toolbar.png" href="qtquickcontrols1-touch-images-toolbar-png.html" status="active" title="" fulltitle="toolbar.png Image File" subtitle="touch/images/toolbar.png"/>
<page name="touch/touch.pro" href="qtquickcontrols1-touch-touch-pro.html" status="active" subtype="file" title="" fulltitle="touch.pro Example File" subtitle="touch/touch.pro"/>
<page name="touch/touch.qmlproject" href="qtquickcontrols1-touch-touch-qmlproject.html" status="active" subtype="file" title="" fulltitle="touch.qmlproject Example File" subtitle="touch/touch.qmlproject"/>
</page>
<page name="uiforms" href="qtquickcontrols1-uiforms-example.html" status="active" location="qtquickcontrols-examples.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-examples.qdoc" lineno="66" subtype="example" title="Qt Quick Controls 1 - UI Forms" fulltitle="Qt Quick Controls 1 - UI Forms" subtitle="" module="QtQuickControls1" groups="qtquickcontrols_examples" brief="Demonstrates how to separate the application logic from the UI">
<contents name="exporting-items-from-forms" title="Exporting Items from Forms" level="1"/>
<contents name="implementing-the-backend-in-a-singleton" title="Implementing the Backend in a Singleton" level="1"/>
<contents name="running-the-example" title="Running the Example" level="1"/>
<page name="uiforms/qml/CustomerModel.qml" href="qtquickcontrols1-uiforms-qml-customermodel-qml.html" status="active" subtype="file" title="" fulltitle="CustomerModel.qml Example File" subtitle="uiforms/qml/CustomerModel.qml"/>
<page name="uiforms/qml/History.qml" href="qtquickcontrols1-uiforms-qml-history-qml.html" status="active" subtype="file" title="" fulltitle="History.qml Example File" subtitle="uiforms/qml/History.qml"/>
<page name="uiforms/qml/HistoryForm.ui.qml" href="qtquickcontrols1-uiforms-qml-historyform-ui-qml.html" status="active" subtype="file" title="" fulltitle="HistoryForm.ui.qml Example File" subtitle="uiforms/qml/HistoryForm.ui.qml"/>
<page name="uiforms/MainForm.ui.qml" href="qtquickcontrols1-uiforms-mainform-ui-qml.html" status="active" subtype="file" title="" fulltitle="MainForm.ui.qml Example File" subtitle="uiforms/MainForm.ui.qml"/>
<page name="uiforms/qml/Notes.qml" href="qtquickcontrols1-uiforms-qml-notes-qml.html" status="active" subtype="file" title="" fulltitle="Notes.qml Example File" subtitle="uiforms/qml/Notes.qml"/>
<page name="uiforms/qml/NotesForm.ui.qml" href="qtquickcontrols1-uiforms-qml-notesform-ui-qml.html" status="active" subtype="file" title="" fulltitle="NotesForm.ui.qml Example File" subtitle="uiforms/qml/NotesForm.ui.qml"/>
<page name="uiforms/qml/Settings.qml" href="qtquickcontrols1-uiforms-qml-settings-qml.html" status="active" subtype="file" title="" fulltitle="Settings.qml Example File" subtitle="uiforms/qml/Settings.qml"/>
<page name="uiforms/qml/SettingsForm.ui.qml" href="qtquickcontrols1-uiforms-qml-settingsform-ui-qml.html" status="active" subtype="file" title="" fulltitle="SettingsForm.ui.qml Example File" subtitle="uiforms/qml/SettingsForm.ui.qml"/>
<page name="uiforms/main.cpp" href="qtquickcontrols1-uiforms-main-cpp.html" status="active" subtype="file" title="" fulltitle="main.cpp Example File" subtitle="uiforms/main.cpp"/>
<page name="uiforms/main.qml" href="qtquickcontrols1-uiforms-main-qml.html" status="active" subtype="file" title="" fulltitle="main.qml Example File" subtitle="uiforms/main.qml"/>
<page name="uiforms/uiforms.pro" href="qtquickcontrols1-uiforms-uiforms-pro.html" status="active" subtype="file" title="" fulltitle="uiforms.pro Example File" subtitle="uiforms/uiforms.pro"/>
<page name="uiforms/uiforms.qrc" href="qtquickcontrols1-uiforms-uiforms-qrc.html" status="active" subtype="file" title="" fulltitle="uiforms.qrc Example File" subtitle="uiforms/uiforms.qrc"/>
</page>
<page name="qtquickcontrols-overview.html" href="qtquickcontrols-overview.html" status="active" location="qtquickcontrols-overview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-overview.qdoc" lineno="28" subtype="page" title="Qt Quick Controls 1 Overview" fulltitle="Qt Quick Controls 1 Overview" subtitle="" module="QtQuickControls1" brief="A set of UI controls to create user interfaces in Qt Quick">
<contents name="getting-started" title="Getting Started" level="1"/>
<contents name="creating-a-basic-example" title="Creating a basic example" level="1"/>
<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"/>
<contents name="deploying-qt-quick-controls" title="Deploying Qt Quick Controls" level="2"/>
<contents name="testing-desktop-and-mobile-behavior-of-the-controls" title="Testing Desktop and Mobile behavior of the controls" level="2"/>
<contents name="related-information" title="Related information" level="1"/>
</page>
<page name="qtquickcontrols-platformnotes.html" href="qtquickcontrols-platformnotes.html" status="active" location="qtquickcontrols-platformnotes.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-platformnotes.qdoc" lineno="28" subtype="page" title="Qt Quick Controls 1 Platform Notes" fulltitle="Qt Quick Controls 1 Platform Notes" subtitle="" module="QtQuickControls1" brief="Platform specific notes for Qt Quick Controls">
<contents name="android-style" title="Android Style" level="1"/>
<contents name="android-themes" title="Android Themes" level="2"/>
<contents name="action-bar" title="Action Bar" level="2"/>
</page>
<page name="qtquickcontrolsstyles-index.html" href="qtquickcontrolsstyles-index.html" status="active" location="qtquickcontrolsstyles-index.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-index.qdoc" lineno="58" subtype="page" title="Qt Quick Controls 1 Styles" fulltitle="Qt Quick Controls 1 Styles" subtitle="" module="QtQuickControls1" brief="Qt Quick Controls Styles submodule provides custom styles for Qt Quick Controls">
<contents name="getting-started" title="Getting started" level="1"/>
<contents name="styles" title="Styles" level="1"/>
<contents name="base-style" title="Base Style" level="2"/>
<contents name="flat-style" title="Flat Style" level="2"/>
<contents name="selecting-styles" title="Selecting Styles" level="2"/>
<contents name="styling-views" title="Styling Views" level="1"/>
<contents name="styling-controls" title="Styling Controls" level="1"/>
<contents name="styling-tutorials" title="Styling Tutorials" level="1"/>
<contents name="related-information" title="Related information" level="1"/>
</page>
<qmlclass threadsafety="unspecified" name="TableView" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls.Private::BasicTableView" fullname="QtQuick.Controls.TableView" href="qml-qtquick-controls-tableview.html" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="28" since="5.1" title="TableView" fulltitle="TableView" subtitle="" groups="views,controls" brief="Provides a list view with scroll bars, styling and header sections">
<qmlpropertygroup threadsafety="unspecified" name="section" fullname="QtQuick.Controls.TableView" href="qml-qtquick-controls-tableview.html" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="291">
<qmlproperty threadsafety="unspecified" name="section.criteria" fullname="QtQuick.Controls.TableView.section.criteria" href="qml-qtquick-controls-tableview.html#section.criteria-prop" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="291" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="section.delegate" fullname="QtQuick.Controls.TableView.section.delegate" href="qml-qtquick-controls-tableview.html#section.delegate-prop" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="291" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="section.labelPositioning" fullname="QtQuick.Controls.TableView.section.labelPositioning" href="qml-qtquick-controls-tableview.html#section.labelPositioning-prop" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="291" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="section.property" fullname="QtQuick.Controls.TableView.section.property" href="qml-qtquick-controls-tableview.html#section.property-prop" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="291" type="string" attached="false" writable="true"/>
</qmlpropertygroup>
<qmlproperty threadsafety="unspecified" name="currentRow" fullname="QtQuick.Controls.TableView.currentRow" href="qml-qtquick-controls-tableview.html#currentRow-prop" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="128" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="itemDelegate" fullname="QtQuick.Controls.TableView.itemDelegate" href="qml-qtquick-controls-tableview.html#itemDelegate-prop" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="252" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="model" fullname="QtQuick.Controls.TableView.model" href="qml-qtquick-controls-tableview.html#model-prop" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="100" type="model" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="rowCount" fullname="QtQuick.Controls.TableView.rowCount" href="qml-qtquick-controls-tableview.html#rowCount-prop" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="124" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selection" fullname="QtQuick.Controls.TableView.selection" href="qml-qtquick-controls-tableview.html#selection-prop" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="217" since="QtQuick.Controls 1.1" type="Selection" attached="false" writable="true"/>
<qmlsignal threadsafety="unspecified" name="activated" fullname="QtQuick.Controls.TableView.activated" href="qml-qtquick-controls-tableview.html#activated-signal" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="133"/>
<qmlsignal threadsafety="unspecified" name="clicked" fullname="QtQuick.Controls.TableView.clicked" href="qml-qtquick-controls-tableview.html#clicked-signal" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="145"/>
<qmlsignal threadsafety="unspecified" name="doubleClicked" fullname="QtQuick.Controls.TableView.doubleClicked" href="qml-qtquick-controls-tableview.html#doubleClicked-signal" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="156"/>
<qmlsignal threadsafety="unspecified" name="pressAndHold" fullname="QtQuick.Controls.TableView.pressAndHold" href="qml-qtquick-controls-tableview.html#pressAndHold-signal" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="167" since="QtQuick.Controls 1.3"/>
<qmlmethod threadsafety="unspecified" name="positionViewAtRow" fullname="QtQuick.Controls.TableView.positionViewAtRow" href="qml-qtquick-controls-tableview.html#positionViewAtRow-method" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="179"/>
<qmlmethod threadsafety="unspecified" name="rowAt" fullname="QtQuick.Controls.TableView.rowAt" href="qml-qtquick-controls-tableview.html#rowAt-method" status="active" access="public" location="qtquickcontrols-tableview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-tableview.qdoc" lineno="208"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TreeView" qml-module-name="QtQuick.Controls" qml-base-type="QtQuick.Controls.Private::BasicTableView" fullname="QtQuick.Controls.TreeView" href="qml-qtquick-controls-treeview.html" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="28" since="5.5" title="TreeView" fulltitle="TreeView" subtitle="" groups="views,controls" brief="Provides a tree view with scroll bars, styling and header sections">
<qmlpropertygroup threadsafety="unspecified" name="section" fullname="QtQuick.Controls.TreeView" href="qml-qtquick-controls-treeview.html" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="127">
<qmlproperty threadsafety="unspecified" name="section.criteria" fullname="QtQuick.Controls.TreeView.section.criteria" href="qml-qtquick-controls-treeview.html#section.criteria-prop" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="127" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="section.delegate" fullname="QtQuick.Controls.TreeView.section.delegate" href="qml-qtquick-controls-treeview.html#section.delegate-prop" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="127" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="section.labelPositioning" fullname="QtQuick.Controls.TreeView.section.labelPositioning" href="qml-qtquick-controls-treeview.html#section.labelPositioning-prop" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="127" type="enumeration" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="section.property" fullname="QtQuick.Controls.TreeView.section.property" href="qml-qtquick-controls-treeview.html#section.property-prop" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="127" type="string" attached="false" writable="true"/>
</qmlpropertygroup>
<qmlproperty threadsafety="unspecified" name="currentIndex" fullname="QtQuick.Controls.TreeView.currentIndex" href="qml-qtquick-controls-treeview.html#currentIndex-prop" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="160" type="QModelIndex" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="itemDelegate" fullname="QtQuick.Controls.TreeView.itemDelegate" href="qml-qtquick-controls-treeview.html#itemDelegate-prop" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="84" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="model" fullname="QtQuick.Controls.TreeView.model" href="qml-qtquick-controls-treeview.html#model-prop" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="139" type="QAbstractItemModel" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="rootIndex" fullname="QtQuick.Controls.TreeView.rootIndex" href="qml-qtquick-controls-treeview.html#rootIndex-prop" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="147" since="QtQuick.Controls 1.5" type="QModelIndex" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="selection" fullname="QtQuick.Controls.TreeView.selection" href="qml-qtquick-controls-treeview.html#selection-prop" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="165" type="ItemSelectionModel" attached="false" writable="true"/>
<qmlsignal threadsafety="unspecified" name="activated" fullname="QtQuick.Controls.TreeView.activated" href="qml-qtquick-controls-treeview.html#activated-signal" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="192"/>
<qmlsignal threadsafety="unspecified" name="clicked" fullname="QtQuick.Controls.TreeView.clicked" href="qml-qtquick-controls-treeview.html#clicked-signal" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="205"/>
<qmlsignal threadsafety="unspecified" name="collapsed" fullname="QtQuick.Controls.TreeView.collapsed" href="qml-qtquick-controls-treeview.html#collapsed-signal" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="253"/>
<qmlsignal threadsafety="unspecified" name="doubleClicked" fullname="QtQuick.Controls.TreeView.doubleClicked" href="qml-qtquick-controls-treeview.html#doubleClicked-signal" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="217"/>
<qmlsignal threadsafety="unspecified" name="expanded" fullname="QtQuick.Controls.TreeView.expanded" href="qml-qtquick-controls-treeview.html#expanded-signal" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="241"/>
<qmlsignal threadsafety="unspecified" name="pressAndHold" fullname="QtQuick.Controls.TreeView.pressAndHold" href="qml-qtquick-controls-treeview.html#pressAndHold-signal" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="229"/>
<qmlmethod threadsafety="unspecified" name="collapse" fullname="QtQuick.Controls.TreeView.collapse" href="qml-qtquick-controls-treeview.html#collapse-method" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="273"/>
<qmlmethod threadsafety="unspecified" name="expand" fullname="QtQuick.Controls.TreeView.expand" href="qml-qtquick-controls-treeview.html#expand-method" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="281"/>
<qmlmethod threadsafety="unspecified" name="indexAt" fullname="QtQuick.Controls.TreeView.indexAt" href="qml-qtquick-controls-treeview.html#indexAt-method" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="289"/>
<qmlmethod threadsafety="unspecified" name="isExpanded" fullname="QtQuick.Controls.TreeView.isExpanded" href="qml-qtquick-controls-treeview.html#isExpanded-method" status="active" access="public" location="qtquickcontrols-treeview.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-treeview.qdoc" lineno="265"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="Action" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.Action" href="qml-qtquick-controls-action.html" status="active" access="public" title="Action" fulltitle="Action" subtitle="" groups="applicationwindow,controls" brief="Abstract user interface action that can be bound to items">
<qmlproperty threadsafety="unspecified" name="checkable" fullname="QtQuick.Controls.Action.checkable" href="qml-qtquick-controls-action.html#checkable-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="checked" fullname="QtQuick.Controls.Action.checked" href="qml-qtquick-controls-action.html#checked-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="enabled" fullname="QtQuick.Controls.Action.enabled" href="qml-qtquick-controls-action.html#enabled-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="exclusiveGroup" fullname="QtQuick.Controls.Action.exclusiveGroup" href="qml-qtquick-controls-action.html#exclusiveGroup-prop" status="active" access="public" type="ExclusiveGroup" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="iconName" fullname="QtQuick.Controls.Action.iconName" href="qml-qtquick-controls-action.html#iconName-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="iconSource" fullname="QtQuick.Controls.Action.iconSource" href="qml-qtquick-controls-action.html#iconSource-prop" status="active" access="public" type="url" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="shortcut" fullname="QtQuick.Controls.Action.shortcut" href="qml-qtquick-controls-action.html#shortcut-prop" status="active" access="public" type="keysequence" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="text" fullname="QtQuick.Controls.Action.text" href="qml-qtquick-controls-action.html#text-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="tooltip" fullname="QtQuick.Controls.Action.tooltip" href="qml-qtquick-controls-action.html#tooltip-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlsignal threadsafety="unspecified" name="toggled" fullname="QtQuick.Controls.Action.toggled" href="qml-qtquick-controls-action.html#toggled-signal" status="active" access="public"/>
<qmlsignal threadsafety="unspecified" name="triggered" fullname="QtQuick.Controls.Action.triggered" href="qml-qtquick-controls-action.html#triggered-signal" status="active" access="public"/>
<qmlmethod threadsafety="unspecified" name="trigger" fullname="QtQuick.Controls.Action.trigger" href="qml-qtquick-controls-action.html#trigger-method" status="active" access="public"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="ExclusiveGroup" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.ExclusiveGroup" href="qml-qtquick-controls-exclusivegroup.html" status="active" access="public" title="ExclusiveGroup" fulltitle="ExclusiveGroup" subtitle="" groups="controls" brief="Way to declare several checkable controls as mutually exclusive">
<contents name="adding-support-to-exclusivegroup" title="Adding support to ExclusiveGroup" level="1"/>
<qmlproperty threadsafety="unspecified" name="current" fullname="QtQuick.Controls.ExclusiveGroup.current" href="qml-qtquick-controls-exclusivegroup.html#current-prop" status="active" access="public" type="object" attached="false" writable="true"/>
<qmlmethod threadsafety="unspecified" name="bindCheckable" fullname="QtQuick.Controls.ExclusiveGroup.bindCheckable" href="qml-qtquick-controls-exclusivegroup.html#bindCheckable-method" status="active" access="public"/>
<qmlmethod threadsafety="unspecified" name="unbindCheckable" fullname="QtQuick.Controls.ExclusiveGroup.unbindCheckable" href="qml-qtquick-controls-exclusivegroup.html#unbindCheckable-method" status="active" access="public"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="MenuBarPrivate" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.MenuBarPrivate" href="qml-qtquick-controls-menubarprivate.html" status="internal" access="private" title="MenuBarPrivate" fulltitle="MenuBarPrivate" subtitle=""/>
<qmlclass threadsafety="unspecified" name="MenuItem" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.MenuItem" href="qml-qtquick-controls-menuitem.html" status="active" access="public" title="MenuItem" fulltitle="MenuItem" subtitle="" groups="menus,controls" brief="Item to add in a menu or a menu bar">
<qmlproperty threadsafety="unspecified" name="action" fullname="QtQuick.Controls.MenuItem.action" href="qml-qtquick-controls-menuitem.html#action-prop" status="active" access="public" type="Action" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="checkable" fullname="QtQuick.Controls.MenuItem.checkable" href="qml-qtquick-controls-menuitem.html#checkable-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="checked" fullname="QtQuick.Controls.MenuItem.checked" href="qml-qtquick-controls-menuitem.html#checked-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="enabled" fullname="QtQuick.Controls.MenuItem.enabled" href="qml-qtquick-controls-menuitem.html#enabled-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="exclusiveGroup" fullname="QtQuick.Controls.MenuItem.exclusiveGroup" href="qml-qtquick-controls-menuitem.html#exclusiveGroup-prop" status="active" access="public" type="ExclusiveGroup" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="iconName" fullname="QtQuick.Controls.MenuItem.iconName" href="qml-qtquick-controls-menuitem.html#iconName-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="iconSource" fullname="QtQuick.Controls.MenuItem.iconSource" href="qml-qtquick-controls-menuitem.html#iconSource-prop" status="active" access="public" type="url" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="shortcut" fullname="QtQuick.Controls.MenuItem.shortcut" href="qml-qtquick-controls-menuitem.html#shortcut-prop" status="active" access="public" type="keysequence" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="text" fullname="QtQuick.Controls.MenuItem.text" href="qml-qtquick-controls-menuitem.html#text-prop" status="active" access="public" type="string" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="type" fullname="QtQuick.Controls.MenuItem.type" href="qml-qtquick-controls-menuitem.html#type-prop" status="active" access="public" type="enumeration" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="visible" fullname="QtQuick.Controls.MenuItem.visible" href="qml-qtquick-controls-menuitem.html#visible-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
<qmlsignal threadsafety="unspecified" name="toggled" fullname="QtQuick.Controls.MenuItem.toggled" href="qml-qtquick-controls-menuitem.html#toggled-signal" status="active" access="public"/>
<qmlsignal threadsafety="unspecified" name="triggered" fullname="QtQuick.Controls.MenuItem.triggered" href="qml-qtquick-controls-menuitem.html#triggered-signal" status="active" access="public"/>
<qmlmethod threadsafety="unspecified" name="trigger" fullname="QtQuick.Controls.MenuItem.trigger" href="qml-qtquick-controls-menuitem.html#trigger-method" status="active" access="public"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="MenuPrivate" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.MenuPrivate" href="qml-qtquick-controls-menuprivate.html" status="internal" access="private" title="MenuPrivate" fulltitle="MenuPrivate" subtitle=""/>
<qmlclass threadsafety="unspecified" name="MenuSeparator" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.MenuSeparator" href="qml-qtquick-controls-menuseparator.html" status="active" access="public" title="MenuSeparator" fulltitle="MenuSeparator" subtitle="" groups="menus,controls" brief="Separator for items inside a menu">
<qmlproperty threadsafety="unspecified" name="type" fullname="QtQuick.Controls.MenuSeparator.type" href="qml-qtquick-controls-menuseparator.html#type-prop" status="active" access="public" type="enumeration" attached="false" writable="false"/>
<qmlproperty threadsafety="unspecified" name="visible" fullname="QtQuick.Controls.MenuSeparator.visible" href="qml-qtquick-controls-menuseparator.html#visible-prop" status="active" access="public" type="bool" attached="false" writable="true"/>
</qmlclass>
<class threadsafety="unspecified" name="QQuickAction1" href="qquickaction1.html" status="internal" access="private" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="54" bases="QObject">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickAction1::QPrivateSignal" href="qquickaction1-qprivatesignal.html" status="active" access="private" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="56"/>
<function threadsafety="unspecified" name="QQuickAction1" fullname="QQuickAction1::QQuickAction1" href="qquickaction1.html#QQuickAction1" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="73" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickAction1(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickAction1::tr" href="qquickaction1.html#tr" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="56" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickAction1::trUtf8" href="qquickaction1.html#trUtf8" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="56" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="event" fullname="QQuickAction1::event" href="qquickaction1.html#event" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="112" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool event(QEvent *e)">
<parameter type="QEvent *" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickAction1::qt_metacall" href="qquickaction1.html#qt_metacall" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="56" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickAction1::qt_metacast" href="qquickaction1.html#qt_metacast" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="56" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="checkableChanged" fullname="QQuickAction1::checkableChanged" href="qquickaction1.html#checkable-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="129" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="checkable" type="void" signature="void checkableChanged()"/>
<function threadsafety="unspecified" name="enabledChanged" fullname="QQuickAction1::enabledChanged" href="qquickaction1.html#enabled-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="128" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="enabled" type="void" signature="void enabledChanged()"/>
<function threadsafety="unspecified" name="exclusiveGroupChanged" fullname="QQuickAction1::exclusiveGroupChanged" href="qquickaction1.html#exclusiveGroup-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="131" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="exclusiveGroup" type="void" signature="void exclusiveGroupChanged()"/>
<function threadsafety="unspecified" name="iconChanged" fullname="QQuickAction1::iconChanged" href="qquickaction1.html#__icon-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="124" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__icon" type="void" signature="void iconChanged()"/>
<function threadsafety="unspecified" name="iconNameChanged" fullname="QQuickAction1::iconNameChanged" href="qquickaction1.html#iconName-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="125" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="iconName" type="void" signature="void iconNameChanged()"/>
<function threadsafety="unspecified" name="iconSourceChanged" fullname="QQuickAction1::iconSourceChanged" href="qquickaction1.html#iconSource-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="126" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="iconSource" type="void" signature="void iconSourceChanged()"/>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickAction1::qt_static_metacall" href="qquickaction1.html#qt_static_metacall" status="active" access="private" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="56" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="resetIconSource" fullname="QQuickAction1::resetIconSource" href="qquickaction1.html#iconSource-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="89" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="iconSource" type="void" signature="void resetIconSource()"/>
<function threadsafety="unspecified" name="resetText" fullname="QQuickAction1::resetText" href="qquickaction1.html#text-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="77" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="text" type="void" signature="void resetText()"/>
<function threadsafety="unspecified" name="resetTooltip" fullname="QQuickAction1::resetTooltip" href="qquickaction1.html#tooltip-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="93" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="tooltip" type="void" signature="void resetTooltip()"/>
<function threadsafety="unspecified" name="setCheckable" fullname="QQuickAction1::setCheckable" href="qquickaction1.html#checkable-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="100" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="checkable" type="void" signature="void setCheckable(bool c)">
<parameter type="bool" name="c" default=""/>
</function>
<function threadsafety="unspecified" name="setChecked" fullname="QQuickAction1::setChecked" href="qquickaction1.html#checked-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="103" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="checked" type="void" signature="void setChecked(bool c)">
<parameter type="bool" name="c" default=""/>
</function>
<function threadsafety="unspecified" name="setEnabled" fullname="QQuickAction1::setEnabled" href="qquickaction1.html#enabled-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="97" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="enabled" type="void" signature="void setEnabled(bool e)">
<parameter type="bool" name="e" default=""/>
</function>
<function threadsafety="unspecified" name="setExclusiveGroup" fullname="QQuickAction1::setExclusiveGroup" href="qquickaction1.html#exclusiveGroup-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="106" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="exclusiveGroup" type="void" signature="void setExclusiveGroup(QQuickExclusiveGroup1 *arg)">
<parameter type="QQuickExclusiveGroup1 *" name="arg" default=""/>
</function>
<function threadsafety="unspecified" name="setIcon" fullname="QQuickAction1::setIcon" href="qquickaction1.html#setIcon" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="110" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setIcon(const QIcon &amp;icon)">
<parameter type="const QIcon &amp;" name="icon" default=""/>
</function>
<function threadsafety="unspecified" name="setIconName" fullname="QQuickAction1::setIconName" href="qquickaction1.html#iconName-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="86" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="iconName" type="void" signature="void setIconName(const QString &amp;iconName)">
<parameter type="const QString &amp;" name="iconName" default=""/>
</function>
<function threadsafety="unspecified" name="setIconSource" fullname="QQuickAction1::setIconSource" href="qquickaction1.html#iconSource-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="90" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="iconSource" type="void" signature="void setIconSource(const QUrl &amp;iconSource)">
<parameter type="const QUrl &amp;" name="iconSource" default=""/>
</function>
<function threadsafety="unspecified" name="setMnemonicFromText" fullname="QQuickAction1::setMnemonicFromText" href="qquickaction1.html#setMnemonicFromText" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="83" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setMnemonicFromText(const QString &amp;mnemonic)">
<parameter type="const QString &amp;" name="mnemonic" default=""/>
</function>
<function threadsafety="unspecified" name="setShortcut" fullname="QQuickAction1::setShortcut" href="qquickaction1.html#shortcut-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="81" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="shortcut" type="void" signature="void setShortcut(const QVariant &amp;shortcut)">
<parameter type="const QVariant &amp;" name="shortcut" default=""/>
</function>
<function threadsafety="unspecified" name="setText" fullname="QQuickAction1::setText" href="qquickaction1.html#text-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="78" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="text" type="void" signature="void setText(const QString &amp;text)">
<parameter type="const QString &amp;" name="text" default=""/>
</function>
<function threadsafety="unspecified" name="setTooltip" fullname="QQuickAction1::setTooltip" href="qquickaction1.html#tooltip-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="94" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="tooltip" type="void" signature="void setTooltip(const QString &amp;tooltip)">
<parameter type="const QString &amp;" name="tooltip" default=""/>
</function>
<function threadsafety="unspecified" name="shortcutChanged" fullname="QQuickAction1::shortcutChanged" href="qquickaction1.html#shortcut-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="122" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="shortcut" type="void" signature="void shortcutChanged(const QVariant &amp;shortcut)">
<parameter type="const QVariant &amp;" name="shortcut" default=""/>
</function>
<function threadsafety="unspecified" name="textChanged" fullname="QQuickAction1::textChanged" href="qquickaction1.html#text-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="121" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="text" type="void" signature="void textChanged()"/>
<function threadsafety="unspecified" name="toggled" fullname="QQuickAction1::toggled" href="qquickaction1.html#checked-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="119" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="checked" type="void" signature="void toggled(bool checked)">
<parameter type="bool" name="checked" default=""/>
</function>
<function threadsafety="unspecified" name="tooltipChanged" fullname="QQuickAction1::tooltipChanged" href="qquickaction1.html#tooltip-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="127" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="tooltip" type="void" signature="void tooltipChanged(const QString &amp;arg)">
<parameter type="const QString &amp;" name="arg" default=""/>
</function>
<function threadsafety="unspecified" name="trigger" fullname="QQuickAction1::trigger" href="qquickaction1.html#trigger" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="115" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void trigger(QObject *source)">
<parameter type="QObject *" name="source" default="0"/>
</function>
<function threadsafety="unspecified" name="triggered" fullname="QQuickAction1::triggered" href="qquickaction1.html#triggered" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="118" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void triggered(QObject *source)">
<parameter type="QObject *" name="source" default="0"/>
</function>
<function threadsafety="unspecified" name="~QQuickAction1" fullname="QQuickAction1::~QQuickAction1" href="qquickaction1.html#dtor.QQuickAction1" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="74" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQuickAction1()"/>
<function threadsafety="unspecified" name="icon" fullname="QQuickAction1::icon" href="qquickaction1.html#icon" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="108" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QIcon" signature="QIcon icon() const"/>
<function threadsafety="unspecified" name="exclusiveGroup" fullname="QQuickAction1::exclusiveGroup" href="qquickaction1.html#exclusiveGroup-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="105" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="exclusiveGroup" type="QQuickExclusiveGroup1 *" signature="QQuickExclusiveGroup1 * exclusiveGroup() const"/>
<function threadsafety="unspecified" name="iconName" fullname="QQuickAction1::iconName" href="qquickaction1.html#iconName-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="85" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="iconName" type="QString" signature="QString iconName() const"/>
<function threadsafety="unspecified" name="text" fullname="QQuickAction1::text" href="qquickaction1.html#text-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="76" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="text" type="QString" signature="QString text() const"/>
<function threadsafety="unspecified" name="tooltip" fullname="QQuickAction1::tooltip" href="qquickaction1.html#tooltip-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="92" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="tooltip" type="QString" signature="QString tooltip() const"/>
<function threadsafety="unspecified" name="iconSource" fullname="QQuickAction1::iconSource" href="qquickaction1.html#iconSource-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="88" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="iconSource" type="QUrl" signature="QUrl iconSource() const"/>
<function threadsafety="unspecified" name="iconVariant" fullname="QQuickAction1::iconVariant" href="qquickaction1.html#__icon-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="109" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__icon" type="QVariant" signature="QVariant iconVariant() const"/>
<function threadsafety="unspecified" name="shortcut" fullname="QQuickAction1::shortcut" href="qquickaction1.html#shortcut-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="80" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="shortcut" type="QVariant" signature="QVariant shortcut() const"/>
<function threadsafety="unspecified" name="isCheckable" fullname="QQuickAction1::isCheckable" href="qquickaction1.html#checkable-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="99" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="checkable" type="bool" signature="bool isCheckable() const"/>
<function threadsafety="unspecified" name="isChecked" fullname="QQuickAction1::isChecked" href="qquickaction1.html#checked-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="102" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="checked" type="bool" signature="bool isChecked() const"/>
<function threadsafety="unspecified" name="isEnabled" fullname="QQuickAction1::isEnabled" href="qquickaction1.html#enabled-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="96" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="enabled" type="bool" signature="bool isEnabled() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickAction1::metaObject" href="qquickaction1.html#metaObject" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="56" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<property threadsafety="unspecified" name="__icon" fullname="QQuickAction1::__icon" href="qquickaction1.html#__icon-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="61" type="QVariant">
<getter name="iconVariant"/>
<notifier name="iconChanged"/>
</property>
<property threadsafety="unspecified" name="checkable" fullname="QQuickAction1::checkable" href="qquickaction1.html#checkable-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="64" type="bool">
<getter name="isCheckable"/>
<setter name="setCheckable"/>
<notifier name="checkableChanged"/>
</property>
<property threadsafety="unspecified" name="checked" fullname="QQuickAction1::checked" href="qquickaction1.html#checked-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="65" type="bool">
<getter name="isChecked"/>
<setter name="setChecked"/>
<notifier name="toggled"/>
</property>
<property threadsafety="unspecified" name="enabled" fullname="QQuickAction1::enabled" href="qquickaction1.html#enabled-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="63" type="bool">
<getter name="isEnabled"/>
<setter name="setEnabled"/>
<notifier name="enabledChanged"/>
</property>
<property threadsafety="unspecified" name="exclusiveGroup" fullname="QQuickAction1::exclusiveGroup" href="qquickaction1.html#exclusiveGroup-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="67" type="QQuickExclusiveGroup1*">
<getter name="exclusiveGroup"/>
<setter name="setExclusiveGroup"/>
<notifier name="exclusiveGroupChanged"/>
</property>
<property threadsafety="unspecified" name="iconName" fullname="QQuickAction1::iconName" href="qquickaction1.html#iconName-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="60" type="QString">
<getter name="iconName"/>
<setter name="setIconName"/>
<notifier name="iconNameChanged"/>
</property>
<property threadsafety="unspecified" name="iconSource" fullname="QQuickAction1::iconSource" href="qquickaction1.html#iconSource-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="59" type="QUrl">
<getter name="iconSource"/>
<setter name="setIconSource"/>
<resetter name="resetIconSource"/>
<notifier name="iconSourceChanged"/>
</property>
<property threadsafety="unspecified" name="shortcut" fullname="QQuickAction1::shortcut" href="qquickaction1.html#shortcut-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="69" type="QVariant">
<getter name="shortcut"/>
<setter name="setShortcut"/>
<notifier name="shortcutChanged"/>
</property>
<property threadsafety="unspecified" name="text" fullname="QQuickAction1::text" href="qquickaction1.html#text-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="58" type="QString">
<getter name="text"/>
<setter name="setText"/>
<resetter name="resetText"/>
<notifier name="textChanged"/>
</property>
<property threadsafety="unspecified" name="tooltip" fullname="QQuickAction1::tooltip" href="qquickaction1.html#tooltip-prop" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="62" type="QString">
<getter name="tooltip"/>
<setter name="setTooltip"/>
<resetter name="resetTooltip"/>
<notifier name="tooltipChanged"/>
</property>
<variable threadsafety="unspecified" name="m_checkable" fullname="QQuickAction1::m_checkable" href="qquickaction1.html#m_checkable-var" status="active" access="private" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="139" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_checked" fullname="QQuickAction1::m_checked" href="qquickaction1.html#m_checked-var" status="active" access="private" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="140" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_enabled" fullname="QQuickAction1::m_enabled" href="qquickaction1.html#m_enabled-var" status="active" access="private" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="138" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_exclusiveGroup" fullname="QQuickAction1::m_exclusiveGroup" href="qquickaction1.html#m_exclusiveGroup-var" status="active" access="private" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="141" type="QPointer&lt;QQuickExclusiveGroup1&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_icon" fullname="QQuickAction1::m_icon" href="qquickaction1.html#m_icon-var" status="active" access="private" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="137" type="QIcon" static="false"/>
<variable threadsafety="unspecified" name="m_iconName" fullname="QQuickAction1::m_iconName" href="qquickaction1.html#m_iconName-var" status="active" access="private" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="136" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_iconSource" fullname="QQuickAction1::m_iconSource" href="qquickaction1.html#m_iconSource-var" status="active" access="private" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="135" type="QUrl" static="false"/>
<variable threadsafety="unspecified" name="m_mnemonic" fullname="QQuickAction1::m_mnemonic" href="qquickaction1.html#m_mnemonic-var" status="active" access="private" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="143" type="QKeySequence" static="false"/>
<variable threadsafety="unspecified" name="m_shortcut" fullname="QQuickAction1::m_shortcut" href="qquickaction1.html#m_shortcut-var" status="active" access="private" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="142" type="QKeySequence" static="false"/>
<variable threadsafety="unspecified" name="m_text" fullname="QQuickAction1::m_text" href="qquickaction1.html#m_text-var" status="active" access="private" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="134" type="QString" static="false"/>
<variable threadsafety="unspecified" name="m_tooltip" fullname="QQuickAction1::m_tooltip" href="qquickaction1.html#m_tooltip-var" status="active" access="private" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="144" type="QString" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickAction1::staticMetaObject" href="qquickaction1.html#staticMetaObject-var" status="active" access="public" location="qquickaction_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickaction_p.h" lineno="56" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickDesktopIconProvider1" href="qquickdesktopiconprovider1.html" status="internal" access="private" location="qquickdesktopiconprovider_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickdesktopiconprovider_p.h" lineno="49" bases="QQuickImageProvider">
<function threadsafety="unspecified" name="requestPixmap" fullname="QQuickDesktopIconProvider1::requestPixmap" href="qquickdesktopiconprovider1.html#requestPixmap" status="active" access="public" location="qquickdesktopiconprovider_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickdesktopiconprovider_p.h" lineno="57" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QPixmap" signature="QPixmap requestPixmap(const QString &amp;id, QSize *size, const QSize &amp;requestedSize)">
<parameter type="const QString &amp;" name="id" default=""/>
<parameter type="QSize *" name="size" default=""/>
<parameter type="const QSize &amp;" name="requestedSize" default=""/>
</function>
<function threadsafety="unspecified" name="QQuickDesktopIconProvider1" fullname="QQuickDesktopIconProvider1::QQuickDesktopIconProvider1" href="qquickdesktopiconprovider1.html#QQuickDesktopIconProvider1" status="active" access="public" location="qquickdesktopiconprovider_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickdesktopiconprovider_p.h" lineno="52" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickDesktopIconProvider1()"/>
</class>
<class threadsafety="unspecified" name="QQuickExclusiveGroup1" href="qquickexclusivegroup1.html" status="internal" access="private" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="51" bases="QObject">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickExclusiveGroup1::QPrivateSignal" href="qquickexclusivegroup1-qprivatesignal.html" status="active" access="private" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="53"/>
<function threadsafety="unspecified" name="actions" fullname="QQuickExclusiveGroup1::actions" href="qquickexclusivegroup1.html#__actions-prop" status="active" access="public" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="65" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__actions" type="QQmlListProperty&lt;QQuickAction1&gt;" signature="QQmlListProperty&lt;QQuickAction1&gt; actions()"/>
<function threadsafety="unspecified" name="QQuickExclusiveGroup1" fullname="QQuickExclusiveGroup1::QQuickExclusiveGroup1" href="qquickexclusivegroup1.html#QQuickExclusiveGroup1" status="active" access="public" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="60" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickExclusiveGroup1(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickExclusiveGroup1::tr" href="qquickexclusivegroup1.html#tr" status="active" access="public" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="53" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickExclusiveGroup1::trUtf8" href="qquickexclusivegroup1.html#trUtf8" status="active" access="public" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="53" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickExclusiveGroup1::qt_metacall" href="qquickexclusivegroup1.html#qt_metacall" status="active" access="public" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="53" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickExclusiveGroup1::qt_metacast" href="qquickexclusivegroup1.html#qt_metacast" status="active" access="public" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="53" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="append_actions" fullname="QQuickExclusiveGroup1::append_actions" href="qquickexclusivegroup1.html#append_actions" status="active" access="private" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="78" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void append_actions(QQmlListProperty&lt;QQuickAction1&gt; *list, QQuickAction1 *action)">
<parameter type="QQmlListProperty&lt;QQuickAction1&gt; *" name="list" default=""/>
<parameter type="QQuickAction1 *" name="action" default=""/>
</function>
<function threadsafety="unspecified" name="bindCheckable" fullname="QQuickExclusiveGroup1::bindCheckable" href="qquickexclusivegroup1.html#bindCheckable" status="active" access="public" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="68" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void bindCheckable(QObject *o)">
<parameter type="QObject *" name="o" default=""/>
</function>
<function threadsafety="unspecified" name="currentChanged" fullname="QQuickExclusiveGroup1::currentChanged" href="qquickexclusivegroup1.html#current-prop" status="active" access="public" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="72" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="current" type="void" signature="void currentChanged()"/>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickExclusiveGroup1::qt_static_metacall" href="qquickexclusivegroup1.html#qt_static_metacall" status="active" access="private" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="53" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setCurrent" fullname="QQuickExclusiveGroup1::setCurrent" href="qquickexclusivegroup1.html#current-prop" status="active" access="public" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="63" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="current" type="void" signature="void setCurrent(QObject *o)">
<parameter type="QObject *" name="o" default=""/>
</function>
<function threadsafety="unspecified" name="unbindCheckable" fullname="QQuickExclusiveGroup1::unbindCheckable" href="qquickexclusivegroup1.html#unbindCheckable" status="active" access="public" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="69" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void unbindCheckable(QObject *o)">
<parameter type="QObject *" name="o" default=""/>
</function>
<function threadsafety="unspecified" name="updateCurrent" fullname="QQuickExclusiveGroup1::updateCurrent" href="qquickexclusivegroup1.html#updateCurrent" status="active" access="private" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="75" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateCurrent()"/>
<function threadsafety="unspecified" name="current" fullname="QQuickExclusiveGroup1::current" href="qquickexclusivegroup1.html#current-prop" status="active" access="public" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="62" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="current" type="QObject *" signature="QObject * current() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickExclusiveGroup1::metaObject" href="qquickexclusivegroup1.html#metaObject" status="active" access="public" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="53" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<property threadsafety="unspecified" name="__actions" fullname="QQuickExclusiveGroup1::__actions" href="qquickexclusivegroup1.html#__actions-prop" status="active" access="public" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="56" type="QQmlListProperty&lt;QQuickAction1&gt;">
<getter name="actions"/>
</property>
<property threadsafety="unspecified" name="current" fullname="QQuickExclusiveGroup1::current" href="qquickexclusivegroup1.html#current-prop" status="active" access="public" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="55" type="QObject*">
<getter name="current"/>
<setter name="setCurrent"/>
<notifier name="currentChanged"/>
</property>
<variable threadsafety="unspecified" name="m_current" fullname="QQuickExclusiveGroup1::m_current" href="qquickexclusivegroup1.html#m_current-var" status="active" access="private" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="80" type="QObject *" static="false"/>
<variable threadsafety="unspecified" name="m_updateCurrentMethod" fullname="QQuickExclusiveGroup1::m_updateCurrentMethod" href="qquickexclusivegroup1.html#m_updateCurrentMethod-var" status="active" access="private" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="81" type="QMetaMethod" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickExclusiveGroup1::staticMetaObject" href="qquickexclusivegroup1.html#staticMetaObject-var" status="active" access="public" location="qquickexclusivegroup_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickexclusivegroup_p.h" lineno="53" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickMenu1" href="qquickmenu1.html" status="internal" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="61" bases="QQuickMenuText1" module="QtQuickControls1">
<class threadsafety="unspecified" name="MenuItemIterator" fullname="QQuickMenu1::MenuItemIterator" href="qquickmenu1-menuitemiterator.html" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="181">
<function threadsafety="unspecified" name="MenuItemIterator" fullname="QQuickMenu1::MenuItemIterator::MenuItemIterator" href="qquickmenu1-menuitemiterator.html#MenuItemIterator" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="183" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="MenuItemIterator()"/>
<variable threadsafety="unspecified" name="containerIndex" fullname="QQuickMenu1::MenuItemIterator::containerIndex" href="qquickmenu1-menuitemiterator.html#containerIndex-var" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="184" type="int" static="false"/>
<variable threadsafety="unspecified" name="index" fullname="QQuickMenu1::MenuItemIterator::index" href="qquickmenu1-menuitemiterator.html#index-var" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="184" type="int" static="false"/>
</class>
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickMenu1::QPrivateSignal" href="qquickmenu1-qprivatesignal.html" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="63"/>
<enum threadsafety="unspecified" name="MenuType" fullname="QQuickMenu1::MenuType" href="qquickmenu1.html#MenuType-enum" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="82">
<value name="DefaultMenu" value="0"/>
<value name="EditMenu" value="1"/>
</enum>
<function threadsafety="unspecified" name="at_menuItems" fullname="QQuickMenu1::at_menuItems" href="qquickmenu1.html#at_menuItems" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="191" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QObject *" signature="QObject * at_menuItems(QQuickMenuItems *list, int index)">
<parameter type="QQuickMenuItems *" name="list" default=""/>
<parameter type="int" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="QQuickMenu1" fullname="QQuickMenu1::QQuickMenu1" href="qquickmenu1.html#QQuickMenu1" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="117" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickMenu1(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="menuBar" fullname="QQuickMenu1::menuBar" href="qquickmenu1.html#menuBar" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="159" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickMenuBar1 *" signature="QQuickMenuBar1 * menuBar()"/>
<function threadsafety="unspecified" name="addItem" fullname="QQuickMenu1::addItem" href="qquickmenu1.html#addItem" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="85" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickMenuItem1 *" signature="QQuickMenuItem1 * addItem(const QString &amp;)">
<parameter type="const QString &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="insertItem" fullname="QQuickMenu1::insertItem" href="qquickmenu1.html#insertItem" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="86" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickMenuItem1 *" signature="QQuickMenuItem1 * insertItem(int , const QString &amp;)">
<parameter type="int" name="" default=""/>
<parameter type="const QString &amp;" name="" default=""/>
</function>
<function threadsafety="unspecified" name="menuItems" fullname="QQuickMenu1::menuItems" href="qquickmenu1.html#items-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="126" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="items" type="QQuickMenuItems" signature="QQuickMenuItems menuItems()"/>
<function threadsafety="unspecified" name="findParentWindow" fullname="QQuickMenu1::findParentWindow" href="qquickmenu1.html#findParentWindow" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="174" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickWindow *" signature="QQuickWindow * findParentWindow()"/>
<function threadsafety="unspecified" name="tr" fullname="QQuickMenu1::tr" href="qquickmenu1.html#tr" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="63" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickMenu1::trUtf8" href="qquickmenu1.html#trUtf8" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="63" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="contains" fullname="QQuickMenu1::contains" href="qquickmenu1.html#contains" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="128" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool contains(QQuickMenuBase1 *)">
<parameter type="QQuickMenuBase1 *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="isNative" fullname="QQuickMenu1::isNative" href="qquickmenu1.html#isNative" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="147" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool isNative()"/>
<function threadsafety="unspecified" name="count_menuItems" fullname="QQuickMenu1::count_menuItems" href="qquickmenu1.html#count_menuItems" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="190" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int count_menuItems(QQuickMenuItems *list)">
<parameter type="QQuickMenuItems *" name="list" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickMenu1::qt_metacall" href="qquickmenu1.html#qt_metacall" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="63" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickMenu1::qt_metacast" href="qquickmenu1.html#qt_metacast" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="63" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="__closeAndDestroy" fullname="QQuickMenu1::__closeAndDestroy" href="qquickmenu1.html#underscore._closeAndDestroy" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="99" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void __closeAndDestroy()"/>
<function threadsafety="unspecified" name="__dismissAndDestroy" fullname="QQuickMenu1::__dismissAndDestroy" href="qquickmenu1.html#underscore._dismissAndDestroy" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="100" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void __dismissAndDestroy()"/>
<function threadsafety="unspecified" name="__dismissMenu" fullname="QQuickMenu1::__dismissMenu" href="qquickmenu1.html#underscore._dismissMenu" status="internal" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="97" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void __dismissMenu()"/>
<function threadsafety="unspecified" name="__menuPopupDestroyed" fullname="QQuickMenu1::__menuPopupDestroyed" href="qquickmenu1.html#underscore._menuPopupDestroyed" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="110" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void __menuPopupDestroyed()"/>
<function threadsafety="unspecified" name="__popup" fullname="QQuickMenu1::__popup" href="qquickmenu1.html#underscore._popup" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="94" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void __popup(const QRectF &amp;targetRect, int atItemIndex, QQuickMenu1::MenuType menuType)">
<parameter type="const QRectF &amp;" name="targetRect" default=""/>
<parameter type="int" name="atItemIndex" default="-1"/>
<parameter type="QQuickMenu1::MenuType" name="menuType" default="DefaultMenu"/>
</function>
<function threadsafety="unspecified" name="__popupGeometryChanged" fullname="QQuickMenu1::__popupGeometryChanged" href="qquickmenu1.html#__popupGeometry-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="111" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__popupGeometry" type="void" signature="void __popupGeometryChanged()"/>
<function threadsafety="unspecified" name="__proxyChanged" fullname="QQuickMenu1::__proxyChanged" href="qquickmenu1.html#__isProxy-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="114" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__isProxy" type="void" signature="void __proxyChanged()"/>
<function threadsafety="unspecified" name="__selectedIndexChanged" fullname="QQuickMenu1::__selectedIndexChanged" href="qquickmenu1.html#__selectedIndex-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="106" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__selectedIndex" type="void" signature="void __selectedIndexChanged()"/>
<function threadsafety="unspecified" name="aboutToHide" fullname="QQuickMenu1::aboutToHide" href="qquickmenu1.html#aboutToHide" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="108" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void aboutToHide()"/>
<function threadsafety="unspecified" name="aboutToShow" fullname="QQuickMenu1::aboutToShow" href="qquickmenu1.html#aboutToShow" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="107" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void aboutToShow()"/>
<function threadsafety="unspecified" name="addSeparator" fullname="QQuickMenu1::addSeparator" href="qquickmenu1.html#addSeparator" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="87" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void addSeparator()"/>
<function threadsafety="unspecified" name="append_menuItems" fullname="QQuickMenu1::append_menuItems" href="qquickmenu1.html#append_menuItems" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="189" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void append_menuItems(QQuickMenuItems *list, QObject *o)">
<parameter type="QQuickMenuItems *" name="list" default=""/>
<parameter type="QObject *" name="o" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="QQuickMenu1::clear" href="qquickmenu1.html#clear" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="92" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void clear()"/>
<function threadsafety="unspecified" name="clearPopupWindow" fullname="QQuickMenu1::clearPopupWindow" href="qquickmenu1.html#clearPopupWindow" status="active" access="protected" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="167" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void clearPopupWindow()"/>
<function threadsafety="unspecified" name="clear_menuItems" fullname="QQuickMenu1::clear_menuItems" href="qquickmenu1.html#clear_menuItems" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="192" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void clear_menuItems(QQuickMenuItems *list)">
<parameter type="QQuickMenuItems *" name="list" default=""/>
</function>
<function threadsafety="unspecified" name="concludeItemTrigger" fullname="QQuickMenu1::concludeItemTrigger" href="qquickmenu1.html#concludeItemTrigger" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="155" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void concludeItemTrigger(QQuickMenuItem1 *)">
<parameter type="QQuickMenuItem1 *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="destroyAllMenuPopups" fullname="QQuickMenu1::destroyAllMenuPopups" href="qquickmenu1.html#destroyAllMenuPopups" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="157" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void destroyAllMenuPopups()"/>
<function threadsafety="unspecified" name="destroyMenuPopup" fullname="QQuickMenu1::destroyMenuPopup" href="qquickmenu1.html#destroyMenuPopup" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="156" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void destroyMenuPopup()"/>
<function threadsafety="unspecified" name="hideMenu" fullname="QQuickMenu1::hideMenu" href="qquickmenu1.html#hideMenu" status="internal" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="166" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void hideMenu()"/>
<function threadsafety="unspecified" name="insertItem" fullname="QQuickMenu1::insertItem" href="qquickmenu1.html#insertItem-1" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="90" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void insertItem(int , QQuickMenuBase1 *)">
<parameter type="int" name="" default=""/>
<parameter type="QQuickMenuBase1 *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="insertSeparator" fullname="QQuickMenu1::insertSeparator" href="qquickmenu1.html#insertSeparator" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="88" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void insertSeparator(int )">
<parameter type="int" name="" default=""/>
</function>
<function threadsafety="unspecified" name="itemsChanged" fullname="QQuickMenu1::itemsChanged" href="qquickmenu1.html#items-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="103" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="items" type="void" signature="void itemsChanged()"/>
<function threadsafety="unspecified" name="menuContentItemChanged" fullname="QQuickMenu1::menuContentItemChanged" href="qquickmenu1.html#__contentItem-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="112" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__contentItem" type="void" signature="void menuContentItemChanged()"/>
<function threadsafety="unspecified" name="minimumWidthChanged" fullname="QQuickMenu1::minimumWidthChanged" href="qquickmenu1.html#__minimumWidth-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="113" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__minimumWidth" type="void" signature="void minimumWidthChanged()"/>
<function threadsafety="unspecified" name="platformMenuWindowVisibleChanged" fullname="QQuickMenu1::platformMenuWindowVisibleChanged" href="qquickmenu1.html#platformMenuWindowVisibleChanged" status="active" access="protected" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="171" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void platformMenuWindowVisibleChanged(bool )">
<parameter type="bool" name="" default=""/>
</function>
<function threadsafety="unspecified" name="popup" fullname="QQuickMenu1::popup" href="qquickmenu1.html#popup" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="84" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void popup()"/>
<function threadsafety="unspecified" name="popupVisibleChanged" fullname="QQuickMenu1::popupVisibleChanged" href="qquickmenu1.html#__popupVisible-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="109" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__popupVisible" type="void" signature="void popupVisibleChanged()"/>
<function threadsafety="unspecified" name="prepareItemTrigger" fullname="QQuickMenu1::prepareItemTrigger" href="qquickmenu1.html#prepareItemTrigger" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="154" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void prepareItemTrigger(QQuickMenuItem1 *)">
<parameter type="QQuickMenuItem1 *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickMenu1::qt_static_metacall" href="qquickmenu1.html#qt_static_metacall" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="63" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="removeItem" fullname="QQuickMenu1::removeItem" href="qquickmenu1.html#removeItem" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="91" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void removeItem(QQuickMenuBase1 *)">
<parameter type="QQuickMenuBase1 *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setEnabled" fullname="QQuickMenu1::setEnabled" href="qquickmenu1.html#setEnabled" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="121" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setEnabled(bool )">
<parameter type="bool" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setFont" fullname="QQuickMenu1::setFont" href="qquickmenu1.html#__font-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="136" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__font" type="void" signature="void setFont(const QFont &amp;font)">
<parameter type="const QFont &amp;" name="font" default=""/>
</function>
<function threadsafety="unspecified" name="setMenuContentItem" fullname="QQuickMenu1::setMenuContentItem" href="qquickmenu1.html#setMenuContentItem" status="active" access="protected" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="164" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setMenuContentItem(QQuickItem *)">
<parameter type="QQuickItem *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setMinimumWidth" fullname="QQuickMenu1::setMinimumWidth" href="qquickmenu1.html#__minimumWidth-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="134" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__minimumWidth" type="void" signature="void setMinimumWidth(int w)">
<parameter type="int" name="w" default=""/>
</function>
<function threadsafety="unspecified" name="setPopupVisible" fullname="QQuickMenu1::setPopupVisible" href="qquickmenu1.html#setPopupVisible" status="active" access="protected" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="165" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setPopupVisible(bool )">
<parameter type="bool" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setProxy" fullname="QQuickMenu1::setProxy" href="qquickmenu1.html#__isProxy-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="152" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__isProxy" type="void" signature="void setProxy(bool proxy)">
<parameter type="bool" name="proxy" default=""/>
</function>
<function threadsafety="unspecified" name="setSelectedIndex" fullname="QQuickMenu1::setSelectedIndex" href="qquickmenu1.html#__selectedIndex-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="124" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__selectedIndex" type="void" signature="void setSelectedIndex(int index)">
<parameter type="int" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="setVisible" fullname="QQuickMenu1::setVisible" href="qquickmenu1.html#setVisible" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="120" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setVisible(bool )">
<parameter type="bool" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setXOffset" fullname="QQuickMenu1::setXOffset" href="qquickmenu1.html#__xOffset-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="140" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__xOffset" type="void" signature="void setXOffset(qreal )">
<parameter type="qreal" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setYOffset" fullname="QQuickMenu1::setYOffset" href="qquickmenu1.html#__yOffset-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="142" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__yOffset" type="void" signature="void setYOffset(qreal )">
<parameter type="qreal" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setupMenuItem" fullname="QQuickMenu1::setupMenuItem" href="qquickmenu1.html#setupMenuItem" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="195" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setupMenuItem(QQuickMenuBase1 *item, int platformIndex)">
<parameter type="QQuickMenuBase1 *" name="item" default=""/>
<parameter type="int" name="platformIndex" default="-1"/>
</function>
<function threadsafety="unspecified" name="syncParentMenuBar" fullname="QQuickMenu1::syncParentMenuBar" href="qquickmenu1.html#syncParentMenuBar" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="175" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void syncParentMenuBar()"/>
<function threadsafety="unspecified" name="titleChanged" fullname="QQuickMenu1::titleChanged" href="qquickmenu1.html#title-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="104" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="title" type="void" signature="void titleChanged()"/>
<function threadsafety="unspecified" name="unparentItem" fullname="QQuickMenu1::unparentItem" href="qquickmenu1.html#unparentItem" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="194" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void unparentItem(QQuickMenuBase1 *menuItem)">
<parameter type="QQuickMenuBase1 *" name="menuItem" default=""/>
</function>
<function threadsafety="unspecified" name="updateSelectedIndex" fullname="QQuickMenu1::updateSelectedIndex" href="qquickmenu1.html#updateSelectedIndex" status="active" access="protected" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="162" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateSelectedIndex()"/>
<function threadsafety="unspecified" name="updateText" fullname="QQuickMenu1::updateText" href="qquickmenu1.html#updateText" status="active" access="protected" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="169" virtual="virtual" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateText()"/>
<function threadsafety="unspecified" name="windowVisibleChanged" fullname="QQuickMenu1::windowVisibleChanged" href="qquickmenu1.html#windowVisibleChanged" status="internal" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="170" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void windowVisibleChanged(bool v)">
<parameter type="bool" name="v" default=""/>
</function>
<function threadsafety="unspecified" name="~QQuickMenu1" fullname="QQuickMenu1::~QQuickMenu1" href="qquickmenu1.html#dtor.QQuickMenu1" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="118" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQuickMenu1()"/>
<function threadsafety="unspecified" name="font" fullname="QQuickMenu1::font" href="qquickmenu1.html#__font-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="137" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__font" type="QFont" signature="QFont font() const"/>
<function threadsafety="unspecified" name="platformMenu" fullname="QQuickMenu1::platformMenu" href="qquickmenu1.html#platformMenu" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="131" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QPlatformMenu *" signature="QPlatformMenu * platformMenu() const"/>
<function threadsafety="unspecified" name="menuContentItem" fullname="QQuickMenu1::menuContentItem" href="qquickmenu1.html#__contentItem-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="144" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__contentItem" type="QQuickItem *" signature="QQuickItem * menuContentItem() const"/>
<function threadsafety="unspecified" name="menuItemAtIndex" fullname="QQuickMenu1::menuItemAtIndex" href="qquickmenu1.html#menuItemAtIndex" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="127" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickMenuBase1 *" signature="QQuickMenuBase1 * menuItemAtIndex(int index) const">
<parameter type="int" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="nextMenuItem" fullname="QQuickMenu1::nextMenuItem" href="qquickmenu1.html#nextMenuItem" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="187" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickMenuBase1 *" signature="QQuickMenuBase1 * nextMenuItem(QQuickMenu1::MenuItemIterator *) const">
<parameter type="QQuickMenu1::MenuItemIterator *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="topMenuPopup" fullname="QQuickMenu1::topMenuPopup" href="qquickmenu1.html#topMenuPopup" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="176" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickMenuPopupWindow1 *" signature="QQuickMenuPopupWindow1 * topMenuPopup() const"/>
<function threadsafety="unspecified" name="popupGeometry" fullname="QQuickMenu1::popupGeometry" href="qquickmenu1.html#__popupGeometry-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="149" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__popupGeometry" type="QRect" signature="QRect popupGeometry() const"/>
<function threadsafety="unspecified" name="isProxy" fullname="QQuickMenu1::isProxy" href="qquickmenu1.html#__isProxy-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="151" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__isProxy" type="bool" signature="bool isProxy() const"/>
<function threadsafety="unspecified" name="popupVisible" fullname="QQuickMenu1::popupVisible" href="qquickmenu1.html#__popupVisible-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="145" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__popupVisible" type="bool" signature="bool popupVisible() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickMenu1::metaObject" href="qquickmenu1.html#metaObject" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="63" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<function threadsafety="unspecified" name="indexOfMenuItem" fullname="QQuickMenu1::indexOfMenuItem" href="qquickmenu1.html#indexOfMenuItem" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="129" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int indexOfMenuItem(QQuickMenuBase1 *) const">
<parameter type="QQuickMenuBase1 *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="itemIndexForListIndex" fullname="QQuickMenu1::itemIndexForListIndex" href="qquickmenu1.html#itemIndexForListIndex" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="178" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int itemIndexForListIndex(int listIndex) const">
<parameter type="int" name="listIndex" default=""/>
</function>
<function threadsafety="unspecified" name="minimumWidth" fullname="QQuickMenu1::minimumWidth" href="qquickmenu1.html#__minimumWidth-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="133" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__minimumWidth" type="int" signature="int minimumWidth() const"/>
<function threadsafety="unspecified" name="selectedIndex" fullname="QQuickMenu1::selectedIndex" href="qquickmenu1.html#__selectedIndex-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="123" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__selectedIndex" type="int" signature="int selectedIndex() const"/>
<function threadsafety="unspecified" name="xOffset" fullname="QQuickMenu1::xOffset" href="qquickmenu1.html#__xOffset-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="139" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__xOffset" type="qreal" signature="qreal xOffset() const"/>
<function threadsafety="unspecified" name="yOffset" fullname="QQuickMenu1::yOffset" href="qquickmenu1.html#__yOffset-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="141" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__yOffset" type="qreal" signature="qreal yOffset() const"/>
<function threadsafety="unspecified" name="itemIndexToListIndex" fullname="QQuickMenu1::itemIndexToListIndex" href="qquickmenu1.html#itemIndexToListIndex" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="179" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void itemIndexToListIndex(int , int *, int *) const">
<parameter type="int" name="" default=""/>
<parameter type="int *" name="" default=""/>
<parameter type="int *" name="" default=""/>
</function>
<property threadsafety="unspecified" name="__action" fullname="QQuickMenu1::__action" href="qquickmenu1.html#__action-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="75" type="QQuickAction1*"/>
<property threadsafety="unspecified" name="__contentItem" fullname="QQuickMenu1::__contentItem" href="qquickmenu1.html#__contentItem-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="70" type="QQuickItem*">
<getter name="menuContentItem"/>
<notifier name="menuContentItemChanged"/>
</property>
<property threadsafety="unspecified" name="__font" fullname="QQuickMenu1::__font" href="qquickmenu1.html#__font-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="72" type="QFont">
<getter name="font"/>
<setter name="setFont"/>
</property>
<property threadsafety="unspecified" name="__isProxy" fullname="QQuickMenu1::__isProxy" href="qquickmenu1.html#__isProxy-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="77" type="bool">
<getter name="isProxy"/>
<setter name="setProxy"/>
<notifier name="__proxyChanged"/>
</property>
<property threadsafety="unspecified" name="__minimumWidth" fullname="QQuickMenu1::__minimumWidth" href="qquickmenu1.html#__minimumWidth-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="71" type="int">
<getter name="minimumWidth"/>
<setter name="setMinimumWidth"/>
<notifier name="minimumWidthChanged"/>
</property>
<property threadsafety="unspecified" name="__popupGeometry" fullname="QQuickMenu1::__popupGeometry" href="qquickmenu1.html#__popupGeometry-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="76" type="QRect">
<getter name="popupGeometry"/>
<notifier name="__popupGeometryChanged"/>
</property>
<property threadsafety="unspecified" name="__popupVisible" fullname="QQuickMenu1::__popupVisible" href="qquickmenu1.html#__popupVisible-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="69" type="bool">
<getter name="popupVisible"/>
<notifier name="popupVisibleChanged"/>
</property>
<property threadsafety="unspecified" name="__selectedIndex" fullname="QQuickMenu1::__selectedIndex" href="qquickmenu1.html#__selectedIndex-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="68" type="int">
<getter name="selectedIndex"/>
<setter name="setSelectedIndex"/>
<notifier name="__selectedIndexChanged"/>
</property>
<property threadsafety="unspecified" name="__xOffset" fullname="QQuickMenu1::__xOffset" href="qquickmenu1.html#__xOffset-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="73" type="qreal">
<getter name="xOffset"/>
<setter name="setXOffset"/>
</property>
<property threadsafety="unspecified" name="__yOffset" fullname="QQuickMenu1::__yOffset" href="qquickmenu1.html#__yOffset-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="74" type="qreal">
<getter name="yOffset"/>
<setter name="setYOffset"/>
</property>
<property threadsafety="unspecified" name="items" fullname="QQuickMenu1::items" href="qquickmenu1.html#items-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="65" type="QQmlListProperty&lt;QObject&gt;">
<getter name="menuItems"/>
<notifier name="itemsChanged"/>
</property>
<property threadsafety="unspecified" name="title" fullname="QQuickMenu1::title" href="qquickmenu1.html#title-prop" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="64" type="QString">
<notifier name="titleChanged"/>
</property>
<variable threadsafety="unspecified" name="m_containers" fullname="QQuickMenu1::m_containers" href="qquickmenu1.html#m_containers-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="199" type="QHash&lt;QObject *, QQuickMenuItemContainer1 *&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_containersCount" fullname="QQuickMenu1::m_containersCount" href="qquickmenu1.html#m_containersCount-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="208" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_font" fullname="QQuickMenu1::m_font" href="qquickmenu1.html#m_font-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="211" type="QFont" static="false"/>
<variable threadsafety="unspecified" name="m_highlightedIndex" fullname="QQuickMenu1::m_highlightedIndex" href="qquickmenu1.html#m_highlightedIndex-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="202" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_itemsCount" fullname="QQuickMenu1::m_itemsCount" href="qquickmenu1.html#m_itemsCount-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="200" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_menuContentItem" fullname="QQuickMenu1::m_menuContentItem" href="qquickmenu1.html#m_menuContentItem-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="206" type="QQuickItem *" static="false"/>
<variable threadsafety="unspecified" name="m_menuItems" fullname="QQuickMenu1::m_menuItems" href="qquickmenu1.html#m_menuItems-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="198" type="QList&lt;QQuickMenuBase1 *&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_minimumWidth" fullname="QQuickMenu1::m_minimumWidth" href="qquickmenu1.html#m_minimumWidth-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="204" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_parentWindow" fullname="QQuickMenu1::m_parentWindow" href="qquickmenu1.html#m_parentWindow-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="203" type="QQuickWindow *" static="false"/>
<variable threadsafety="unspecified" name="m_platformMenu" fullname="QQuickMenu1::m_platformMenu" href="qquickmenu1.html#m_platformMenu-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="197" type="QPlatformMenu *" static="false"/>
<variable threadsafety="unspecified" name="m_popupVisible" fullname="QQuickMenu1::m_popupVisible" href="qquickmenu1.html#m_popupVisible-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="207" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_popupWindow" fullname="QQuickMenu1::m_popupWindow" href="qquickmenu1.html#m_popupWindow-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="205" type="QQuickMenuPopupWindow1 *" static="false"/>
<variable threadsafety="unspecified" name="m_proxy" fullname="QQuickMenu1::m_proxy" href="qquickmenu1.html#m_proxy-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="213" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_selectedIndex" fullname="QQuickMenu1::m_selectedIndex" href="qquickmenu1.html#m_selectedIndex-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="201" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_triggerCount" fullname="QQuickMenu1::m_triggerCount" href="qquickmenu1.html#m_triggerCount-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="212" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_windowConnection" fullname="QQuickMenu1::m_windowConnection" href="qquickmenu1.html#m_windowConnection-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="214" type="QMetaObject::Connection" static="false"/>
<variable threadsafety="unspecified" name="m_xOffset" fullname="QQuickMenu1::m_xOffset" href="qquickmenu1.html#m_xOffset-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="209" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="m_yOffset" fullname="QQuickMenu1::m_yOffset" href="qquickmenu1.html#m_yOffset-var" status="active" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="210" type="qreal" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickMenu1::staticMetaObject" href="qquickmenu1.html#staticMetaObject-var" status="active" access="public" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="63" type="const QMetaObject" static="true"/>
</class>
<typedef threadsafety="unspecified" name="QQuickMenuItems" status="internal" access="private" location="qquickmenu_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenu_p.h" lineno="59"/>
<class threadsafety="unspecified" name="QQuickMenuBar1" href="qquickmenubar1.html" status="internal" access="private" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="53" bases="QObject" module="QtQuickControls1">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickMenuBar1::QPrivateSignal" href="qquickmenubar1-qprivatesignal.html" status="active" access="private" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="55"/>
<function threadsafety="unspecified" name="menus" fullname="QQuickMenuBar1::menus" href="qquickmenubar1.html#menus-prop" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="73" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="menus" type="QQmlListProperty&lt;QQuickMenu1&gt;" signature="QQmlListProperty&lt;QQuickMenu1&gt; menus()"/>
<function threadsafety="unspecified" name="at_menu" fullname="QQuickMenuBar1::at_menu" href="qquickmenubar1.html#at_menu" status="active" access="private" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="90" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QQuickMenu1 *" signature="QQuickMenu1 * at_menu(QQmlListProperty&lt;QQuickMenu1&gt; *list, int index)">
<parameter type="QQmlListProperty&lt;QQuickMenu1&gt; *" name="list" default=""/>
<parameter type="int" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="QQuickMenuBar1" fullname="QQuickMenuBar1::QQuickMenuBar1" href="qquickmenubar1.html#QQuickMenuBar1" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="70" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickMenuBar1(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickMenuBar1::tr" href="qquickmenubar1.html#tr" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="55" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickMenuBar1::trUtf8" href="qquickmenubar1.html#trUtf8" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="55" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="count_menu" fullname="QQuickMenuBar1::count_menu" href="qquickmenubar1.html#count_menu" status="active" access="private" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="89" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int count_menu(QQmlListProperty&lt;QQuickMenu1&gt; *list)">
<parameter type="QQmlListProperty&lt;QQuickMenu1&gt; *" name="list" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickMenuBar1::qt_metacall" href="qquickmenubar1.html#qt_metacall" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="55" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickMenuBar1::qt_metacast" href="qquickmenubar1.html#qt_metacast" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="55" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="append_menu" fullname="QQuickMenuBar1::append_menu" href="qquickmenubar1.html#append_menu" status="active" access="private" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="88" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void append_menu(QQmlListProperty&lt;QQuickMenu1&gt; *list, QQuickMenu1 *menu)">
<parameter type="QQmlListProperty&lt;QQuickMenu1&gt; *" name="list" default=""/>
<parameter type="QQuickMenu1 *" name="menu" default=""/>
</function>
<function threadsafety="unspecified" name="contentItemChanged" fullname="QQuickMenuBar1::contentItemChanged" href="qquickmenubar1.html#__contentItem-prop" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="67" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__contentItem" type="void" signature="void contentItemChanged()"/>
<function threadsafety="unspecified" name="menusChanged" fullname="QQuickMenuBar1::menusChanged" href="qquickmenubar1.html#menus-prop" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="65" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="menus" type="void" signature="void menusChanged()"/>
<function threadsafety="unspecified" name="nativeChanged" fullname="QQuickMenuBar1::nativeChanged" href="qquickmenubar1.html#__isNative-prop" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="66" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__isNative" type="void" signature="void nativeChanged()"/>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickMenuBar1::qt_static_metacall" href="qquickmenubar1.html#qt_static_metacall" status="active" access="private" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="55" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setContentItem" fullname="QQuickMenuBar1::setContentItem" href="qquickmenubar1.html#__contentItem-prop" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="79" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__contentItem" type="void" signature="void setContentItem(QQuickItem *)">
<parameter type="QQuickItem *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setNative" fullname="QQuickMenuBar1::setNative" href="qquickmenubar1.html#__isNative-prop" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="76" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__isNative" type="void" signature="void setNative(bool native)">
<parameter type="bool" name="native" default=""/>
</function>
<function threadsafety="unspecified" name="setNativeNoNotify" fullname="QQuickMenuBar1::setNativeNoNotify" href="qquickmenubar1.html#setNativeNoNotify" status="active" access="private" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="87" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setNativeNoNotify(bool native)">
<parameter type="bool" name="native" default=""/>
</function>
<function threadsafety="unspecified" name="setParentWindow" fullname="QQuickMenuBar1::setParentWindow" href="qquickmenubar1.html#__parentWindow-prop" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="82" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__parentWindow" type="void" signature="void setParentWindow(QQuickWindow *)">
<parameter type="QQuickWindow *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="~QQuickMenuBar1" fullname="QQuickMenuBar1::~QQuickMenuBar1" href="qquickmenubar1.html#dtor.QQuickMenuBar1" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="71" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQuickMenuBar1()"/>
<function threadsafety="unspecified" name="platformMenuBar" fullname="QQuickMenuBar1::platformMenuBar" href="qquickmenubar1.html#platformMenuBar" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="84" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QPlatformMenuBar *" signature="QPlatformMenuBar * platformMenuBar() const"/>
<function threadsafety="unspecified" name="contentItem" fullname="QQuickMenuBar1::contentItem" href="qquickmenubar1.html#__contentItem-prop" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="78" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__contentItem" type="QQuickItem *" signature="QQuickItem * contentItem() const"/>
<function threadsafety="unspecified" name="parentWindow" fullname="QQuickMenuBar1::parentWindow" href="qquickmenubar1.html#__parentWindow-prop" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="81" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__parentWindow" type="QQuickWindow *" signature="QQuickWindow * parentWindow() const"/>
<function threadsafety="unspecified" name="isNative" fullname="QQuickMenuBar1::isNative" href="qquickmenubar1.html#__isNative-prop" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="75" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__isNative" type="bool" signature="bool isNative() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickMenuBar1::metaObject" href="qquickmenubar1.html#metaObject" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="55" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<property threadsafety="unspecified" name="__contentItem" fullname="QQuickMenuBar1::__contentItem" href="qquickmenubar1.html#__contentItem-prop" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="60" type="QQuickItem*">
<getter name="contentItem"/>
<setter name="setContentItem"/>
<notifier name="contentItemChanged"/>
</property>
<property threadsafety="unspecified" name="__isNative" fullname="QQuickMenuBar1::__isNative" href="qquickmenubar1.html#__isNative-prop" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="62" type="bool">
<getter name="isNative"/>
<setter name="setNative"/>
<notifier name="nativeChanged"/>
</property>
<property threadsafety="unspecified" name="__parentWindow" fullname="QQuickMenuBar1::__parentWindow" href="qquickmenubar1.html#__parentWindow-prop" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="61" type="QQuickWindow*">
<getter name="parentWindow"/>
<setter name="setParentWindow"/>
</property>
<property threadsafety="unspecified" name="menus" fullname="QQuickMenuBar1::menus" href="qquickmenubar1.html#menus-prop" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="57" type="QQmlListProperty&lt;QQuickMenu1&gt;">
<getter name="menus"/>
<notifier name="menusChanged"/>
</property>
<variable threadsafety="unspecified" name="m_contentItem" fullname="QQuickMenuBar1::m_contentItem" href="qquickmenubar1.html#m_contentItem-var" status="active" access="private" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="95" type="QQuickItem *" static="false"/>
<variable threadsafety="unspecified" name="m_menus" fullname="QQuickMenuBar1::m_menus" href="qquickmenubar1.html#m_menus-var" status="active" access="private" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="93" type="QList&lt;QQuickMenu1 *&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_parentWindow" fullname="QQuickMenuBar1::m_parentWindow" href="qquickmenubar1.html#m_parentWindow-var" status="active" access="private" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="96" type="QQuickWindow *" static="false"/>
<variable threadsafety="unspecified" name="m_platformMenuBar" fullname="QQuickMenuBar1::m_platformMenuBar" href="qquickmenubar1.html#m_platformMenuBar-var" status="active" access="private" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="94" type="QPlatformMenuBar *" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickMenuBar1::staticMetaObject" href="qquickmenubar1.html#staticMetaObject-var" status="active" access="public" location="qquickmenubar_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenubar_p.h" lineno="55" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickMenuItemContainer1" href="qquickmenuitemcontainer1.html" status="internal" access="private" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="48" bases="QQuickMenuBase1">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickMenuItemContainer1::QPrivateSignal" href="qquickmenuitemcontainer1-qprivatesignal.html" status="active" access="private" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="50"/>
<function threadsafety="unspecified" name="QQuickMenuItemContainer1" fullname="QQuickMenuItemContainer1::QQuickMenuItemContainer1" href="qquickmenuitemcontainer1.html#QQuickMenuItemContainer1" status="active" access="public" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="52" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickMenuItemContainer1(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickMenuItemContainer1::tr" href="qquickmenuitemcontainer1.html#tr" status="active" access="public" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="50" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickMenuItemContainer1::trUtf8" href="qquickmenuitemcontainer1.html#trUtf8" status="active" access="public" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="50" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="items" fullname="QQuickMenuItemContainer1::items" href="qquickmenuitemcontainer1.html#items" status="active" access="public" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="84" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QList&lt;QPointer&lt;QQuickMenuBase1&gt; &gt; &amp;" signature="const QList&lt;QPointer&lt;QQuickMenuBase1&gt; &gt; &amp; items()"/>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickMenuItemContainer1::qt_metacall" href="qquickmenuitemcontainer1.html#qt_metacall" status="active" access="public" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="50" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickMenuItemContainer1::qt_metacast" href="qquickmenuitemcontainer1.html#qt_metacast" status="active" access="public" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="50" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="clear" fullname="QQuickMenuItemContainer1::clear" href="qquickmenuitemcontainer1.html#clear" status="active" access="public" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="89" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void clear()"/>
<function threadsafety="unspecified" name="insertItem" fullname="QQuickMenuItemContainer1::insertItem" href="qquickmenuitemcontainer1.html#insertItem" status="active" access="public" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="69" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void insertItem(int index, QQuickMenuBase1 *item)">
<parameter type="int" name="index" default=""/>
<parameter type="QQuickMenuBase1 *" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickMenuItemContainer1::qt_static_metacall" href="qquickmenuitemcontainer1.html#qt_static_metacall" status="active" access="private" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="50" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="removeItem" fullname="QQuickMenuItemContainer1::removeItem" href="qquickmenuitemcontainer1.html#removeItem" status="active" access="public" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="77" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void removeItem(QQuickMenuBase1 *item)">
<parameter type="QQuickMenuBase1 *" name="item" default=""/>
</function>
<function threadsafety="unspecified" name="setParentMenu" fullname="QQuickMenuItemContainer1::setParentMenu" href="qquickmenuitemcontainer1.html#setParentMenu" status="active" access="public" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="62" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setParentMenu(QQuickMenu1 *parentMenu)">
<parameter type="QQuickMenu1 *" name="parentMenu" default=""/>
</function>
<function threadsafety="unspecified" name="~QQuickMenuItemContainer1" fullname="QQuickMenuItemContainer1::~QQuickMenuItemContainer1" href="qquickmenuitemcontainer1.html#dtor.QQuickMenuItemContainer1" status="active" access="public" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="56" virtual="virtual" meta="destructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="~QQuickMenuItemContainer1()"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickMenuItemContainer1::metaObject" href="qquickmenuitemcontainer1.html#metaObject" status="active" access="public" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="50" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<variable threadsafety="unspecified" name="m_menuItems" fullname="QQuickMenuItemContainer1::m_menuItems" href="qquickmenuitemcontainer1.html#m_menuItems-var" status="active" access="private" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="101" type="QList&lt;QPointer&lt;QQuickMenuBase1&gt; &gt;" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickMenuItemContainer1::staticMetaObject" href="qquickmenuitemcontainer1.html#staticMetaObject-var" status="active" access="public" location="qquickmenuitemcontainer_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenuitemcontainer_p.h" lineno="50" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickMenuPopupWindow1" href="qquickmenupopupwindow1.html" status="internal" access="private" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="50" bases="QQuickPopupWindow1">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickMenuPopupWindow1::QPrivateSignal" href="qquickmenupopupwindow1-qprivatesignal.html" status="active" access="private" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="52"/>
<function threadsafety="unspecified" name="QQuickMenuPopupWindow1" fullname="QQuickMenuPopupWindow1::QQuickMenuPopupWindow1" href="qquickmenupopupwindow1.html#QQuickMenuPopupWindow1" status="active" access="public" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="54" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickMenuPopupWindow1(QQuickMenu1 *menu)">
<parameter type="QQuickMenu1 *" name="menu" default=""/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickMenuPopupWindow1::tr" href="qquickmenupopupwindow1.html#tr" status="active" access="public" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="52" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickMenuPopupWindow1::trUtf8" href="qquickmenupopupwindow1.html#trUtf8" status="active" access="public" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="52" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickMenuPopupWindow1::qt_metacall" href="qquickmenupopupwindow1.html#qt_metacall" status="active" access="public" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="52" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickMenuPopupWindow1::qt_metacast" href="qquickmenupopupwindow1.html#qt_metacast" status="active" access="public" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="52" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="exposeEvent" fullname="QQuickMenuPopupWindow1::exposeEvent" href="qquickmenupopupwindow1.html#exposeEvent" status="active" access="protected" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="75" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void exposeEvent(QExposeEvent *)">
<parameter type="QExposeEvent *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="focusInEvent" fullname="QQuickMenuPopupWindow1::focusInEvent" href="qquickmenupopupwindow1.html#focusInEvent" status="active" access="protected" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="74" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void focusInEvent(QFocusEvent *)">
<parameter type="QFocusEvent *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickMenuPopupWindow1::qt_static_metacall" href="qquickmenupopupwindow1.html#qt_static_metacall" status="active" access="private" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="52" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setGeometry" fullname="QQuickMenuPopupWindow1::setGeometry" href="qquickmenupopupwindow1.html#setGeometry" status="active" access="public" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="58" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setGeometry(int posx, int posy, int w, int h)">
<parameter type="int" name="posx" default=""/>
<parameter type="int" name="posy" default=""/>
<parameter type="int" name="w" default=""/>
<parameter type="int" name="h" default=""/>
</function>
<function threadsafety="unspecified" name="setItemAt" fullname="QQuickMenuPopupWindow1::setItemAt" href="qquickmenupopupwindow1.html#setItemAt" status="active" access="public" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="56" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setItemAt(QQuickItem *menuItem)">
<parameter type="QQuickItem *" name="menuItem" default=""/>
</function>
<function threadsafety="unspecified" name="setParentItem" fullname="QQuickMenuPopupWindow1::setParentItem" href="qquickmenupopupwindow1.html#setParentItem" status="active" access="public" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="60" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setParentItem(QQuickItem *)">
<parameter type="QQuickItem *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setParentWindow" fullname="QQuickMenuPopupWindow1::setParentWindow" href="qquickmenupopupwindow1.html#setParentWindow" status="active" access="public" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="57" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setParentWindow(QWindow *effectiveParentWindow, QQuickWindow *parentWindow)">
<parameter type="QWindow *" name="effectiveParentWindow" default=""/>
<parameter type="QQuickWindow *" name="parentWindow" default=""/>
</function>
<function threadsafety="unspecified" name="setToBeDeletedLater" fullname="QQuickMenuPopupWindow1::setToBeDeletedLater" href="qquickmenupopupwindow1.html#setToBeDeletedLater" status="active" access="public" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="64" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void setToBeDeletedLater()"/>
<function threadsafety="unspecified" name="updatePosition" fullname="QQuickMenuPopupWindow1::updatePosition" href="qquickmenupopupwindow1.html#updatePosition" status="active" access="protected" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="68" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updatePosition()"/>
<function threadsafety="unspecified" name="updateSize" fullname="QQuickMenuPopupWindow1::updateSize" href="qquickmenupopupwindow1.html#updateSize" status="active" access="protected" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="67" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateSize()"/>
<function threadsafety="unspecified" name="willBeDeletedLater" fullname="QQuickMenuPopupWindow1::willBeDeletedLater" href="qquickmenupopupwindow1.html#willBeDeletedLater" status="active" access="public" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="71" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void willBeDeletedLater()"/>
<function threadsafety="unspecified" name="menu" fullname="QQuickMenuPopupWindow1::menu" href="qquickmenupopupwindow1.html#menu" status="active" access="public" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="62" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QQuickMenu1 *" signature="QQuickMenu1 * menu() const"/>
<function threadsafety="unspecified" name="shouldForwardEventAfterDismiss" fullname="QQuickMenuPopupWindow1::shouldForwardEventAfterDismiss" href="qquickmenupopupwindow1.html#shouldForwardEventAfterDismiss" status="active" access="protected" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="76" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool shouldForwardEventAfterDismiss(QMouseEvent *) const">
<parameter type="QMouseEvent *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickMenuPopupWindow1::metaObject" href="qquickmenupopupwindow1.html#metaObject" status="active" access="public" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="52" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<variable threadsafety="unspecified" name="m_initialPos" fullname="QQuickMenuPopupWindow1::m_initialPos" href="qquickmenupopupwindow1.html#m_initialPos-var" status="active" access="private" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="81" type="QPointF" static="false"/>
<variable threadsafety="unspecified" name="m_itemAt" fullname="QQuickMenuPopupWindow1::m_itemAt" href="qquickmenupopupwindow1.html#m_itemAt-var" status="active" access="private" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="79" type="QQuickItem *" static="false"/>
<variable threadsafety="unspecified" name="m_logicalParentWindow" fullname="QQuickMenuPopupWindow1::m_logicalParentWindow" href="qquickmenupopupwindow1.html#m_logicalParentWindow-var" status="active" access="private" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="82" type="QPointer&lt;QQuickWindow&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_menu" fullname="QQuickMenuPopupWindow1::m_menu" href="qquickmenupopupwindow1.html#m_menu-var" status="active" access="private" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="83" type="QQuickMenu1 *" static="false"/>
<variable threadsafety="unspecified" name="m_oldItemPos" fullname="QQuickMenuPopupWindow1::m_oldItemPos" href="qquickmenupopupwindow1.html#m_oldItemPos-var" status="active" access="private" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="80" type="QPointF" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickMenuPopupWindow1::staticMetaObject" href="qquickmenupopupwindow1.html#staticMetaObject-var" status="active" access="public" location="qquickmenupopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickmenupopupwindow_p.h" lineno="52" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickPopupWindow1" href="qquickpopupwindow1.html" status="internal" access="private" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="49" bases="QQuickWindow">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickPopupWindow1::QPrivateSignal" href="qquickpopupwindow1-qprivatesignal.html" status="active" access="private" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="51"/>
<function threadsafety="unspecified" name="QQuickPopupWindow1" fullname="QQuickPopupWindow1::QQuickPopupWindow1" href="qquickpopupwindow1.html#QQuickPopupWindow1" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="57" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickPopupWindow1()"/>
<function threadsafety="unspecified" name="tr" fullname="QQuickPopupWindow1::tr" href="qquickpopupwindow1.html#tr" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="51" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickPopupWindow1::trUtf8" href="qquickpopupwindow1.html#trUtf8" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="51" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="event" fullname="QQuickPopupWindow1::event" href="qquickpopupwindow1.html#event" status="active" access="protected" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="79" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="true" type="bool" signature="bool event(QEvent *event) override">
<parameter type="QEvent *" name="event" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickPopupWindow1::qt_metacall" href="qquickpopupwindow1.html#qt_metacall" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="51" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickPopupWindow1::qt_metacast" href="qquickpopupwindow1.html#qt_metacast" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="51" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="applicationStateChanged" fullname="QQuickPopupWindow1::applicationStateChanged" href="qquickpopupwindow1.html#applicationStateChanged" status="active" access="protected" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="84" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void applicationStateChanged(Qt::ApplicationState state)">
<parameter type="Qt::ApplicationState" name="state" default=""/>
</function>
<function threadsafety="unspecified" name="dismissPopup" fullname="QQuickPopupWindow1::dismissPopup" href="qquickpopupwindow1.html#dismissPopup" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="67" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void dismissPopup()"/>
<function threadsafety="unspecified" name="exposeEvent" fullname="QQuickPopupWindow1::exposeEvent" href="qquickpopupwindow1.html#exposeEvent" status="active" access="protected" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="77" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="true" type="void" signature="void exposeEvent(QExposeEvent *) override">
<parameter type="QExposeEvent *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="forwardEventToTransientParent" fullname="QQuickPopupWindow1::forwardEventToTransientParent" href="qquickpopupwindow1.html#forwardEventToTransientParent" status="active" access="private" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="87" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void forwardEventToTransientParent(QMouseEvent *)">
<parameter type="QMouseEvent *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="geometryChanged" fullname="QQuickPopupWindow1::geometryChanged" href="qquickpopupwindow1.html#geometryChanged" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="71" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void geometryChanged()"/>
<function threadsafety="unspecified" name="hideEvent" fullname="QQuickPopupWindow1::hideEvent" href="qquickpopupwindow1.html#hideEvent" status="active" access="protected" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="78" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="true" type="void" signature="void hideEvent(QHideEvent *) override">
<parameter type="QHideEvent *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="mouseMoveEvent" fullname="QQuickPopupWindow1::mouseMoveEvent" href="qquickpopupwindow1.html#mouseMoveEvent" status="active" access="protected" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="76" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="true" type="void" signature="void mouseMoveEvent(QMouseEvent *) override">
<parameter type="QMouseEvent *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="mousePressEvent" fullname="QQuickPopupWindow1::mousePressEvent" href="qquickpopupwindow1.html#mousePressEvent" status="active" access="protected" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="74" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="true" type="void" signature="void mousePressEvent(QMouseEvent *) override">
<parameter type="QMouseEvent *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="mouseReleaseEvent" fullname="QQuickPopupWindow1::mouseReleaseEvent" href="qquickpopupwindow1.html#mouseReleaseEvent" status="active" access="protected" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="75" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="true" type="void" signature="void mouseReleaseEvent(QMouseEvent *) override">
<parameter type="QMouseEvent *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="popupDismissed" fullname="QQuickPopupWindow1::popupDismissed" href="qquickpopupwindow1.html#popupDismissed" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="70" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void popupDismissed()"/>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickPopupWindow1::qt_static_metacall" href="qquickpopupwindow1.html#qt_static_metacall" status="active" access="private" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="51" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setParentItem" fullname="QQuickPopupWindow1::setParentItem" href="qquickpopupwindow1.html#parentItem-prop" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="63" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="parentItem" type="void" signature="void setParentItem(QQuickItem *)">
<parameter type="QQuickItem *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setPopupContentItem" fullname="QQuickPopupWindow1::setPopupContentItem" href="qquickpopupwindow1.html#popupContentItem-prop" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="60" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="popupContentItem" type="void" signature="void setPopupContentItem(QQuickItem *popupContentItem)">
<parameter type="QQuickItem *" name="popupContentItem" default=""/>
</function>
<function threadsafety="unspecified" name="show" fullname="QQuickPopupWindow1::show" href="qquickpopupwindow1.html#show" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="66" virtual="virtual" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void show()"/>
<function threadsafety="unspecified" name="updateSize" fullname="QQuickPopupWindow1::updateSize" href="qquickpopupwindow1.html#updateSize" status="active" access="protected" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="83" virtual="non" meta="slot" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void updateSize()"/>
<function threadsafety="unspecified" name="parentItem" fullname="QQuickPopupWindow1::parentItem" href="qquickpopupwindow1.html#parentItem-prop" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="62" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="parentItem" type="QQuickItem *" signature="QQuickItem * parentItem() const"/>
<function threadsafety="unspecified" name="popupContentItem" fullname="QQuickPopupWindow1::popupContentItem" href="qquickpopupwindow1.html#popupContentItem-prop" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="59" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="popupContentItem" type="QQuickItem *" signature="QQuickItem * popupContentItem() const"/>
<function threadsafety="unspecified" name="shouldForwardEventAfterDismiss" fullname="QQuickPopupWindow1::shouldForwardEventAfterDismiss" href="qquickpopupwindow1.html#shouldForwardEventAfterDismiss" status="active" access="protected" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="80" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool shouldForwardEventAfterDismiss(QMouseEvent *) const">
<parameter type="QMouseEvent *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickPopupWindow1::metaObject" href="qquickpopupwindow1.html#metaObject" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="51" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<property threadsafety="unspecified" name="parentItem" fullname="QQuickPopupWindow1::parentItem" href="qquickpopupwindow1.html#parentItem-prop" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="54" type="QQuickItem*">
<getter name="parentItem"/>
<setter name="setParentItem"/>
</property>
<property threadsafety="unspecified" name="popupContentItem" fullname="QQuickPopupWindow1::popupContentItem" href="qquickpopupwindow1.html#popupContentItem-prop" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="52" type="QQuickItem*">
<getter name="popupContentItem"/>
<setter name="setPopupContentItem"/>
</property>
<variable threadsafety="unspecified" name="m_contentItem" fullname="QQuickPopupWindow1::m_contentItem" href="qquickpopupwindow1.html#m_contentItem-var" status="active" access="private" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="90" type="QPointer&lt;QQuickItem&gt;" static="false"/>
<variable threadsafety="unspecified" name="m_dismissed" fullname="QQuickPopupWindow1::m_dismissed" href="qquickpopupwindow1.html#m_dismissed-var" status="active" access="private" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="93" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_mouseMoved" fullname="QQuickPopupWindow1::m_mouseMoved" href="qquickpopupwindow1.html#m_mouseMoved-var" status="active" access="private" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="91" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_needsActivatedEvent" fullname="QQuickPopupWindow1::m_needsActivatedEvent" href="qquickpopupwindow1.html#m_needsActivatedEvent-var" status="active" access="private" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="92" type="bool" static="false"/>
<variable threadsafety="unspecified" name="m_parentItem" fullname="QQuickPopupWindow1::m_parentItem" href="qquickpopupwindow1.html#m_parentItem-var" status="active" access="private" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="89" type="QQuickItem *" static="false"/>
<variable threadsafety="unspecified" name="m_pressed" fullname="QQuickPopupWindow1::m_pressed" href="qquickpopupwindow1.html#m_pressed-var" status="active" access="private" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="94" type="bool" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickPopupWindow1::staticMetaObject" href="qquickpopupwindow1.html#staticMetaObject-var" status="active" access="public" location="qquickpopupwindow_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickpopupwindow_p.h" lineno="51" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickSelectionMode1" href="qquickselectionmode1.html" status="internal" access="private" location="qquickselectionmode_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickselectionmode_p.h" lineno="47">
<enum threadsafety="unspecified" name="SelectionMode" fullname="QQuickSelectionMode1::SelectionMode" href="qquickselectionmode1.html#SelectionMode-enum" status="active" access="public" location="qquickselectionmode_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickselectionmode_p.h" lineno="52">
<value name="NoSelection" value="0"/>
<value name="SingleSelection" value="1"/>
<value name="ExtendedSelection" value="2"/>
<value name="MultiSelection" value="3"/>
<value name="ContiguousSelection" value="4"/>
</enum>
<typedef threadsafety="unspecified" name="QtGadgetHelper" fullname="QQuickSelectionMode1::QtGadgetHelper" href="qquickselectionmode1.html#QtGadgetHelper-typedef" status="active" access="public" location="qquickselectionmode_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickselectionmode_p.h" lineno="49"/>
<function threadsafety="unspecified" name="qt_check_for_QGADGET_macro" fullname="QQuickSelectionMode1::qt_check_for_QGADGET_macro" href="qquickselectionmode1.html#qt_check_for_QGADGET_macro" status="active" access="public" location="qquickselectionmode_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickselectionmode_p.h" lineno="49" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_check_for_QGADGET_macro()"/>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickSelectionMode1::qt_static_metacall" href="qquickselectionmode1.html#qt_static_metacall" status="active" access="private" location="qquickselectionmode_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickselectionmode_p.h" lineno="49" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickSelectionMode1::staticMetaObject" href="qquickselectionmode1.html#staticMetaObject-var" status="active" access="public" location="qquickselectionmode_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickselectionmode_p.h" lineno="49" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QQuickStack1" href="qquickstack1.html" status="internal" access="private" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="47" bases="QObject">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QQuickStack1::QPrivateSignal" href="qquickstack1-qprivatesignal.html" status="active" access="private" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="49"/>
<enum threadsafety="unspecified" name="Status" fullname="QQuickStack1::Status" href="qquickstack1.html#Status-enum" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="66">
<value name="Inactive" value="0"/>
<value name="Deactivating" value="1"/>
<value name="Activating" value="2"/>
<value name="Active" value="3"/>
</enum>
<function threadsafety="unspecified" name="qmlAttachedProperties" fullname="QQuickStack1::qmlAttachedProperties" href="qquickstack1.html#qmlAttachedProperties" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="61" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QQuickStack1 *" signature="QQuickStack1 * qmlAttachedProperties(QObject *object)">
<parameter type="QObject *" name="object" default=""/>
</function>
<function threadsafety="unspecified" name="QQuickStack1" fullname="QQuickStack1::QQuickStack1" href="qquickstack1.html#QQuickStack1" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="59" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QQuickStack1(QObject *object)">
<parameter type="QObject *" name="object" default="0"/>
</function>
<function threadsafety="unspecified" name="tr" fullname="QQuickStack1::tr" href="qquickstack1.html#tr" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="49" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QQuickStack1::trUtf8" href="qquickstack1.html#trUtf8" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="49" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QQuickStack1::qt_metacall" href="qquickstack1.html#qt_metacall" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="49" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QQuickStack1::qt_metacast" href="qquickstack1.html#qt_metacast" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="49" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="indexChanged" fullname="QQuickStack1::indexChanged" href="qquickstack1.html#indexChanged" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="82" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__index,index" type="void" signature="void indexChanged()"/>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QQuickStack1::qt_static_metacall" href="qquickstack1.html#qt_static_metacall" status="active" access="private" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="49" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="setIndex" fullname="QQuickStack1::setIndex" href="qquickstack1.html#__index-prop" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="64" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__index" type="void" signature="void setIndex(int index)">
<parameter type="int" name="index" default=""/>
</function>
<function threadsafety="unspecified" name="setStatus" fullname="QQuickStack1::setStatus" href="qquickstack1.html#__status-prop" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="74" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__status" type="void" signature="void setStatus(QQuickStack1::Status status)">
<parameter type="QQuickStack1::Status" name="status" default=""/>
</function>
<function threadsafety="unspecified" name="setView" fullname="QQuickStack1::setView" href="qquickstack1.html#__view-prop" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="77" virtual="non" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__view" type="void" signature="void setView(QQuickItem *view)">
<parameter type="QQuickItem *" name="view" default=""/>
</function>
<function threadsafety="unspecified" name="statusChanged" fullname="QQuickStack1::statusChanged" href="qquickstack1.html#statusChanged" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="80" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__status,status" type="void" signature="void statusChanged()"/>
<function threadsafety="unspecified" name="viewChanged" fullname="QQuickStack1::viewChanged" href="qquickstack1.html#viewChanged" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="81" virtual="non" meta="signal" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__view,view" type="void" signature="void viewChanged()"/>
<function threadsafety="unspecified" name="view" fullname="QQuickStack1::view" href="qquickstack1.html#view" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="76" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__view,view" type="QQuickItem *" signature="QQuickItem * view() const"/>
<function threadsafety="unspecified" name="status" fullname="QQuickStack1::status" href="qquickstack1.html#status" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="73" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__status,status" type="QQuickStack1::Status" signature="QQuickStack1::Status status() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QQuickStack1::metaObject" href="qquickstack1.html#metaObject" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="49" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<function threadsafety="unspecified" name="index" fullname="QQuickStack1::index" href="qquickstack1.html#index" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="63" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" associated-property="__index,index" type="int" signature="int index() const"/>
<property threadsafety="unspecified" name="__index" fullname="QQuickStack1::__index" href="qquickstack1.html#__index-prop" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="51" type="int">
<getter name="index"/>
<setter name="setIndex"/>
<notifier name="indexChanged"/>
</property>
<property threadsafety="unspecified" name="__status" fullname="QQuickStack1::__status" href="qquickstack1.html#__status-prop" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="53" type="Status">
<getter name="status"/>
<setter name="setStatus"/>
<notifier name="statusChanged"/>
</property>
<property threadsafety="unspecified" name="__view" fullname="QQuickStack1::__view" href="qquickstack1.html#__view-prop" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="55" type="QQuickItem*">
<getter name="view"/>
<setter name="setView"/>
<notifier name="viewChanged"/>
</property>
<property threadsafety="unspecified" name="index" fullname="QQuickStack1::index" href="qquickstack1.html#index-prop" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="50" type="int">
<getter name="index"/>
<notifier name="indexChanged"/>
</property>
<property threadsafety="unspecified" name="status" fullname="QQuickStack1::status" href="qquickstack1.html#status-prop" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="52" type="Status">
<getter name="status"/>
<notifier name="statusChanged"/>
</property>
<property threadsafety="unspecified" name="view" fullname="QQuickStack1::view" href="qquickstack1.html#view-prop" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="54" type="QQuickItem*">
<getter name="view"/>
<notifier name="viewChanged"/>
</property>
<variable threadsafety="unspecified" name="m_index" fullname="QQuickStack1::m_index" href="qquickstack1.html#m_index-var" status="active" access="private" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="85" type="int" static="false"/>
<variable threadsafety="unspecified" name="m_status" fullname="QQuickStack1::m_status" href="qquickstack1.html#m_status-var" status="active" access="private" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="86" type="QQuickStack1::Status" static="false"/>
<variable threadsafety="unspecified" name="m_view" fullname="QQuickStack1::m_view" href="qquickstack1.html#m_view-var" status="active" access="private" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="87" type="QQuickItem *" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QQuickStack1::staticMetaObject" href="qquickstack1.html#staticMetaObject-var" status="active" access="public" location="qquickstack_p.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/qquickstack_p.h" lineno="49" type="const QMetaObject" static="true"/>
</class>
<class threadsafety="unspecified" name="QtQuickControls1Plugin" href="qtquickcontrols1plugin.html" status="internal" access="private" location="plugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/plugin.h" lineno="53" bases="QQmlExtensionPlugin">
<class threadsafety="unspecified" name="QPrivateSignal" fullname="QtQuickControls1Plugin::QPrivateSignal" href="qtquickcontrols1plugin-qprivatesignal.html" status="active" access="private" location="plugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/plugin.h" lineno="55"/>
<function threadsafety="unspecified" name="tr" fullname="QtQuickControls1Plugin::tr" href="qtquickcontrols1plugin.html#tr" status="active" access="public" location="plugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/plugin.h" lineno="55" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString tr(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="trUtf8" fullname="QtQuickControls1Plugin::trUtf8" href="qtquickcontrols1plugin.html#trUtf8" status="active" access="public" location="plugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/plugin.h" lineno="55" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString trUtf8(const char *s, const char *c, int n)">
<parameter type="const char *" name="s" default=""/>
<parameter type="const char *" name="c" default="Q_OBJECT"/>
<parameter type="int" name="n" default="Q_OBJECT"/>
</function>
<function threadsafety="unspecified" name="QtQuickControls1Plugin" fullname="QtQuickControls1Plugin::QtQuickControls1Plugin" href="qtquickcontrols1plugin.html#QtQuickControls1Plugin" status="active" access="public" location="plugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/plugin.h" lineno="58" virtual="non" meta="constructor" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="" signature="QtQuickControls1Plugin(QObject *parent)">
<parameter type="QObject *" name="parent" default="0"/>
</function>
<function threadsafety="unspecified" name="qt_metacall" fullname="QtQuickControls1Plugin::qt_metacall" href="qtquickcontrols1plugin.html#qt_metacall" status="active" access="public" location="plugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/plugin.h" lineno="55" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="int" signature="int qt_metacall(QMetaObject::Call , int , void **)">
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="qt_metacast" fullname="QtQuickControls1Plugin::qt_metacast" href="qtquickcontrols1plugin.html#qt_metacast" status="active" access="public" location="plugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/plugin.h" lineno="55" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void *" signature="void * qt_metacast(const char *)">
<parameter type="const char *" name="" default=""/>
</function>
<function threadsafety="unspecified" name="initializeEngine" fullname="QtQuickControls1Plugin::initializeEngine" href="qtquickcontrols1plugin.html#initializeEngine" status="active" access="public" location="plugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/plugin.h" lineno="60" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void initializeEngine(QQmlEngine *engine, const char *uri)">
<parameter type="QQmlEngine *" name="engine" default=""/>
<parameter type="const char *" name="uri" default=""/>
</function>
<function threadsafety="unspecified" name="qt_static_metacall" fullname="QtQuickControls1Plugin::qt_static_metacall" href="qtquickcontrols1plugin.html#qt_static_metacall" status="active" access="private" location="plugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/plugin.h" lineno="55" virtual="non" meta="plain" const="false" static="true" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)">
<parameter type="QObject *" name="" default=""/>
<parameter type="QMetaObject::Call" name="" default=""/>
<parameter type="int" name="" default=""/>
<parameter type="void **" name="" default=""/>
</function>
<function threadsafety="unspecified" name="registerTypes" fullname="QtQuickControls1Plugin::registerTypes" href="qtquickcontrols1plugin.html#registerTypes" status="active" access="public" location="plugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/plugin.h" lineno="59" virtual="virtual" meta="plain" const="false" static="false" overload="false" delete="false" default="false" final="false" override="false" type="void" signature="void registerTypes(const char *uri)">
<parameter type="const char *" name="uri" default=""/>
</function>
<function threadsafety="unspecified" name="fileLocation" fullname="QtQuickControls1Plugin::fileLocation" href="qtquickcontrols1plugin.html#fileLocation" status="active" access="private" location="plugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/plugin.h" lineno="62" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="QString" signature="QString fileLocation() const"/>
<function threadsafety="unspecified" name="isLoadedFromResource" fullname="QtQuickControls1Plugin::isLoadedFromResource" href="qtquickcontrols1plugin.html#isLoadedFromResource" status="active" access="private" location="plugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/plugin.h" lineno="63" virtual="non" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="bool" signature="bool isLoadedFromResource() const"/>
<function threadsafety="unspecified" name="metaObject" fullname="QtQuickControls1Plugin::metaObject" href="qtquickcontrols1plugin.html#metaObject" status="active" access="public" location="plugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/plugin.h" lineno="55" virtual="virtual" meta="plain" const="true" static="false" overload="false" delete="false" default="false" final="false" override="false" type="const QMetaObject *" signature="const QMetaObject * metaObject() const"/>
<variable threadsafety="unspecified" name="m_translator" fullname="QtQuickControls1Plugin::m_translator" href="qtquickcontrols1plugin.html#m_translator-var" status="active" access="private" location="plugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/plugin.h" lineno="65" type="QTranslator" static="false"/>
<variable threadsafety="unspecified" name="staticMetaObject" fullname="QtQuickControls1Plugin::staticMetaObject" href="qtquickcontrols1plugin.html#staticMetaObject-var" status="active" access="public" location="plugin.h" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/plugin.h" lineno="55" type="const QMetaObject" static="true"/>
</class>
<qmlclass threadsafety="unspecified" name="Stack" qml-module-name="QtQuick.Controls" fullname="QtQuick.Controls.Stack" href="qml-qtquick-controls-stack.html" status="active" access="public" title="Stack" fulltitle="Stack" subtitle="" groups="controls" brief="Provides attached properties for items pushed onto a StackView">
<qmlproperty threadsafety="unspecified" name="index" fullname="QtQuick.Controls.Stack.index" href="qml-qtquick-controls-stack.html#index-attached-prop" status="active" access="public" type="int" attached="true" writable="false"/>
<qmlproperty threadsafety="unspecified" name="status" fullname="QtQuick.Controls.Stack.status" href="qml-qtquick-controls-stack.html#status-attached-prop" status="active" access="public" type="enumeration" attached="true" writable="false"/>
<qmlproperty threadsafety="unspecified" name="view" fullname="QtQuick.Controls.Stack.view" href="qml-qtquick-controls-stack.html#view-attached-prop" status="active" access="public" type="StackView" attached="true" writable="false"/>
</qmlclass>
<page name="styling-circulargauge.html" href="styling-circulargauge.html" status="active" location="styling-circulargauge.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/styling-circulargauge.qdoc" lineno="28" subtype="page" title="Styling CircularGauge" fulltitle="Styling CircularGauge" subtitle="" module="QtQuickControls1" groups="stylingtutorials" brief="Tutorial for styling CircularGauge">
<target name="styling-circulargauge-needle"/>
<target name="styling-circulargauge-foreground"/>
<target name="styling-circulargauge-tickmarklabel" title="styling-circulargauge-tickmarkLabel"/>
<target name="styling-circulargauge-tickmark"/>
<target name="styling-circulargauge-minortickmark" title="styling-circulargauge-minorTickmark"/>
<target name="styling-circulargauge-background"/>
<contents name="the-needle-component" title="The Needle Component" level="2"/>
<contents name="the-foreground-component" title="The Foreground Component" level="2"/>
<contents name="the-tickmark-label-component" title="The Tickmark Label Component" level="2"/>
<contents name="the-tickmark-component" title="The Tickmark Component" level="2"/>
<contents name="the-minor-tickmark-component" title="The Minor Tickmark Component" level="2"/>
<contents name="the-background-component" title="The Background Component" level="2"/>
</page>
<page name="styling-gauge.html" href="styling-gauge.html" status="active" location="styling-gauge.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/styling-gauge.qdoc" lineno="28" subtype="page" title="Styling Gauge" fulltitle="Styling Gauge" subtitle="" module="QtQuickControls1" groups="stylingtutorials" brief="Tutorial for styling the Gauge control">
<target name="styling-gauge-valuebar" title="styling-gauge-valueBar"/>
<target name="styling-gauge-foreground"/>
<target name="styling-gauge-tickmark"/>
<target name="styling-gauge-minortickmark" title="styling-gauge-minorTickmark"/>
<target name="styling-gauge-font-size"/>
<target name="styling-gauge-complete"/>
<contents name="the-value-bar-component" title="The Value Bar Component" level="2"/>
<contents name="the-foreground-component" title="The Foreground Component" level="2"/>
<contents name="the-tickmark-component" title="The Tickmark Component" level="2"/>
<contents name="the-minor-tickmark-component" title="The Minor Tickmark Component" level="2"/>
<contents name="adjusting-font-size" title="Adjusting Font Size" level="2"/>
<contents name="complete-source-code" title="Complete Source Code" level="2"/>
</page>
<qmlclass threadsafety="unspecified" name="TableViewStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Styles::BasicTableViewStyle" fullname="QtQuick.Controls.Styles.TableViewStyle" href="qml-qtquick-controls-styles-tableviewstyle.html" status="active" access="public" location="qtquickcontrolsstyles-tableviewstyle.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-tableviewstyle.qdoc" lineno="28" since="5.1" title="TableViewStyle" fulltitle="TableViewStyle" subtitle="" groups="viewsstyling,controlsstyling" brief="Provides custom styling for TableView">
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.TableViewStyle.control" href="qml-qtquick-controls-styles-tableviewstyle.html#control-prop" status="active" access="public" location="qtquickcontrolsstyles-tableviewstyle.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-tableviewstyle.qdoc" lineno="38" type="TableView" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="headerDelegate" fullname="QtQuick.Controls.Styles.TableViewStyle.headerDelegate" href="qml-qtquick-controls-styles-tableviewstyle.html#headerDelegate-prop" status="active" access="public" location="qtquickcontrolsstyles-tableviewstyle.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-tableviewstyle.qdoc" lineno="43" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="itemDelegate" fullname="QtQuick.Controls.Styles.TableViewStyle.itemDelegate" href="qml-qtquick-controls-styles-tableviewstyle.html#itemDelegate-prop" status="active" access="public" location="qtquickcontrolsstyles-tableviewstyle.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-tableviewstyle.qdoc" lineno="55" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="rowDelegate" fullname="QtQuick.Controls.Styles.TableViewStyle.rowDelegate" href="qml-qtquick-controls-styles-tableviewstyle.html#rowDelegate-prop" status="active" access="public" location="qtquickcontrolsstyles-tableviewstyle.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-tableviewstyle.qdoc" lineno="49" type="Component" attached="false" writable="true"/>
</qmlclass>
<qmlclass threadsafety="unspecified" name="TreeViewStyle" qml-module-name="QtQuick.Controls.Styles" qml-base-type="QtQuick.Controls.Styles::BasicTableViewStyle" fullname="QtQuick.Controls.Styles.TreeViewStyle" href="qml-qtquick-controls-styles-treeviewstyle.html" status="active" access="public" location="qtquickcontrolsstyles-treeviewstyle.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-treeviewstyle.qdoc" lineno="28" since="5.5" title="TreeViewStyle" fulltitle="TreeViewStyle" subtitle="" groups="viewsstyling,controlsstyling" brief="Provides custom styling for TreeView">
<qmlproperty threadsafety="unspecified" name="branchDelegate" fullname="QtQuick.Controls.Styles.TreeViewStyle.branchDelegate" href="qml-qtquick-controls-styles-treeviewstyle.html#branchDelegate-prop" status="active" access="public" location="qtquickcontrolsstyles-treeviewstyle.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-treeviewstyle.qdoc" lineno="48" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="control" fullname="QtQuick.Controls.Styles.TreeViewStyle.control" href="qml-qtquick-controls-styles-treeviewstyle.html#control-prop" status="active" access="public" location="qtquickcontrolsstyles-treeviewstyle.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-treeviewstyle.qdoc" lineno="38" type="TreeView" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="headerDelegate" fullname="QtQuick.Controls.Styles.TreeViewStyle.headerDelegate" href="qml-qtquick-controls-styles-treeviewstyle.html#headerDelegate-prop" status="active" access="public" location="qtquickcontrolsstyles-treeviewstyle.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-treeviewstyle.qdoc" lineno="67" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="indentation" fullname="QtQuick.Controls.Styles.TreeViewStyle.indentation" href="qml-qtquick-controls-styles-treeviewstyle.html#indentation-prop" status="active" access="public" location="qtquickcontrolsstyles-treeviewstyle.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-treeviewstyle.qdoc" lineno="43" type="int" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="itemDelegate" fullname="QtQuick.Controls.Styles.TreeViewStyle.itemDelegate" href="qml-qtquick-controls-styles-treeviewstyle.html#itemDelegate-prop" status="active" access="public" location="qtquickcontrolsstyles-treeviewstyle.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-treeviewstyle.qdoc" lineno="79" type="Component" attached="false" writable="true"/>
<qmlproperty threadsafety="unspecified" name="rowDelegate" fullname="QtQuick.Controls.Styles.TreeViewStyle.rowDelegate" href="qml-qtquick-controls-styles-treeviewstyle.html#rowDelegate-prop" status="active" access="public" location="qtquickcontrolsstyles-treeviewstyle.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-treeviewstyle.qdoc" lineno="73" type="Component" attached="false" writable="true"/>
</qmlclass>
<group name="all-examples" href="all-examples.html" status="internal" seen="false" title="" members="qtquickcontrols_examples"/>
<group name="applicationwindow" href="applicationwindow.html" status="active" location="applicationwindow.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/applicationwindow.qdoc" lineno="28" seen="true" title="Application Window" module="QtQuickControls1" members="ApplicationWindow,MenuBar,StatusBar,ToolBar,Action" brief="A window adding convenience for positioning items"/>
<group name="applicationwindowstyling" href="applicationwindowstyling.html" status="internal" location="qtquickcontrolsstyles-index.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-index.qdoc" lineno="28" seen="true" title="Styling Application Window" module="QtQuickControls1"/>
<group name="controls" href="controls.html" status="active" location="controls.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/controls.qdoc" lineno="28" seen="true" title="Buttons and Controls" module="QtQuickControls1" members="ApplicationWindow,BusyIndicator,Button,Calendar,CheckBox,ComboBox,GroupBox,Label,Menu,MenuBar,ProgressBar,RadioButton,ScrollView,Slider,SpinBox,SplitView,StackView,StackViewDelegate,StatusBar,Switch,Tab,TabView,TableViewColumn,TextArea,TextField,ToolBar,ToolButton,TableView,TreeView,Action,ExclusiveGroup,MenuSeparator,MenuItem,Stack" brief="Buttons and UI Controls"/>
<group name="controlsstyling" href="controlsstyling.html" status="active" location="qtquickcontrolsstyles-index.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-index.qdoc" lineno="40" seen="true" title="Styling Controls" module="QtQuickControls1" members="ApplicationWindowStyle,BusyIndicatorStyle,ButtonStyle,CalendarStyle,CheckBoxStyle,CircularGaugeStyle,ComboBoxStyle,DelayButtonStyle,DialStyle,GaugeStyle,GroupBoxStyle,MenuBarStyle,MenuStyle,PieMenuStyle,ProgressBarStyle,RadioButtonStyle,ScrollViewStyle,SliderStyle,SpinBoxStyle,StatusBarStyle,StatusIndicatorStyle,SwitchStyle,TabViewStyle,TextAreaStyle,TextFieldStyle,ToggleButtonStyle,ToolBarStyle,ToolButtonStyle,TumblerStyle,TableViewStyle,TreeViewStyle" brief="Provides custom styling for Buttons and UI Controls"/>
<group name="menus" href="menus.html" status="active" location="menus.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/menus.qdoc" lineno="28" seen="true" title="Menus" module="QtQuickControls1" members="Menu,MenuSeparator,MenuItem" brief="How to create a menu bar"/>
<group name="menusstyling" href="menusstyling.html" status="internal" location="qtquickcontrolsstyles-index.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-index.qdoc" lineno="46" seen="true" title="Styling Menus" module="QtQuickControls1"/>
<group name="qmlmodules" href="qmlmodules.html" status="internal" seen="false" title="" members="QtQuick.Controls,QtQuick.Controls.Styles"/>
<group name="qtquickcontrols_examples" href="qtquickcontrols-examples.html" status="active" location="qtquickcontrols-examples.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols-examples.qdoc" lineno="28" seen="true" title="Qt Quick Controls 1 Examples" module="QtQuickControls1" groups="all-examples" members="gallery,uiforms,tableview,texteditor,touch,calendar,styles,filesystembrowser" brief="A Collection of examples for Qt Quick Controls 1, written in QML"/>
<group name="stylingtutorials" href="stylingtutorials.html" status="active" location="qtquickcontrolsstyles-index.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-index.qdoc" lineno="52" seen="true" title="Styling Tutorials" module="QtQuickControls1" members="styling-circulargauge.html,styling-gauge.html"/>
<group name="viewaddons" href="viewaddons.html" status="internal" seen="false" title="" members="Tab"/>
<group name="viewitems" href="viewitems.html" status="internal" seen="false" title="" members="TableViewColumn"/>
<group name="views" href="views.html" status="active" location="views.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/views.qdoc" lineno="28" seen="true" title="Application Navigation and Views" module="QtQuickControls1" members="ScrollView,SplitView,StackView,TabView,TableView,TreeView" brief="How to add views and navigation within an application"/>
<group name="viewsstyling" href="viewsstyling.html" status="active" location="qtquickcontrolsstyles-index.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-index.qdoc" lineno="34" seen="true" title="Styling Views" module="QtQuickControls1" members="ScrollViewStyle,TabViewStyle,TableViewStyle,TreeViewStyle" brief="How to add custom styles for views"/>
<qmlmodule name="QtQuick.Controls" qml-module-name="QtQuick.Controls" qml-module-version="1.4" href="qtquick-controls-qmlmodule.html" status="active" location="qtquickcontrols.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrols.qdoc" lineno="28" seen="true" title="Qt Quick Controls 1 QML Types" module="QtQuickControls1" groups="qmlmodules" members="ApplicationWindow,BusyIndicator,Button,Calendar,CheckBox,ComboBox,GroupBox,Label,Menu,MenuBar,AbstractCheckable,ProgressBar,RadioButton,ScrollView,Slider,SpinBox,SplitView,StackView,StackViewDelegate,StatusBar,Switch,Tab,TabView,TableViewColumn,TextArea,TextField,ToolBar,ToolButton,TableView,TreeView,Action,ExclusiveGroup,MenuPrivate,MenuBarPrivate,MenuSeparator,MenuItem,Stack" brief="Provides QML types for user interfaces"/>
<qmlmodule name="QtQuick.Controls.Private" qml-module-name="QtQuick.Controls.Private" qml-module-version="1.0" href="qtquick-controls-private-qmlmodule.html" status="internal" location="qtquickcontrolsstyles-index.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-index.qdoc" lineno="145" seen="true" title="" module="QtQuickControls1" members="BasicButton,BasicTableView,Control,FocusFrame,ModalPopupBehavior,ScrollBar,ScrollViewHelper,StackViewSlideDelegate,Style,TabBar,TableViewItemDelegateLoader,TreeViewItemDelegateLoader"/>
<qmlmodule name="QtQuick.Controls.Styles" qml-module-name="QtQuick.Controls.Styles" qml-module-version="1.4" href="qtquick-controls-styles-qmlmodule.html" status="active" location="qtquickcontrolsstyles-index.qdoc" filepath="/home/qt/work/qt/tqtc-qt5/qtquickcontrols/src/controls/doc/src/qtquickcontrolsstyles-index.qdoc" lineno="127" seen="true" title="Qt Quick Controls 1 Styles QML Types" module="QtQuickControls1" groups="qmlmodules" members="AbstractStyle,ApplicationWindowStyle,BasicTableViewStyle,BusyIndicatorStyle,ButtonStyle,CalendarStyle,CheckBoxStyle,CircularGaugeStyle,ComboBoxStyle,DelayButtonStyle,DialStyle,FocusFrameStyle,GaugeStyle,GroupBoxStyle,MenuBarStyle,MenuStyle,PieMenuStyle,ProgressBarStyle,RadioButtonStyle,ScrollViewStyle,SliderStyle,SpinBoxStyle,StatusBarStyle,StatusIndicatorStyle,SwitchStyle,TabViewStyle,TextAreaStyle,TextFieldStyle,ToggleButtonStyle,ToolBarStyle,ToolButtonStyle,TumblerStyle,TableViewStyle,TreeViewStyle" brief="Provides QML types for Qt Quick Controls styles"/>
</namespace>
</INDEX>