|
QGIS API Documentation 3.99.0-Master (a8882ad4560)
|
A collection of stubs to mimic the API of QWebView on systems where the real library is not available. More...
#include <qgswebview.h>

A collection of stubs to mimic the API of QWebView on systems where the real library is not available.
It should be used instead of QWebView inside QGIS.
QgsWebview used to be based on QtWebKit and is now a simple subclass of QTextBrowser. Without WebKit this will be an empty QWidget. If you miss methods in here that you would like to use, please add additional stubs.
Definition at line 38 of file qgswebview.h.