Helpviewer/SearchWidget.py

changeset 3656
441956d8fce5
parent 3484
645c12de6b0c
child 3685
7c83da3cc0bf
equal deleted inserted replaced
3654:ffeb85cdc72d 3656:441956d8fce5
7 Module implementing the search bar for the web browser. 7 Module implementing the search bar for the web browser.
8 """ 8 """
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 from PyQt4.QtCore import pyqtSlot, Qt 12 from PyQt5.QtCore import pyqtSlot, Qt
13 from PyQt4.QtGui import QWidget, QPalette, QBrush, QColor 13 from PyQt5.QtGui import QPalette, QBrush, QColor
14 from PyQt4.QtWebKit import QWebPage 14 from PyQt5.QtWidgets import QWidget
15 from PyQt5.QtWebKitWidgets import QWebPage
15 16
16 from .Ui_SearchWidget import Ui_SearchWidget 17 from .Ui_SearchWidget import Ui_SearchWidget
17 18
18 import UI.PixmapCache 19 import UI.PixmapCache
19 20

eric ide

mercurial