Re: [PyQt] pylupdate4 problem with translatable strings

2013-04-09 Thread Phil Thompson
On Sun, 07 Apr 2013 09:26:56 +0300, Antti-Pekka Meronen wrote: > When I convert my Qt Designer mainwindow.ui file into mainwindow.py, > mainwindow.py file makes the translatable strings like this: > MainWindow.setWindowTitle(_translate("MainWindow", "Program name", None)) > > And when I convert

[PyQt] pylupdate4 problem with translatable strings

2013-04-06 Thread Antti-Pekka Meronen
When I convert my Qt Designer mainwindow.ui file into mainwindow.py, mainwindow.py file makes the translatable strings like this: MainWindow.setWindowTitle(_translate("MainWindow", "Program name", None)) And when I convert my .pro file using pylupdate4.exe, the .ts translation files come up emp