Embed a QWidget inside a non-Qt window
General and Desktop
3
Posts
2
Posters
3.3k
Views
1
Watching
-
Have a look at the "Qt/MFC Migration Framework":http://qt.nokia.com/products/qt-addons/solutions-archive/. Unfortunately it is for Windows only.
[edit]
Just to explain how this will help you, look at this explanation from the documentation...The QWinWidget class is a Qt widget that can be child of a native Win32 widget.
The QWinWidget class is the bridge between an existing application user interface developed using native Win32 APIs or toolkits like MFC, and Qt based GUI elements.