With lineedit.text() I'm getting only the , latest lineedit's value.
but im using two lineedits.
how can i access both?
im using in main because,
i want to create dynamic line edits frm database
the folowing code will be replaced..
where q is the sqlquery with attributes for creating LINE EDIT.
OLD CODE:
w->createLineEdit("","NameLineEdit",1,1);
NEW CODE:
w->createLineEdit(q.value(1).toString(),q.value(1).t oString(),1,1);
HOW CAN I ACCESS ALL THE LINEEDITS VALUE?
bala
Bookmarks