Originally Posted by Spockmeat QRegExp regexp(QString("%1").arg(filterText),Qt::CaseInsen sitive,QRegExp::Wildcard); The last parameter tells Qt to interpret your expression as a wildcard, not a regular expression. Either change it to QRegExp::RegExp or drop it.
Spockmeat (16th July 2007)
Wow, I feel dumb now Thanks for that tip, works fine now.
Forum Rules
Bookmarks