eric7/WebBrowser/WebBrowserWebSearchWidget.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8350
74a3b2a6a944
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
5 5
6 """ 6 """
7 Module implementing a web search widget for the web browser. 7 Module implementing a web search widget for the web browser.
8 """ 8 """
9 9
10 from PyQt5.QtCore import pyqtSignal, QUrl, QModelIndex, QTimer, Qt 10 from PyQt6.QtCore import pyqtSignal, QUrl, QModelIndex, QTimer, Qt
11 from PyQt5.QtGui import ( 11 from PyQt6.QtGui import (
12 QStandardItem, QStandardItemModel, QFont, QIcon, QPixmap 12 QStandardItem, QStandardItemModel, QFont, QIcon, QPixmap
13 ) 13 )
14 from PyQt5.QtWidgets import QMenu, QCompleter 14 from PyQt6.QtWidgets import QMenu, QCompleter
15 from PyQt5.QtWebEngineWidgets import QWebEnginePage 15 from PyQt6.QtWebEngineWidgets import QWebEnginePage
16 16
17 import UI.PixmapCache 17 import UI.PixmapCache
18 18
19 import Preferences 19 import Preferences
20 20

eric ide

mercurial