Hey...

So far I've created QLabel + a couple of QLineEdit's and now I'm curious: How can I get the user-input ?

Example: Let's say there are 2 QLineEdit's and user enters 14 in the first one and 16 in the second one. I wish to get both numbers and display 14+16=30 on the screen by QLabel. How can this be done?