I am a newby at Qt
I have been searching extensively in the large amount of Qt-documentation and got lost.
In Qt Creator lineEdits are named as lineEdit, lineEdit_2 etc
Can anyone tell me if it is possible to create QLineEdit widgets with names as lineEdit[i] which can be called by a for-loop.
ui->lineEdit[i]-> setText(something[i]);
(Reference to) a short simple example would be very welcome.