[Qt-interest] display the QProcess on a qt application

Donal O'Connor donaloconnor at gmail.com
Mon Mar 30 23:07:09 CEST 2009


Assuming that you mean displaying the output from your application and
assuming it writing to standard out, could use QProcess::readStdOut(); and
redirect it into a widget for display

http://doc.trolltech.com/3.3/qprocess.html#readStdout

On Mon, Mar 30, 2009 at 9:58 PM, Stefanos Antaris <santaris at csd.auth.gr>wrote:

> Hello.How can i display the application that i run with QProcess on my
> qt application?
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090330/e312cb9b/attachment.html 


More information about the Qt-interest-old mailing list