Hi guys,

I was wondering if anyone has experiences trying to get a UI that is written using native UI framework (e.g. MFC) and embedding it in a QWidget? Or any other UI toolkit (e.g. wxWidget) to work with Qt? I am working on an app that uses Qt for the UI, and we have a plugin interface allowing users to embed custom UI in a QWidget that we provide. We don't want to restrict users to Qt framework though.

Thuan