From b1a7731c46e88d5c75916fefdd5361f04a41cec7 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 20 Feb 2017 11:32:01 +0100 Subject: [PATCH] Doc: Describe the qsTranslate() option (Qt Quick Designer) Change-Id: I7033f683f86157830addf1b403baab0379f631c7 Reviewed-by: Thomas Hartmann --- doc/src/qtquick/qtquick-designer.qdoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/src/qtquick/qtquick-designer.qdoc b/doc/src/qtquick/qtquick-designer.qdoc index 128689d06c..9fdf896c8c 100644 --- a/doc/src/qtquick/qtquick-designer.qdoc +++ b/doc/src/qtquick/qtquick-designer.qdoc @@ -290,6 +290,13 @@ group. For more information about text ID based translations, see \l {Qt Linguist Manual: Text ID Based Translations}. + To preserve the context when editing the text or to change the context + by setting a binding on the text property, change the default call to + \c qsTranslate() by selecting the \uicontrol {qsTranslate()} radio button. + + For more information, see + \l {Internationalization and Localization with Qt Quick}. + \section2 Loading Placeholder Data \QMLD supports views, models, and delegates, so that when you add a Grid -- GitLab