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