> {
> QProcess* p = qobject_cast<QProcess*>( sender() );
what does this do ?
here is the code of what i want to do.
http://kpppoeguiconfig.googlecode.com/svn/
when I am using pointers its giving segmentation fault and when I
using normal object nothing happens when process gets completed.