summaryrefslogtreecommitdiffstats
path: root/src/controls/TextField.qml
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@theqtcompany.com>2015-03-04 15:31:09 +0100
committerCaroline Chao <caroline.chao@theqtcompany.com>2015-03-06 13:20:40 +0000
commit0e022e36ba45b00986d113cf26161c292adc3a2b (patch)
tree815b7570ac144176702e1f4ab9ac65e7cd6c40a1 /src/controls/TextField.qml
parent06e63332054e441ac1c51e19e40399a8accd5db6 (diff)
Doc: Fix qtdoc warnings
Mostly link errors and missing documentation. And removed useless references to {QtQuick.Controls.Styles} in the doc. Change-Id: Iad211a574c0bd23c84e067e0cbcc18c3e719cde7 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/controls/TextField.qml')
-rw-r--r--src/controls/TextField.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/controls/TextField.qml b/src/controls/TextField.qml
index db42cfb77..010561d39 100644
--- a/src/controls/TextField.qml
+++ b/src/controls/TextField.qml
@@ -59,7 +59,7 @@ import QtQuick.Controls.Private 1.0
\endqml
You can create a custom appearance for a TextField by
- assigning a \l {QtQuick.Controls.Styles::TextFieldStyle}{TextFieldStyle}.
+ assigning a \l {TextFieldStyle}.
\sa TextArea, TextInput
*/
@@ -411,8 +411,8 @@ Control {
an intermediate state. The accepted signal will only be sent
if the text is in an acceptable state when enter is pressed.
- Currently supported validators are \l{QtQuick::}{IntValidator},
- \l{QtQuick::}{DoubleValidator}, and \l{QtQuick::}{RegExpValidator}. An
+ Currently supported validators are \l[QtQuick]{IntValidator},
+ \l[QtQuick]{DoubleValidator}, and \l[QtQuick]{RegExpValidator}. An
example of using validators is shown below, which allows input of
integers between 11 and 31 into the text input: