[PySide] [Pyside][ Bug ]Signal calls with no arguments
Lucas Tanure
ltanure at gmail.com
Mon Oct 28 23:19:43 CET 2013
Hi,
I use Arch Linux, and Pyside 1.2.1 .
And if I do:
@QtCore.Slot()
def on_motor_group1_power_slider_valueChanged(self, value):
print value
Where motor_group1_power_slider is a QSlider. I got :
TypeError: on_motor_group1_power_slider_valueChanged() takes exactly 2
arguments (1 given)
And this happens with many classes in PySide.
There is one bug in Pyside, that the signals doesn't have arguments anymore
?
This source code is in github:
https://github.com/lucastanure/GoGo-Real-Software
Thanks
--
Lucas A. Tanure Alves
+55 (19) 988176559
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20131028/6df2c06d/attachment.html>
More information about the PySide
mailing list