Re: Qtdesigner and python
u can use`pyuic` for this .. -- http://mail.python.org/mailman/listinfo/python-list
Re: Qtdesigner and python
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
