mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-22 00:07:53 -04:00
9 lines
137 B
Python
9 lines
137 B
Python
from PyQt4.QtWebKit import (
|
|
QGraphicsWebView,
|
|
QWebFrame,
|
|
QWebHitTestResult,
|
|
QWebInspector,
|
|
QWebPage,
|
|
QWebView
|
|
)
|