keep getting error object is not callable on this
Qt Code:
redb.clicked[bool].connect(self.setColor)To copy to clipboard, switch view to plain text mode
i am learning PyQt4 on windows 7 x86
Update: i figured out the problem
keep getting error object is not callable on this
Qt Code:
redb.clicked[bool].connect(self.setColor)To copy to clipboard, switch view to plain text mode
i am learning PyQt4 on windows 7 x86
Update: i figured out the problem
Last edited by krystosan; 30th November 2012 at 07:30.
You figured it out? Great! And thanks for showing us the solution...
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
well, I am learning PyQt4 from zetcode and i just missed defining the method that was being called...
Bookmarks