Qt-interest Archive, January 2008
multiple signals from gui controls
Message 1 in thread
Hi there,
My qdialog based app gui contols (buttons, check boxes, etc) generate 2
and more signals on a click;
Could somebody point out what might be the cause?
Thanks in advance ,
Serguei
--
[ signature omitted ]
Message 2 in thread
Hi Serguei,
maybe you connected the slot several times to the same signal.
At least I did when I encountered that kind of behaviour.
Regards, Niko
--
[ signature omitted ]
Message 3 in thread
Thanks Niko,
I double checked it with debugger - it's connected just once.
Serguei
Niko Paltzer wrote:
> Hi Serguei,
>
> maybe you connected the slot several times to the same signal.
>
> At least I did when I encountered that kind of behaviour.
>
> Regards, Niko
>
>
--
[ signature omitted ]