Hi, 

just had a look at generated code from pyuic4 and I'm curious:

Shouldn't pyuic4 use
QtCore.QCoreApplication.translate(classname.objectName(), <somestring>)
in retranslateUi(self, classname)?

Else you really have no way of translating string from ui-forms, as you
can't use the generated code because it will be subject to the
dynamic-context-problem...

Or am I missing something?

Andreas

-- 
Do something unusual today.  Pay a bill.

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to