Re: [PyQt] Pyqt Translation

2013-01-31 Thread Detlev Offenbach
Hello, why not use the eric IDE for development? It has built in interfaces to the Qt tools and would do the .pro generation in the background for you. It is really simple to do translation update for just one language, several or even all, add new languages, ... Regards, Detlev On Thursd

Re: [PyQt] Pyqt Translation

2013-01-31 Thread uahmed
Hi Thanks for the reply . I will do same i guess . Can you tell me one thing how you are making qt project with .py files? I installed -qt-creator-py and python-pyside too , but whenever i create a project it gives me main.cpp file and i didnt find any option in start to choose python . Sorry i a

Re: [PyQt] Pyqt Translation

2013-01-31 Thread Vincent Vande Vyvre
Le 31/01/13 13:23, uahmed a écrit : > Vincent , Should i make a Qt project and include all the python files > to it ? In those python files i use Pyqt for updating windows text etc . > > On Thu, Jan 31, 2013 at 3:12 PM, uahmed > wrote: > > Hi > > Thanks for

Re: [PyQt] Pyqt Translation

2013-01-31 Thread uahmed
Vincent , Should i make a Qt project and include all the python files to it ? In those python files i use Pyqt for updating windows text etc . On Thu, Jan 31, 2013 at 3:12 PM, uahmed wrote: > Hi > > Thanks for the reply . Is there any way to do tranlsation with '.ui' file > format or with .py

Re: [PyQt] Pyqt Translation

2013-01-31 Thread uahmed
Hi Thanks for the reply . Is there any way to do tranlsation with '.ui' file format or with .py file . I am not using QtCreator i did whole code from scratch and i make the other windows in QtDesigner which generate the '.ui' file and than i use them in my code . Thanks On Thu, Jan 31, 2013 at

Re: [PyQt] Pyqt Translation

2013-01-31 Thread Vincent Vande Vyvre
Le 31/01/13 12:37, uahmed a écrit : > Hi > > I am facing problem in doing translation of pyqt application . The way > i use to create frame /window is that . I create the frame on Qt4 > Designer and it generate the .ui file after that i convert it to > python file using pyuic4 tool and include it i

[PyQt] Pyqt Translation

2013-01-31 Thread uahmed
Hi I am facing problem in doing translation of pyqt application . The way i use to create frame /window is that . I create the frame on Qt4 Designer and it generate the .ui file after that i convert it to python file using pyuic4 tool and include it in the application . I search internet what i g