[Qtwebengine] QWebEnginePage::FindFlags vs. QWebPage::FindFlags

David Cortesi davecortesi at gmail.com
Fri Feb 6 07:47:47 CET 2015


Another functional reduction going from WebPage to WebEnginePage appears to
be in the set of FindFlags supported by the findText() method.

Not too much of a surprise it does not support HighlightAllOccurrences, but
the absence of support for FindWrapsAroundDocument hurts a bit.

There doesn't appear to be any way to emulate a wrap-around search.
findText() doesn't offer a way to specify a starting position, and there is
no concept of a "cursor position" (even though there can be a selection),
so if find returns false, there is no way to say "try again from the top"
-- is there?

Dave Cortesi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qtwebengine/attachments/20150205/f381d563/attachment.html>


More information about the QtWebEngine mailing list