I just display the text the the boxes object contain.
It did worked when i used QT_TR_NOOP in the GeneralStruct object, and later on, in the other object, i use the function tr(), and after "lupdate" i change manually the TS file by changing the context "GeneralStruct" to the object name (where i invoke tr()).
I don't want to do it manually, and i know there is a way with the QT_TRANSLATE_NOOP and translate() with contexts given as arguments.
So how do I implement it and make it work? (work = translate the strings)
Bookmarks