Hello,

I've programming in c++ with Qt 4.2.3. My problem is the following:

I've a window that is refreshing by another thread using signal-slot method. In a moment, without explanation, the window is freezed and never is refreshed. This window has some textfields that contains qstrings.

When the window is freezed, the rest of the application continue working properly.

¿What can i investigate to find the problem? I do not know where to start looking for the problem. Please, help me.

If you need another information to helpl me, please, ask me.

Thanks in advance.