diff options
author | jasplin <qt-info@nokia.com> | 2009-06-15 08:18:33 (GMT) |
---|---|---|
committer | jasplin <qt-info@nokia.com> | 2009-06-15 08:18:33 (GMT) |
commit | 87598d2d8703fc18f89e11748d94ad4715e61f7c (patch) | |
tree | 131f3ebdb6e9f151fe5838cf218816e34b5b09a9 | |
parent | c9f77564df14f91276e9ca693a9b3f339dab9334 (diff) | |
download | Qt-87598d2d8703fc18f89e11748d94ad4715e61f7c.zip Qt-87598d2d8703fc18f89e11748d94ad4715e61f7c.tar.gz Qt-87598d2d8703fc18f89e11748d94ad4715e61f7c.tar.bz2 |
Fixed minor doc typos.
Reviewed-by: TrustMe
-rw-r--r-- | src/gui/inputmethod/qinputcontext.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/inputmethod/qinputcontext.cpp b/src/gui/inputmethod/qinputcontext.cpp index 8db326b..23e8e10 100644 --- a/src/gui/inputmethod/qinputcontext.cpp +++ b/src/gui/inputmethod/qinputcontext.cpp @@ -78,7 +78,7 @@ QT_BEGIN_NAMESPACE \ingroup i18n - An input method is responsible to input complex text that cannot + An input method is responsible for inputting complex text that cannot be inputted via simple keymap. It converts a sequence of input events (typically key events) into a text string through the input method specific converting process. The class of the processes are @@ -89,11 +89,11 @@ QT_BEGIN_NAMESPACE To abstract such different input method specific intermediate information, Qt offers the QInputContext as base class. The concept is well known as 'input context' in the input method - domain. an input context is created for a text widget in response + domain. An input context is created for a text widget in response to a demand. It is ensured that an input context is prepared for an input method before input to a text widget. - Multiple input contexts that is belonging to a single input method + Multiple input contexts that belong to a single input method may concurrently coexist. Suppose multi-window text editor. Each text widget of window A and B holds different QInputContext instance which contains different state information such as |