QGIS API Documentation
3.0.2-Girona (307d082)
|
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>
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.