I'd like to run another program (a windows exe file) from within my C++/Qt code.

I was wondering if Qt offers anything to that effect and how to catch the results (a line of text)
so that my own code could continue using it?

I want to run "ent.exe -file myfile -f"

Thanks!