Quote Originally Posted by wysota View Post
So you are calling resize passing in the values you are setting in the function? Are you sure this is correct?
Could you point out what is wrong as long as the width and height are already set during sync().

Thanks for pointing it out. I thought that it is de-allocated automatically since the class is a QObject subclass. Anyway I made the necessay changes; made the timer member variable of the class and doing the connection there instead of initializing with each and every call of sync(); But it did not change the behavior either.

Where else should I look into ?