[KDE-India] help with process in QT
Prashant Shah
pshah.mumbai at gmail.com
Sat Jan 26 18:23:25 CET 2008
I am making a small app in QT.
When the user clicks on a button labled "Scan" it connects to a slot :
scanserver()
in the scanserver() I have made a process :
QProcess process1;
process1.addArgument()
process1.start("kdesu pppoe-discovery");
How do I get the output of the process. I tried all ways possible but
still its not showing any output.
It should show a list of pppoe server on the lan.
More information about the KDE-india
mailing list