From e761f5b906c427433325debb9f08c4f2d0ba902d Mon Sep 17 00:00:00 2001 From: Pekka Vuorela Date: Fri, 3 Feb 2012 10:07:51 +0200 Subject: Use QInputMethod instead of deprecated QInputPanel Similarly deprecate Qt.application.inputPanel and introduce replacement Qt.inputMethod. Change-Id: Ie4fd467f93f75023c86b0a2d038d858fe5001146 Reviewed-by: Joona Petrell Reviewed-by: Lars Knoll Reviewed-by: Sami Kananoja --- doc/src/declarative/righttoleft.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/src/declarative/righttoleft.qdoc b/doc/src/declarative/righttoleft.qdoc index 7d11ae7b36..43a7457d49 100644 --- a/doc/src/declarative/righttoleft.qdoc +++ b/doc/src/declarative/righttoleft.qdoc @@ -58,7 +58,7 @@ When the horizontal alignment of a text item is not explicitly set, the text ele automatically aligned to the natural reading direction of the text. By default left-to-right text like English is aligned to the left side of the text area, and right-to-left text like Arabic is aligned to the right side of the text area. The alignment of a text element with empty text takes -its alignment cue from \l QInputPanel::inputDirection(), which is based on the active +its alignment cue from \l QInputMethod::inputDirection(), which is based on the active system locale. This default locale-based alignment can be overriden by setting the \c horizontalAlignment -- cgit v1.2.3