PDA

View Full Version : how to make the QLineEdit uneditable by user



wagmare
7th November 2008, 07:36
hi friends and experts,
I am designing a GUI application in which i have to display result in lineEdit and the result displaying lineedit should not be edited by the user on execution how can it be possible , is there a way in editing the property of QLineEdit

spirit
7th November 2008, 07:44
QLineEdit::setReadOnly

wagmare
7th November 2008, 09:20
yeah i made it ... thanks
:)