It becomes interesting.

I did QObject::tr( text ), and if text is already a Chinese character, it didn't work. I remove QObject::tr and it works.

The problem is if the text is an English string and I want to translate to Chinese, it will not do the translation because QObject::tr is removed...

How can I take care bother cases?

Thanks