Re: Qtdesigner and python

2005-12-27 Thread [EMAIL PROTECTED]
u can use`pyuic` for this .. -- http://mail.python.org/mailman/listinfo/python-list

Re: Qtdesigner and python

2005-12-27 Thread Phil Thompson
On Tuesday 27 December 2005 5:10 pm, Siraj Kutlusan wrote: > I heard that you can use .ui files with python or something of the likes. > Could anyone help me with telling me how to do this? You can either convert the .ui file to Python code using pyuic or you can load the .ui file directly using

Qtdesigner and python

2005-12-27 Thread Siraj Kutlusan
I heard that you can use .ui files with python or something of the likes. Could anyone help me with telling me how to do this? -- http://mail.python.org/mailman/listinfo/python-list