资 源 简 介
uitopy is a pyuic automat that generates .py files using multiple .ui files by pyuic4 command. it may be helpful for pyqt beginner users. for example, it creates a starter python file includes some basic codes, converts all the qt designer user interface (.ui) files to python (.py) files and import them to the starter file.
uitopy is written in python 2.4. uses pyuic4 command for converting. so you must have pyqt4 installed. and of course, qt4 designer for the interface files.