PDA

View Full Version : QLineEdit isModified method



zgulser
4th December 2009, 10:46
Hi,

I just want to ask what's the funciton of the isModified method?. I mean when the text is being changed in the line edit, it is set to true and when the setText is used to change the text in line edit, it is set to false?

calhal
4th December 2009, 15:06
Have you read the description of modified property of the QLineEdit class in Assistant? If so, what exactly isn't clear for you?