I'm working on qt creator... so my question is, as noob as it might sound:
If I have a window, with one text box and a push button, how can I get the text from that box and put it into a string... basically it must be something inside the "on_button_clicked" function...but I don't know what... the nokia site doesn't open for me so I can't search there... :S...
Oh and another question... can I do operations with that string on qt like i'd do on any normal c++ ide? Can I include string.h, cstdlib, etc?? Or do I need to do something special to get to do that...
Bookmarks