PDA

View Full Version : Qt input output / external programs



konnosm
15th July 2012, 11:20
Hello,

I want to make a Qt program that has an input number and that number with a button becomes input to an external program (H Spice, electronic simulation) and runs the program. I want to know if that is possible and if there is an example that i can see because i am really new to Qt programming.

Thank you very much in advance

wysota
15th July 2012, 11:21
Use QProcess to call an external program.