QDialog ): def init(self): QtGui.QDialog.init(self) # Set up the user interface from compiled ui file. self.ui = Ui_YourDialog() self.ui.
確定! 回上一頁