How to integrate a Visual Studio user control into a QT Window
-
I have been given a task where I have an existing Visual Studio user control (dll) which is a managed .Net object and I need to implement it into an unmanaged C++ QT UI project (exe) being build in VS 2008.
I have seen on several instances something about QT having the ability to add VS user controls using the QtWinForms solution, but all of the links are dead. I have also seen things which state that ActiveQt is why these links are dead and that ActiveQt has a better way to do this. With that said, I still have not found anything which helps me understand how to implement a Visual Studio user control in a QT form/window. Can anyone point me to some help with this?
-
Hi,
I've never combined .NET with Qt before, but have a look at http://qt-project.org/doc/qt-5.1/activeqt/activeqt-index.html -- all the ActiveQt documentation can be reached through there.
In particular, try:
http://qt-project.org/doc/qt-5.1/activeqt/qaxwidget.html
http://qt-project.org/doc/qt-5.1/activeqt/activeqt-dotnet.html