[Qt-interest] QProcess (4.4.3)

chandrasekar wagmare sekarwagmare at gmail.com
Thu Jan 15 06:04:22 CET 2009


use assistant QProcess() class reference .. in the document they explain how
to run a external program with example ... u can use system calls also ...
use

readyReadStandardOutput <qprocess.html#readyReadStandardOutput> () signal
and connect it to a slot fn() ..

in slot call lineEdit().setText(QProcess ->readAllStandardOutput() )

and u can disply the output ...


On Thu, Jan 15, 2009 at 10:21 AM, siva chand <kpmsivachand at gmail.com> wrote:

> hi to all!
>
> I want to run the process lilke ("ls -a") and show the output to the
> plainText.... since i am novie user so please anybody guide me...
>
> Advance thanks
>
> --
> Thanks and Regards,
>
> N.SIVACHANDRAN,
> Kanchipuram.
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>


-- 
CHANDRU
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090115/b92579f5/attachment.html 


More information about the Qt-interest-old mailing list