Qt for Log In Application
-
Hey folks,
I am using Qt 4.7, I am working on simple application of Log In to gmail , I have created page for log in, but I am unable to link the Sign up button to the desired script.
Actually the script contains curl commands, which I just want to execute when the Sign up button is clicked.I am using ubuntu 10.04.
Please help me out. I am novice.
Thanks in advance.
-
Hi, ZapB, if I read what this guys wrote, is possible he want to login on the mail server. Google mail, it's true ?
-
ZapB, stay in bed, and take care of you, you are prcious ! :-)
-
Hey,
Thanks for your reply.
I am simultaneously working on curl development. I just have one simple curl command which displays the unread mails from my inbox.
So I run that command on clicking Sign Up button of my application.Can you please suggest me the how to log in to gmail or twitter using libcurl script ?
Thanks in advance.
-
[quote author="swapnil" date="1300343722"]
Can you please suggest me the how to log in to gmail or twitter using libcurl script ?
[/quote]Use QProcess for calling the curl command line tool - as already suggested - and ask for the rest in the curl communication channels, this is not Qt related at all.