PDA

View Full Version : read and write content of lineedit widget in Other Form



validator
25th April 2008, 06:40
I have main form and there is a button in this form.I click button and show new form, There is a lineEdit in This form. How can I access content of lineedit.

aamer4yu
25th April 2008, 15:07
Are you looking for these ?

QLineEdit::text()
QLineEdit::setText()