Hi,

I have a strange behaviour with translations.

In my application, I have ui files and cpp files.

In cpp files, I use the "tr" method, the classes inherits from QObject and the macro Q_OBECT is used.

I made a translation using linguist, strings in the ui and cpp files are visible in linguist and translated.

When I use this translation, only those defined for ui files are used. Strings defined by "tr" are not translated.

I made a test by replacing "tr" by "QApplication::translate" and it works. What could be wrong in my way to use "tr" ?


Qt 5.5

Visual Studio 2013

--
*Nicolas Krieger*
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to