I want to start a new thread from button click of main window, which in turn will run a QProcess to launch gstreamer.
The main objective is to launch QProcess from button click in mainWindow without blocking the GUI.

I am unable to find the correct approach to do it.Not able to make signal/slot connection.
Pl tell the right approach to do it.
Any sample code will be highly appreciated.