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
_______________________________________________
PySide mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to