On Friday, 9 November 2018 09:47:18 PST Vadim Peretokin wrote:
> I tried QObject::tr but I'm still having difficulty. I'd like to translate
> dynamic input that's not known as compile-time.

You can only translate content known at compile time.

Any dynamism is basically matching the runtime string to one of the static 
strings and then applying the translation of that static strings.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center



_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to