Beginner: link two forms using button?
-
hello.
I need help in linking two forms with click of a button.
which class to include and few basics abt it.thanks
-
anyone help me out in this...
-
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 -
yes sir.
It was due to misunderstanding. I wasn't aware of this post when I asked that question.
:)
-
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 -
dvez43,
thanks for the hint. :)
I am looking at the documentation link you gave.