aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextedit.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2020-10-28 19:48:17 +0100
committerJerome Pasion <jerome.pasion@qt.io>2020-10-29 09:25:50 +0100
commite86f91797d40147912827839feb73ec20fcf614f (patch)
tree4afe09c6405950664bfb4a31ae7543b68652bce0 /src/quick/items/qquicktextedit.cpp
parent44e3936db1000ac6445e707a3443661087031551 (diff)
Change terminology to "look and feel"
-should be "look and feel" Task-number: QTBUG-88010 Change-Id: I5eef099eec362144651dd95d74023a571c4ac08c Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/quick/items/qquicktextedit.cpp')
-rw-r--r--src/quick/items/qquicktextedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquicktextedit.cpp b/src/quick/items/qquicktextedit.cpp
index b1be2ebcb7..5b44a68c14 100644
--- a/src/quick/items/qquicktextedit.cpp
+++ b/src/quick/items/qquicktextedit.cpp
@@ -95,11 +95,11 @@ TextEdit {
Setting \l {Item::focus}{focus} to \c true enables the TextEdit item to receive keyboard focus.
Note that the TextEdit does not implement scrolling, following the cursor, or other behaviors specific
- to a look-and-feel. For example, to add flickable scrolling that follows the cursor:
+ to a look and feel. For example, to add flickable scrolling that follows the cursor:
\snippet qml/texteditor.qml 0
- A particular look-and-feel might use smooth scrolling (eg. using SmoothedAnimation), might have a visible
+ A particular look and feel might use smooth scrolling (eg. using SmoothedAnimation), might have a visible
scrollbar, or a scrollbar that fades in to show location, etc.
Clipboard support is provided by the cut(), copy(), and paste() functions, and the selection can