这是我的代码:
self.retranslateUi(MainWindow)
QtCore.QObject.connect(self.pushButton_2, QtCore.SIGNAL(_fromUtf8("clicked()")), self.destroy)
当我运行我的程序时,它说:
文件“myui.py”,第 52 行 QtCore.QObject.connect(self.pushButton_2, QtCore.SIGNAL(_fromUtf8("clicked()")), self.destroy) ^ IndentationError: unexpected indent