Beginner: link two forms using button?
-
wrote on 9 Jul 2012, 08:04 last edited by
hello.
I need help in linking two forms with click of a button.
which class to include and few basics abt it.thanks
-
wrote on 9 Jul 2012, 08:12 last edited by
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?
-
wrote on 9 Jul 2012, 09:20 last edited by
anyone help me out in this...
-
wrote on 9 Jul 2012, 09:30 last edited by
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 -
wrote on 9 Jul 2012, 09:36 last edited by
[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.
-
wrote on 9 Jul 2012, 09:38 last edited by
yes sir.
It was due to misunderstanding. I wasn't aware of this post when I asked that question.
:)
-
wrote on 9 Jul 2012, 14:54 last edited by
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 -
wrote on 9 Jul 2012, 17:46 last edited by
dvez43,
thanks for the hint. :)
I am looking at the documentation link you gave.
1/8