PDA

View Full Version : IPC using QProcess , connect and finish does not work



PstdEr
27th April 2013, 18:49
Hi,

How to notify the parent process from child process using QProcess when the object of child is deleted.

i am trying to use connect and finish signal , but its not working.

its works only if parent have a child object
but if the child object not known to parent the signal is not received.

please help.

amleto
28th April 2013, 01:43
please show your complete compilable code that does not work.