forked from qt-creator/qt-creator
LineEdit and TextEdit have a couple of text options which start with "tr". These strings can be translated via Qt Linguist. In some cases, these text options contain macros or even JavaScript code which must not be translated. Translation of these fields can easily break the wizard. This change adds the possibility to set non-translatable options for LineEdits and TextEdits "(tr)Text", "(tr)DisabledText" and "(tr)Placeholder" in the .json files. Task-number: QTCREATORBUG-29649 Change-Id: I278a0bec848888cf96bdb49306e319c14a09236c Reviewed-by: Eike Ziller <eike.ziller@qt.io>