On Tue, 27 Aug 2013 12:21:23 +0100, Nelson Enoh wrote: > i need help on hw to convert a qt design to a py code... > _______________________________________________ > PyQt mailing list PyQt at riverbankcomputing.com > http://www.riverbankcomputing.com/mailman/listinfo/pyqt Did you tray with pyuic4? $ pyuic4 ui-file -o output-file Regards.