Open External .exe file in the QT application
Unsolved
General and Desktop
-
wrote on 25 Feb 2016, 21:22 last edited by
Hello all,
I am trying to open meshlab.exe file installed in my PC to open in qt application itself. Currently, I am able to open the file but not in the application itself.
Any suggestions on how can i proceed with that?
Thanks in advance! -
Hi and welcome to devnet,
Do you start the meshlab application ? You can do that using QProcess
1/2