[PyKDE] Another translation question

Andreas Pakulat apaku at gmx.de
Thu Jun 29 23:24:10 BST 2006


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.




More information about the PyQt mailing list