PDA

View Full Version : My scheduler and Qt



Daxos
11th June 2010, 12:24
Hi,
this is my question: I have a qt application and i have another application that is a scheduler and works whit other application.
I want through my scheduler read the event code of the qt application and make something when the qt interface is used. I want back an event that is in the code and processing it.

It's possible? Can i don't use exec function on my qt application?

In other words i want replace the "qt scheduler" (exec function) whit my scheduler.


Can anyone help me, please?

Thanks, bye

high_flyer
11th June 2010, 12:34
Merging event loops is very problematic, to say the least, and this kind of design thinking usually indicates bad design.
If you explain to us more about the end result you are after, we might suggest a better, and more realistic approach to solve your problem.