I am new to Qt, please help me with the following question :
Is it theoretically possible to embed an QWidget window inside an MFC project ?
at least if it is not possible to create QWidget as child of an MFC CWnd window, is it possible to create QWidget as child of Win32 window, using the Win32 API (createwindow,etc.) ?
Thak you in advance.