aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextinput.cpp
diff options
context:
space:
mode:
authorJonas Karlsson <jonas.karlsson@qt.io>2020-08-06 16:57:50 +0200
committerJonas Karlsson <jonas.karlsson@qt.io>2020-08-28 18:33:08 +0200
commitde0c76db907ffd34b10eeda4a2d1d52c107ef4bd (patch)
treec49a4a6045971f31c36adbf69b886025ccabd2ee /src/quick/items/qquicktextinput.cpp
parentf1cc8f684cf7a72c70dfe4d9c1ca0a03ad0030a9 (diff)
Use OpenType font weights
Task-number: QTBUG-42248 Change-Id: Ib26d4945307b630b054e270b3213e1c9ad0d5357 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/quick/items/qquicktextinput.cpp')
-rw-r--r--src/quick/items/qquicktextinput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquicktextinput.cpp b/src/quick/items/qquicktextinput.cpp
index db2db9a9d7..64faf4ac33 100644
--- a/src/quick/items/qquicktextinput.cpp
+++ b/src/quick/items/qquicktextinput.cpp
@@ -258,7 +258,7 @@ QString QQuickTextInputPrivate::realText() const
\qmlproperty int QtQuick::TextInput::font.weight
The requested weight of the font. The weight requested must be an integer
- between 0 and 99, or one of the predefined values:
+ between 1 and 1000, or one of the predefined values:
\list
\li Font.Thin
\li Font.Light