Hi.

I like to create an application that runs in real-time.
It needs to run at a very high frame rate.
My question is, should I therefore build my application as a qt console application or should I build it like a normal widget QT application with basic window functions?
Anyone has experience if this choice between console and non-console makes a difference?

Thanks!