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
Printable View
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
What app do you want to run specifically?
If you want to play a movie, you can use QMovie.
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
anyone?
embed an application to your application? is that possible..
in others its possible, but in QT is it?
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:
use QX11EmbedContainer or ActiveQt
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..