Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt for Log In Application

    Mobile and Embedded
    6
    10
    5157
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      swapnil last edited by

      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.

      1 Reply Last reply Reply Quote 0
      • Z
        ZapB last edited by

        Log in to what? We need more information to provide you with any help.

        Nokia Certified Qt Specialist
        Interested in hearing about Qt related work

        1 Reply Last reply Reply Quote 0
        • Alicemirror
          Alicemirror last edited by

          Hi, ZapB, if I read what this guys wrote, is possible he want to login on the mail server. Google mail, it's true ?

          Enrico Miglino (aka Alicemirror)
          Balearic Dynamics
          Islas Baleares, Ibiza (Spain)
          www.balearicdynamics.com

          1 Reply Last reply Reply Quote 0
          • A
            andre last edited by

            swapnil,

            You mention gmail and curl. How are you using curl? Do you use libcurl, or do you want to use the command line version? In the latter case, have you looked into QProcess?

            1 Reply Last reply Reply Quote 0
            • Z
              ZapB last edited by

              Gees, I should stop answering today. No good at reading when I have man-flu ;-) Anyway, as Andre says you can either use QProcess with the cli curl or call libcurl functions form within your Qt app or just use QNetworkAccessManager.

              Nokia Certified Qt Specialist
              Interested in hearing about Qt related work

              1 Reply Last reply Reply Quote 0
              • Alicemirror
                Alicemirror last edited by

                ZapB, stay in bed, and take care of you, you are prcious ! :-)

                Enrico Miglino (aka Alicemirror)
                Balearic Dynamics
                Islas Baleares, Ibiza (Spain)
                www.balearicdynamics.com

                1 Reply Last reply Reply Quote 0
                • D
                  dialingo last edited by

                  libcurl is easy to use. Messing around with a script that uses curl is in many cases not worth it. A monolithic application using libcurl is much easier to deploy and does not have the inter process communication overhead.

                  1 Reply Last reply Reply Quote 0
                  • S
                    swapnil last edited by

                    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.

                    1 Reply Last reply Reply Quote 0
                    • A
                      andre last edited by

                      Start with commenting on the actual contents of the suggestions...

                      1 Reply Last reply Reply Quote 0
                      • G
                        goetz last edited by

                        [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.

                        http://www.catb.org/~esr/faqs/smart-questions.html

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post