__init__(parent) # load the ui PyQt4.uic.loadUi('ui/mainwindow.ui', self) if ( __name__ == '__main__' ): app = None if ( not app ): app ...
確定! 回上一頁