src/eric7/WebBrowser/OpenSearch/OpenSearchEngineAction.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
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 PyQt6.QtCore import QUrl 10 from PyQt6.QtCore import QUrl
11 from PyQt6.QtGui import QPixmap, QIcon, QAction 11 from PyQt6.QtGui import QAction, QIcon, QPixmap
12 12
13 13
14 class OpenSearchEngineAction(QAction): 14 class OpenSearchEngineAction(QAction):
15 """ 15 """
16 Class implementing a QAction subclass for open search. 16 Class implementing a QAction subclass for open search.

eric ide

mercurial