Hi. I've got a question. I want to convert QString to int, to bo able to make some calculations. Is it correct:
Qt Code:
  1. QString string = lineEdit->text();
  2. string.toInt();
To copy to clipboard, switch view to plain text mode 
In docs it isn't clearly explained. And if it's correctly, can to refer to this converted value?