aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-06 23:35:24 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-06 22:38:58 +0000
commit6d9cf55f88329a1b1f9745ad46343dbc922c09f4 (patch)
tree31a9c2328e98b01f5d8a9cf02fcc6f646fc60f3b /src/templates
parent43dc9a28aaae9f3b867a07719b415dfb8b26eaeb (diff)
Add minimal docs for Control::contentItem
It deserves a wireframe to explain, but a minimal docs are better for now than a TODO comment. Change-Id: I3fa1bfb13478065e0c9f4a3f3693ad90a54b3385 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/qquickcontrol.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/templates/qquickcontrol.cpp b/src/templates/qquickcontrol.cpp
index 6f7045bd..f8978398 100644
--- a/src/templates/qquickcontrol.cpp
+++ b/src/templates/qquickcontrol.cpp
@@ -785,7 +785,9 @@ void QQuickControl::setBackground(QQuickItem *background)
/*!
\qmlproperty Item Qt.labs.controls::Control::contentItem
- TODO
+ This property holds the visual content item.
+
+ \note The content item is automatically resized inside the \l padding of the control.
*/
QQuickItem *QQuickControl::contentItem() const
{