Skip to content

Add optional support for WebKit (QWebView) in pqHelpWindow.

Certain applications want to continue to use QWebView in the help window. While ParaView won't use WebKit by default, if enabled using PARAVIEW_USE_QTWEBKIT cmake flag, pqHelpWindow will internally switch to using QWebView for showing the help contents.

This brings back code removed by commit 22342165 (with modifications).

Merge request reports