PDA

View Full Version : QLineEdit::setRedOnly ?



locus
2nd February 2007, 19:01
Is there something that can reverse this, i have tried setEnable(), but that does not seem to work.

I want to switch my lineEdit between readonly and editable.

Thanks very much for your attention!

jacek
2nd February 2007, 19:06
lineEdit->setReadOnly( false );