[PyQt] Pyqt Translation

uahmed gleam.uahmed at gmail.com
Thu Jan 31 15:59:35 GMT 2013


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 am new to QtCreator .

Thanks

Ahmed

On Thu, Jan 31, 2013 at 3:45 PM, Vincent Vande Vyvre <
vincent.vandevyvre at swing.be> wrote:

> 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 <gleam.uahmed at gmail.com
> > <mailto:gleam.uahmed at gmail.com>> wrote:
> >
> >     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 .
> >
> I've never used QtCreator.
>
> I convert my .ui files to .py, I update the file .pro if necessary and I
> run:
>
> pylupdate4 -noobsolete oqapy.pro
>
> (oqapy is my app) after that, I open the .ts file with QLinguist.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20130131/b2584702/attachment.html>


More information about the PyQt mailing list