[Qt-interest] Qurries

ivan demakov ivan.demakov at gmail.com
Thu Jan 15 12:45:22 CET 2009


On Thursday 15 January 2009 15:30:49 Ankit Agarwal wrote:
> Hi,
> I have two independent doubts:
> 1. I have my GUI in Qt. I need to execute a shell script. which shall be
> better : a. system() b. QProcess ?

if you need to fire and forget, use system().
if you need some sort of interprocess communication, use QProcess()

-- 
ivan



More information about the Qt-interest-old mailing list