Well... your compiler is right --- in Qt4 QString doesn't have any method called "find" (unless you enable the Qt3 support module). Maybe you wanted to use QString::indexOf()?
Well... your compiler is right --- in Qt4 QString doesn't have any method called "find" (unless you enable the Qt3 support module). Maybe you wanted to use QString::indexOf()?
kingslee (16th October 2006)
thanks !
its worked.
I was breaking my head on this for long time ..
In documentation also, they didnt mention it ..
thank u
Bookmarks