Hi,
I have an application which reads some file which has information about the widgets like below.

Pushbutton
tooltips :"THIS IS TO CREATE THE NAME"
texts :"NAME"
width:100
height:200

This at run time creates the QPUSHBUTTON with text as NAME and tooltip as "THIS IS TO CREATE THE NAME".

Now I want to provide the localization for these texts and tooltips which are not written in .cpp or .h files.
So running lupdate directly on .pro file wont work.
So guys do you have any approch of populating all texts from such file's to .ts ? .

Thanks....