Hi,

I would like to scan ( search ) html files for particular string (which is displayed only on page - so all
html tag or not visible parts should not be included in results). Until now I've been doing this with
QTextDocument. But unfortunately it's a "Gui" object which cannot be used outside gui thread.
So the question is how to search through html files in not gui threads?

Thx in advance,

mirag