Dynamic Qt Translation?
-
Hi All,
It seems like , Qt Translation works only for static content and not for dynamic.can any one please tell me how to handle this situation.
case: I want to fill a combobox with items by reading a xml file content.
items.xml will look like this,
<items>
<item>One</item>
<item>Two</item>
<item>Hundred</item>
</items>