Hi,

I have implemented the Dynamic translation for my form as it given in the following link. http://wiki.qtcentre.org/index.php?t...4_applications

I am creating my widgets dynamically i.e not by the designer.
It works fine for the labels but it's not working for updating the contents of the QComboBox.

I am creating a QStringList for all the contents of ComboBox. Then I use addItems() for adding the list to combobox.

In the Override method QWidget::changeEvent() I clear the QStringList and then creates a new QStringList before adding it. But it does not works.

It retains the intial loaded value. After I removeTranslator and install new translator also the strings does not change.

Please help me to resolve the issue.

Thanks in advance.

Regards
Rakesh