PDA

View Full Version : QProcess or something else??



zakis
12th January 2010, 17:53
hi guys
Pysmssend project is a program for sending sms over the internet using your ADSL/VOIP provider account

Personally I use the command line, for example:
pysmsssend -a Voipbuster -u XXXXX -p XXXXX -n 69XXXXXXX "My message"

how can I use this command inside a function?? with QProcess???
thanks

wysota
12th January 2010, 19:33
Yes, QProcess is a good option.