Retrieving the text from QLineEdit
General and Desktop
3
Posts
3
Posters
13.8k
Views
1
Watching
-
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