Retrieving the text from QLineEdit
-
You can retrieve the input with "text()":http://qt-project.org/doc/qt-5/qlineedit.html#text-prop
However, you might to checkout the "tutorials and examples":http://qt-project.org/doc/qt-5/qtexamplesandtutorials.html for more details on the different ways to use QLineEdit