eric7/WebBrowser/OpenSearch/OpenSearchEngineAction.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8881
54e42bc2437a
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
5 5
6 """ 6 """
7 Module implementing a QAction subclass for open search. 7 Module implementing a QAction subclass for open search.
8 """ 8 """
9 9
10 from PyQt5.QtCore import QUrl 10 from PyQt6.QtCore import QUrl
11 from PyQt5.QtGui import QPixmap, QIcon 11 from PyQt6.QtGui import QPixmap, QIcon, QAction
12 from PyQt5.QtWidgets import QAction
13 12
14 13
15 class OpenSearchEngineAction(QAction): 14 class OpenSearchEngineAction(QAction):
16 """ 15 """
17 Class implementing a QAction subclass for open search. 16 Class implementing a QAction subclass for open search.

eric ide

mercurial