summaryrefslogtreecommitdiff
path: root/src/controls/TextField.qml
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-02-27 18:50:50 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-27 19:15:26 +0100
commit4773418916deaaf9ad5fb1d283c719b60c6d8b1f (patch)
tree2c058c07be434e4a715673d1cc9ee231351212e9 /src/controls/TextField.qml
parentcddcc3c81e791f88717fee80766523bb0ef3d171 (diff)
downloadqtquickcontrols-4773418916deaaf9ad5fb1d283c719b60c6d8b1f.tar.gz
Make the doc index page actually useful
Improved group labels and added direct links from the index page. Change-Id: I856df138880b1aac8c574f676424ac4644e298f9 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/controls/TextField.qml')
-rw-r--r--src/controls/TextField.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/TextField.qml b/src/controls/TextField.qml
index 13266cbd..55d90fa7 100644
--- a/src/controls/TextField.qml
+++ b/src/controls/TextField.qml
@@ -48,7 +48,7 @@ import "Styles/Settings.js" as Settings
\qmltype TextField
\inqmlmodule QtQuick.Controls 1.0
\ingroup controls
- \brief TextField displays a single line of editable plain text
+ \brief TextField displays a single line of editable plain text.
TextField is used to accept a line of text input. Input constraints
can be placed on a TextField item (for example, through a \l validator or \l inputMask),