Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt for Log In Application

Qt for Log In Application

Scheduled Pinned Locked Moved Mobile and Embedded
10 Posts 6 Posters 5.7k Views
  • 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 Offline
    S Offline
    swapnil
    wrote on last edited by
    #1

    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
    0
    • Z Offline
      Z Offline
      ZapB
      wrote on last edited by
      #2

      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
      0
      • AlicemirrorA Offline
        AlicemirrorA Offline
        Alicemirror
        wrote on last edited by
        #3

        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
        0
        • A Offline
          A Offline
          andre
          wrote on last edited by
          #4

          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
          0
          • Z Offline
            Z Offline
            ZapB
            wrote on last edited by
            #5

            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
            0
            • AlicemirrorA Offline
              AlicemirrorA Offline
              Alicemirror
              wrote on last edited by
              #6

              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
              0
              • D Offline
                D Offline
                dialingo
                wrote on last edited by
                #7

                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
                0
                • S Offline
                  S Offline
                  swapnil
                  wrote on last edited by
                  #8

                  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
                  0
                  • A Offline
                    A Offline
                    andre
                    wrote on last edited by
                    #9

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

                    1 Reply Last reply
                    0
                    • G Offline
                      G Offline
                      goetz
                      wrote on last edited by
                      #10

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

                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved