Hi,

Does anybody have any idea if Qt widgets still work without enabling Qt's main Event loop? Like for example, I will have a custom main Event loop and Qt is only used for drawing only? And if possible, my main Event loop's events are passed to Qt widgets, like key press events.

Or does Qt only works as a stand-alone application, and it can't be used only for screen drawing purposes alone.