On 01/07/12 18:07, Orgad and Raizel Shaneh wrote:

>
> Did you call myProcess.start()?
>

I've just realised that I've been sending my question to the wrong list. 
Anyway Orgad this is what I've done.

    QProcess myProcess;

    myProcess.startDetached("ls");

    QByteArray array = myProcess.readAllStandardOutput();

    qDebug() << "array = " << array;

-- 
Regards,
Phil
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to