PDA

View Full Version : Run an application but show it in your own form?



triperzonak
18th September 2008, 16:16
i want to execute an application and show it in my own form, any tips?

for ex. i will run a movie player, but show it on my dialog not in seperate form..

thanks

lyuts
19th September 2008, 09:12
What app do you want to run specifically?
If you want to play a movie, you can use QMovie.

triperzonak
19th September 2008, 10:15
the binary or executable is a player but special player that has "too many secrets", so im having trouble recreating it plus im fighting time here, so i will just add the needed arguments and run the executable but i dont want it to be a pop up..

anyways thanks

triperzonak
22nd September 2008, 11:18
anyone?

embed an application to your application? is that possible..

in others its possible, but in QT is it?

triperzonak
25th September 2008, 11:09
embed an application to your application,

for example i will add mycalculator to a Qdialog
if mycalculator is a binary and not a source code is this possible??:confused:

caduel
25th September 2008, 11:56
use QX11EmbedContainer or ActiveQt

triperzonak
27th September 2008, 02:37
ok thanks this is what im looking for..

is their any equivalent function in qt3?

im trying to use the qaxcontainer but it cannot find the header file..