[KDE-India] help with process in QT
Prashant Shah
pshah.mumbai at gmail.com
Sun Jan 27 18:23:41 CET 2008
> > > QProcess* p = qobject_cast<QProcess*>( sender() );
> >
>
> QObject::sender() returns (inside a slot, and when called because of a
> signal emission) a pointer to the object that sent the signal.
>
> qobject_cast<> is very similar to dynamic_cast<>, just that it uses Qt's
> meta object system to perform the casting.
cool...
i have made the v0.1 of my first foss app !!
source code : http://kpppoeguiconfig.googlecode.com/svn/
download the linux binary here :
http://code.google.com/p/kpppoeguiconfig/downloads/list
check it out. i have made some cool stuff like scan the network for
pppoe server..need some feedback and also need to polish it little
more. have fun.
it saves the config in the local directory and not in the /etc/ppp so
feel free to play with it :)
More information about the KDE-india
mailing list