problem using qlineedit in qbytearray?
-
Hi,
ui->lineedit->text().toLatin1()
-
Hi,
@SGaist provided the answer,
Qt documentation has been helpfull, QLineEdit has method text() which gets the corresponding text from LineEdit,Link for the answer
http://doc.qt.io/qt-5/qlineedit.html#text-propThanks,