Dear JACEK,
1.Thanks a lot for verifying the CJPEG.EXE.
2.I am enclosing the extracts of the files main.cpp, steg.h, steg.cpp where cjpeg.exe is used. I have more or less incorporated the things which you have given but it does not work. Do I have to necessarily include “main.moc†.
3. I believe I need to connect the readyReadStandardOutput() as you have done
connect( _proc, SIGNAL( readyReadStandardOutput() ), this, SLOT( read() ) );
connect( _proc, SIGNAL( readyReadStandardOutput() ), this, SLOT( read() ) );
To copy to clipboard, switch view to plain text mode
rest most of the things are same.
Is the second connect also required
connect( _proc, SIGNAL( finished(int, QProcess::ExitStatus) ), QCoreApplication::instance(), SLOT( quit() ) );
To copy to clipboard, switch view to plain text mode
Could tell me how to adjust in the existing code.
I am not able to figure out.
Please have a look at my abridged code put in the zip file.
Thanks
Bookmarks