aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickapplicationwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/qquickapplicationwindow.cpp')
-rw-r--r--src/templates/qquickapplicationwindow.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/templates/qquickapplicationwindow.cpp b/src/templates/qquickapplicationwindow.cpp
index 96087fc9..d2bbcd79 100644
--- a/src/templates/qquickapplicationwindow.cpp
+++ b/src/templates/qquickapplicationwindow.cpp
@@ -340,6 +340,7 @@ QQuickItem *QQuickApplicationWindow::contentItem() const
/*!
\qmlproperty Control Qt.labs.controls::ApplicationWindow::activeFocusControl
+ \readonly
This property holds the control that currently has active focus, or \c null if there is
no control with active focus.
@@ -547,6 +548,7 @@ QQuickApplicationWindowAttached::QQuickApplicationWindowAttached(QObject *parent
/*!
\qmlattachedproperty ApplicationWindow Qt.labs.controls::ApplicationWindow::window
+ \readonly
This attached property holds the application window. The property can be attached
to any item. The value is \c null if the item is not in an ApplicationWindow.
@@ -559,6 +561,7 @@ QQuickApplicationWindow *QQuickApplicationWindowAttached::window() const
/*!
\qmlattachedproperty Item Qt.labs.controls::ApplicationWindow::contentItem
+ \readonly
This attached property holds the window content item. The property can be attached
to any item. The value is \c null if the item is not in an ApplicationWindow.
@@ -571,6 +574,7 @@ QQuickItem *QQuickApplicationWindowAttached::contentItem() const
/*!
\qmlattachedproperty Control Qt.labs.controls::ApplicationWindow::activeFocusControl
+ \readonly
This attached property holds the control that currently has active focus, or \c null
if there is no control with active focus. The property can be attached to any item.
@@ -587,6 +591,7 @@ QQuickItem *QQuickApplicationWindowAttached::activeFocusControl() const
/*!
\qmlattachedproperty Item Qt.labs.controls::ApplicationWindow::header
+ \readonly
This attached property holds the window header item. The property can be attached
to any item. The value is \c null if the item is not in an ApplicationWindow, or
@@ -600,6 +605,7 @@ QQuickItem *QQuickApplicationWindowAttached::header() const
/*!
\qmlattachedproperty Item Qt.labs.controls::ApplicationWindow::footer
+ \readonly
This attached property holds the window footer item. The property can be attached
to any item. The value is \c null if the item is not in an ApplicationWindow, or
@@ -613,6 +619,7 @@ QQuickItem *QQuickApplicationWindowAttached::footer() const
/*!
\qmlattachedproperty Item Qt.labs.controls::ApplicationWindow::overlay
+ \readonly
This attached property holds the window overlay item. The property can be attached
to any item. The value is \c null if the item is not in an ApplicationWindow.