Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py

changeset 3539
0c2dc1446ebf
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3538:33a75660df08 3539:0c2dc1446ebf
8 """ 8 """
9 9
10 10
11 from __future__ import unicode_literals 11 from __future__ import unicode_literals
12 12
13 from PyQt4.QtCore import pyqtSlot, QUrl, Qt, QByteArray, QTimer 13 from PyQt4.QtCore import pyqtSlot, QUrl, Qt, QByteArray, QTimer
14 from PyQt4.QtGui import QWidget, QMenu, QCursor, QDialog, QLabel, QFormLayout 14 from PyQt4.QtGui import QWidget, QMenu, QCursor, QDialog, QLabel, QFormLayout
15 from PyQt4.QtNetwork import QNetworkRequest 15 from PyQt4.QtNetwork import QNetworkRequest
16 from PyQt4.QtWebKit import QWebHitTestResult, QWebElement, QWebView, \ 16 from PyQt4.QtWebKit import QWebHitTestResult, QWebElement, QWebView, \
17 QWebElementCollection 17 QWebElementCollection
18 18

eric ide

mercurial