
uiファイルをpythonスクリプトに変換する方法

    $ pyuic4 <uiファイル名> -x -o <pyファイル名>

pyuic4コマンドは、pyqt4-dev-toolsパッケージに含まれるもの

