SHOW:
|
|
- or go back to the newest paste.
1 | - | QtCore.QObject.connect(self.Choices_list, QtCore.SIGNAL(_fromUtf8("raise()")), result.decree(self.Choices_list.currentRow, self.A_number_input.value, self.B_number_input.value)) |
1 | + | QtCore.QObject.connect(self.Choices_list, QtCore.SIGNAL(_fromUtf8("itemSelectionChanged()")), result.decree(self.Choices_list.currentRow, self.A_number_input.value, self.B_number_input.value)) |
2 | TypeError: arguments did not match any overloaded call: | |
3 | QObject.connect(QObject, SIGNAL(), QObject, SLOT(), Qt.ConnectionType=Qt.AutoConnection): argument 3 has unexpected type 'NoneType' | |
4 | QObject.connect(QObject, SIGNAL(), callable, Qt.ConnectionType=Qt.AutoConnection): argument 3 has unexpected type 'NoneType' | |
5 | QObject.connect(QObject, SIGNAL(), SLOT(), Qt.ConnectionType=Qt.AutoConnection): argument 2 has unexpected type 'str' | |
6 | mint@mint ~ $ |