Hi
I'm trying to update window title immediately with construction like this:
setWindowTitle(tr("bla-bla");
qApp->processEvents();
<some job>
setWindowTitle(tr("bla-bla1");
but this working only once due program runtime. I.e. I can see bla-bla only once. bla-bla1 shows every time
what I'm doing wrong?
Thanks





