Hi Please give me an example of how this function is used:
bool QWebView::findText ( const QString & subString, QWebPage::FindFlags options = 0 )
lets say I have a QWebView called browser and I want to search for a QString called word? Also what can be done with options?