Re: hi,every body. a problem with PyQt.

2006-05-24 Thread softwindow
i find it now thanks ! -- http://mail.python.org/mailman/listinfo/python-list

Re: hi,every body. a problem with PyQt.

2006-05-24 Thread softwindow
but in my computer pyuic is not a valid commond may be i don't install something,but i have installed PyQt4. -- http://mail.python.org/mailman/listinfo/python-list

Re: hi,every body. a problem with PyQt.

2006-05-24 Thread softwindow
thanks everyone! -- http://mail.python.org/mailman/listinfo/python-list

Re: hi,every body. a problem with PyQt.

2006-05-24 Thread Luke Plant
> i use QT-designer to design application GUI. > now i save the test.ui file into e:\test\test.ui > next step,how can i run it? You should have a look at a PyQt tutorial, such as this one: http://vizzzion.org/?id=pyqt Luke -- http://mail.python.org/mailman/listinfo/python-list

Re: hi,every body. a problem with PyQt.

2006-05-24 Thread Giles Brown
The tool to create a python script from a Qt designer .ui file is called pyuic. I suggest you have a google for "pyqt tutorial" pages. I found this one for example: http://wiki.python.org/moin/JonathanGardnerPyQtTutorial Regards, Giles -- http://mail.python.org/mailman/listinfo/python-list

hi,every body. a problem with PyQt.

2006-05-24 Thread softwindow
i use QT-designer to design application GUI. now i save the test.ui file into e:\test\test.ui next step,how can i run it? -- http://mail.python.org/mailman/listinfo/python-list