I am beginner to QT. I am working on a QT application. I have to run a list of processes if it is not running in the memory. The problem is how can i detect a process is already running in the memory or not. For example i have a process name abc
than how can i detect it is already running. Something i need is like
QProcess *p = new QProcess();
int status = p->start("check if abc is running or not");