QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
QgsWebView Class Reference

The QgsWebView class is a collection of stubs to mimic the API of QWebView on systems where the real library is not available. More...

#include <qgswebview.h>

Inheritance diagram for QgsWebView:
Inheritance graph
[legend]

Detailed Description

The QgsWebView class is 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.

If QGIS is compiled WITH_QTWEBKIT This will simply be a subclass of QWebView. If it is compiled with WITH_QTWEBKIT=OFF then 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 65 of file qgswebview.h.


The documentation for this class was generated from the following file: