[Qt-interest] block signals only in current class
Martin Gebert
martin.gebert at alpha-bit.de
Tue Aug 11 11:44:47 CEST 2009
> However, I want to avoid that the signal of RotationStage changes the
> QDoubleSpinBox, that originaly
> changed the velocity value. But if I would block the Signals from
> RotationStage "RotationStage->blockSignals(true);",
> that would stop every dialog from getting this signal which
> is not what
> I want.
What about blocking the signals from the spin boxes instead?
Martin
More information about the Qt-interest-old
mailing list