Advertisement
Guest User

Untitled

a guest
May 23rd, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement