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!
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!
Qt Code:
lineEdit->setReadOnly( false );To copy to clipboard, switch view to plain text mode
locus (2nd February 2007)
Bookmarks