mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
9 lines
137 B
Python
9 lines
137 B
Python
from PyQt4.QtWebKit import (
|
|
QGraphicsWebView,
|
|
QWebFrame,
|
|
QWebHitTestResult,
|
|
QWebInspector,
|
|
QWebPage,
|
|
QWebView
|
|
)
|