From e86f91797d40147912827839feb73ec20fcf614f Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Wed, 28 Oct 2020 19:48:17 +0100 Subject: Change terminology to "look and feel" -should be "look and feel" Task-number: QTBUG-88010 Change-Id: I5eef099eec362144651dd95d74023a571c4ac08c Reviewed-by: Paul Wicking --- src/quick/items/qquicktextedit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/quick/items/qquicktextedit.cpp') 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 -- cgit v1.2.3