TypeError: 'sip.methoddescriptor' object is not callable
pyqt初始化窗体时遇到的错误。某个对象无法被调用到。
class TestDlg(QMainWindow): 里面的参数必须是你所建立的窗体类型才能运行正常dialog、mainwindow、widget,否则就会提示上述错误。
TypeError: 'sip.methoddescriptor' object is not callable
pyqt初始化窗体时遇到的错误。某个对象无法被调用到。
class TestDlg(QMainWindow): 里面的参数必须是你所建立的窗体类型才能运行正常dialog、mainwindow、widget,否则就会提示上述错误。