read character QLineEdit
Unsolved
General and Desktop
-
Hi
adding to jonB
the text() returns a QString and you can access each char with the
at() function
http://doc.qt.io/qt-5/qstring.html#atMake sure you check string length before using this functions as
it will crash the app if you do not handle it with care.