Hi,

I have developed an Qt [4.8.4- Windows XP] application to receive data from CAN communication and Serial Port using Q Threads.

My Main Window [Q Dialog] have all the widgets for the GUI update.

On execution the application work for almost 20 minutes and after that the GUI update stops. I am using a Touch Screen based display.

When i touch the screen / move mouse / Keypad events wakes up the GUI and the update is working.

I have used repaint() and Update() for all the widgets and dialog and its not working. What could be the problem?

Is there any way i can call refresh screen from Qt or simulate events to make my screen active. Please guide