Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Beginner: link two forms using button?
QtWS25 Last Chance

Beginner: link two forms using button?

Scheduled Pinned Locked Moved General and Desktop
8 Posts 3 Posters 2.3k 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
    sandy.pareek
    wrote on last edited by
    #1

    hello.
    I need help in linking two forms with click of a button.
    which class to include and few basics abt it.

    thanks

    "my code, my life"

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      Hi, I have split off this question from where you originally posted it, as it was not related.

      In terms of your actual question: you'll need to be much clearer on what you want to achieve. Also, did you run through the tutorials?

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sandy.pareek
        wrote on last edited by
        #3

        anyone help me out in this...

        "my code, my life"

        1 Reply Last reply
        0
        • S Offline
          S Offline
          sandy.pareek
          wrote on last edited by
          #4

          thank you sir.

          I went through many tutorials but did not find what I wanted.
          I want to evaluate a click event on button which transfers the textbox values (integer values) to another form. I have coded connect() event successfully for that button but cant play with integer values in my main form which i need in int form.
          thanks
          regards
          sandy

          "my code, my life"

          1 Reply Last reply
          0
          • A Offline
            A Offline
            andre
            wrote on last edited by
            #5

            [quote author="sandy.pareek" date="1341825613"]anyone help me out in this...[/quote]

            I merged this post into this topic, because it doubles the original post. Please don't ask the same question in separate topics.

            1 Reply Last reply
            0
            • S Offline
              S Offline
              sandy.pareek
              wrote on last edited by
              #6

              yes sir.

              It was due to misunderstanding. I wasn't aware of this post when I asked that question.

              :)

              "my code, my life"

              1 Reply Last reply
              0
              • V Offline
                V Offline
                vezprog
                wrote on last edited by
                #7

                You should probably read the documentation on Qt's signals and slots system. You can pass values between separate threads / classes, essentially "connect" ing them. hint hint.

                Read this:
                http://doc.qt.nokia.com/4.7-snapshot/signalsandslots.html

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  sandy.pareek
                  wrote on last edited by
                  #8

                  dvez43,
                  thanks for the hint. :)
                  I am looking at the documentation link you gave.

                  "my code, my life"

                  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