PDA

View Full Version : Fixing a Qt application into a TAB



hitesh_sharma@satyam
16th April 2012, 07:04
I have a Qt application a media player.Which works fine as independent project.
Now I want to add that Player into a TAB of another Qt project.
Where this Media Player should be launched into the TAB.

How we can achieve this.

Regards
Hitesh

amleto
16th April 2012, 08:34
You can put any widget you want to into a tab.

You cannot put '.exe' or binaries into a tab.

wysota
16th April 2012, 22:25
...unless of course you use XEmbed or ActiveX...