Helpviewer/UrlBar/UrlBar.py

changeset 1310
7fdcfa822e3e
parent 1233
a376303e0fc0
child 1341
6104ae9ceb55
equal deleted inserted replaced
1309:6caa231421cf 1310:7fdcfa822e3e
8 """ 8 """
9 9
10 from PyQt4.QtCore import pyqtSlot, Qt, QPointF, QUrl 10 from PyQt4.QtCore import pyqtSlot, Qt, QPointF, QUrl
11 from PyQt4.QtGui import QColor, QPalette, QApplication, QLinearGradient, QIcon 11 from PyQt4.QtGui import QColor, QPalette, QApplication, QLinearGradient, QIcon
12 try: 12 try:
13 from PyQt4.QtNetwork import QSslCertificate 13 from PyQt4.QtNetwork import QSslCertificate # __IGNORE_EXCEPTION__
14 except ImportError: 14 except ImportError:
15 QSslCertificate = None # __IGNORE_WARNING__ 15 QSslCertificate = None # __IGNORE_WARNING__
16 from PyQt4.QtWebKit import QWebSettings, QWebPage 16 from PyQt4.QtWebKit import QWebSettings, QWebPage
17 17
18 from E5Gui.E5LineEdit import E5LineEdit 18 from E5Gui.E5LineEdit import E5LineEdit

eric ide

mercurial