Hi
> > > The thing is (as you probably guess already) that these fires the
> > > signal too, so i end up in a loop
I hope I get this right, but maybe you should try to do it like it is done in
the Qt GUI elements. In the setter slot you could check if the new value
equals the current value an
> > Good morning,
> >
> > I have something like profiler and each thread is contained in its own
> > graphicsview. On the x axis is time of course and i want the setpos in
> > one thread to be propagated in the others.
> >
> > So i hooked the horizontalScrollBar::valueChanged and i am tryin
Good morning,
I have something like profiler and each thread is contained in its own
graphicsview. On the x axis is time of course and i want the setpos in
one thread to be propagated in the others.
So i hooked the horizontalScrollBar::valueChanged and i am trying
to dispatch the signal to other