PDA

View Full Version : QProcess Arguments



doggrant
4th November 2010, 16:45
Hi,

Does anyone know whether it is possible to get the argument list passed to qprocess, when the process exits.

Basically there is some information in the argument sting that i want to be able to get at once the process exits. Now either i have to store that info along with a pointer to my process, and access it when the process exits, or i could parse the argument string if i could get it from the qprocess inside the slot connected to the finished signal.

any ideas?

cheers,

David