Thanks wysota.
So how would my connect function look then?
would it be-
connect(slider, SIGNAL(valuechanged(int)), mysignalproxy, SLOT(dosomething(value)) );
where-mysignalproxy is a pointer to SignalProxy
and function dosomething(value) would take the new value and call AddRGB(value,g,b) within it.
Is this how it works, to make sure I understand it, correctly?
Bookmarks