PDA

View Full Version : embedding non-qt windows/widgets



fooltruth
10th January 2011, 11:07
Is it possible to embed non-qt windows(widgets) on a qt application? I guess this is possible on Linux based OS by using the QXEmbed class but I could not find anything for Windows OS. Anything similar available for Windows OS? Thanks.

FelixB
10th January 2011, 11:46
see QtWinMigration Framework (http://doc.trolltech.com/solutions/qtwinmigrate/index.html)

wysota
10th January 2011, 14:07
Anything similar available for Windows OS? Thanks.
You can also export the control as a COM (ActiveX) server and embed it in your app with ActiveQt.

fooltruth
10th January 2011, 16:33
Thank you guys. QtwinMigration Framework and ActiveQt available only on the commercial license, is that right?

Can I embed third-party application widgets which source code is not available?

wysota
10th January 2011, 18:04
Thank you guys. QtwinMigration Framework and ActiveQt available only on the commercial license, is that right?
No, they are available in the open-source version as well. At least ActiveQt is.