Quote Originally Posted by shhtk View Post
Am new to C++, Linux and Qt.
Hi, this is a big problem: Qt is a C++ Toolkit; so you MUST know C++ to use it.

QProcess allows you to do all what you want but you have to understand how it works. To do this you need to know about signal/slot mechanism.

I suggest you to study about C++, then move to study Qt and try to apply your knowledge.