PDA

View Full Version : Qt appcation inside MFC



deepal_de
27th September 2011, 08:59
Is it possible to run a Qt application inside MFC...
Or use the Qt GUI as MFC appication GUI...

FelixB
27th September 2011, 09:35
have a look at QWinWidget.

deepal_de
27th September 2011, 10:16
Thanks...
Im checking it at the moment...
i was thinking something like this, to draw a QWidget (eg: QTabelWidget) inside MFC applcaion.. and handle all QWidget events from MFC application...
is this possible?? :confused:
can you give me some guiding steps to do this... complete Example on web or something..
thanks