Hi friends,
I was trying to make a simple program. I haven't wrote any code
I just added three text fields and a button... When i press the button the numbers in textfield1 and textfield2 should get added a displayed in textfield3.
I tried this
onClicked: textfield3 = textfield1+textfield2
but it didn't work
I think they should be converted into integer and then should be added
Any one suggest me how to do that..
Sorry for my bad English![]()

Reply With Quote


