PDA

View Full Version : invoke Kmag on button click in QT



prkhr4u
21st November 2013, 04:35
I want to invoke Kmag inside my Qt4 application on the press of a button.How can i do this?

In fact,can i know how to invoke any application inside QT that we can invoke using terminal.
In terminal i just have to type
kmag to invoke.It is a screen magnifier basically

P.S : using ubuntu 12.04

anda_skoa
21st November 2013, 08:38
QProcess

Cheers,
_

prkhr4u
22nd November 2013, 03:08
I didn't know about QProcess.
Thanks,I am able to implement it successfully