Hi guys, I've little problem and don't know how to fix it.
I need to create splash screen (with animation) during application creates UI (many dialogs and widgets).
Splash dialog uses QMovie for animation and it needs that application processes events to change frames. This is main problem, if I put QApplication:rocessEvents into code that make initialization, loading time increases and also my animation starts jerking because time interval is different from one processEvents to another. I believe there is some solution how to run two UI widgets the same time without freezing.