<div dir="ltr">Hi <br><br>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? <br><br>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 . <br>
<br>Thanks<br><br>Ahmed<br><br><div class="gmail_quote">On Thu, Jan 31, 2013 at 3:45 PM, Vincent Vande Vyvre <span dir="ltr"><<a href="mailto:vincent.vandevyvre@swing.be" target="_blank">vincent.vandevyvre@swing.be</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le 31/01/13 13:23, uahmed a écrit :<br>
<div class="im">> Vincent , Should i make a Qt project and include all the python files<br>
> to it ? In those python files i use Pyqt for updating windows text etc  .<br>
><br>
> On Thu, Jan 31, 2013 at 3:12 PM, uahmed <<a href="mailto:gleam.uahmed@gmail.com">gleam.uahmed@gmail.com</a><br>
</div><div class="im">> <mailto:<a href="mailto:gleam.uahmed@gmail.com">gleam.uahmed@gmail.com</a>>> wrote:<br>
><br>
>     Hi<br>
><br>
>     Thanks for the reply . Is there any way to do tranlsation with<br>
>     '.ui'  file format or with .py file . I am not using QtCreator i<br>
>     did whole code from scratch and i make the other windows in<br>
>     QtDesigner which generate the '.ui' file and than i use them in my<br>
>     code .<br>
><br>
</div>I've never used QtCreator.<br>
<br>
I convert my .ui files to .py, I update the file .pro if necessary and I<br>
run:<br>
<br>
pylupdate4 -noobsolete <a href="http://oqapy.pro" target="_blank">oqapy.pro</a><br>
<br>
(oqapy is my app) after that, I open the .ts file with QLinguist.<br>
</blockquote></div><br></div>