forked from qt-creator/qt-creator
There are now 3 options for QML translations in the options. * qsTr (default) * qsTrId * qsTranslate In case of qsTranslate the context is preserved when editing the text and the context can be changed by setting a binding on the text property. Task-number: QTCREATORBUG-17714 Change-Id: Ied2ccb84d98d99d5b920fe47ee6d8cb67ff2bd5b Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>