PDA

View Full Version : How to execute an exe file from Qt application



maveric
24th May 2008, 10:07
hi.. all

I am a newbee to this world of qt..

I heard that there is no support for USB programming in qt..
so i am thinking that to write similar code (in any programming language for Eg:- C#) and develop into an exe and run from my qt application...
so is this possible..

thnx in advance..

triperzonak
24th May 2008, 10:24
its posible.. use Qprocess..:)