PDA

View Full Version : while porting from qt3 to qt4 where should i define custom signals and slots



narlapavan
24th June 2013, 19:12
from qt3 to qt4 i have done porting through uic3 , qt3to4 tools. every thing is working fine but signal and slots are not working why?

i have to change any code ?
please help..

anda_skoa
24th June 2013, 21:14
There is no change in syntax for signals or slots between Qt3 and Qt4.

There is a behavioral change in signal/slot connection across threads, but within the same thread the behavior is also the same in both version.

Cheers,
_