can we use the seek function with a delimiter?
e.g. |word1|word2|....
with delimiter "|"
can we use the seek function with a delimiter?
e.g. |word1|word2|....
with delimiter "|"
No, you have to use QString::indexOf() or similar method.
SunnySan (31st July 2008)
Bookmarks