PDA

View Full Version : invoking a QmainWindow from a win32 api



rakefet
6th March 2014, 21:49
Hi,

I have a win32 API that I am suppose to add to it a new GUI that involves user interactions and features that are available in QGraphicsview. I actually implement the GUI itself on QTCreator and it works fine. What is unknown to me is the possibility to invoke a QApplication from the win32 event handling loop. I need the win32 API to know when the QT app is finished and if possible, pass data back.
Is it possible?
Thanks,