Hi all

in a multi-process application, how to control periodicity of various Qt processes?

generally Qt will block wait on XConnection for message, which we cant control.

but if there are no messages from X server, i want process to sleep for definite time.

please help me