On Sun, May 15, 2011 at 4:44 PM, Markus Hubig <[email protected]> wrote:
> Hi together,
>
> I've a problem using the QCheckBox.stateChanged Signal within a
> QSignalMapper.
> The stateChanged Signal is emitted with an integer argument but the
> QSignalMappers
> map() Slot only accepts a call without an argument ... so I get the
> following error.
>
> Error calling slot "map"
> TypeError: 'PySide.QtCore.QSignalMapper.map' called with wrong
> argument types:
>  PySide.QtCore.QSignalMapper.map(int)
> Supported signatures:
>  PySide.QtCore.QSignalMapper.map()
>  PySide.QtCore.QSignalMapper.map(PySide.QtCore.QObject)
>

I've filed a bug on this issue (Problems with slots overloads).

http://bugs.pyside.org/show_bug.cgi?id=860


-- 
Lauro Moura
INdT - Instituto Nokia de Tecnologia
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to