Is it possible to run a Qt application inside MFC...
Or use the Qt GUI as MFC appication GUI...
Printable View
Is it possible to run a Qt application inside MFC...
Or use the Qt GUI as MFC appication GUI...
have a look at QWinWidget.
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