Hi,

Thanks talk2amulya for the quick reply.. but I didnt understand what you are saying . What I understood that I have to create two more classes (I already have two , one for each form). Each of these new classes can access both the parent classes. So totally I have 4 classes and I have to work with my new classes rather than the old two. Is my reasoning is correct ?

Note : In the meantime I somewhat achieved my needs using an extern variable(flag is the correct word) and a QTimer which checks for these flag every 0.1 seconds. Not good c++ style of thinking but it seems to be working..


Jayanth.S