Drawing with qt without framework thread
-
wrote on 18 Jun 2013, 11:24 last edited by
I need to run the qt gui from my context.
I am initializing the gui and instead of running Qapplication.exec() i want to handle events and manualy control the gui from my threads contex.
However, the display is not Initialized ,
what am i missing?
1/1