PDA

View Full Version : Calling qt.exe with QImage as argument in visual Studio ???



ganapathi
19th January 2016, 08:35
Hi all,

I have an visual c++ application developed in Visual studio 2012.

This application keeps producing an 32*512 image.

I want to execute qt.exe with this image as argument(input) ex qt.exe img1 and continue my visual c++ application.

How can I accomplish this?

Regards

Lesiok
19th January 2016, 08:56
Read about QProcess

ganapathi
19th January 2016, 09:04
Read about QProcess

Thanks

I am not calling some application in qt which is done by QProcess.

I am calling qt.exe in visual c++ application which is inverse.

Lesiok
19th January 2016, 10:05
And what does this have to do with Qt ? Read this docs (http://lmgtfy.com/?q=run+another+application+from+c%2B%2B)