eric7.WebBrowser.OpenSearch.OpenSearchEditDialog

Module implementing a dialog to edit the data of a search engine.

Global Attributes

None

Classes

OpenSearchEditDialog Class implementing a dialog to edit the data of a search engine.

Functions

None


OpenSearchEditDialog

Class implementing a dialog to edit the data of a search engine.

Derived from

QDialog, Ui_OpenSearchEditDialog

Class Attributes

None

Class Methods

None

Methods

OpenSearchEditDialog Constructor
accept Public slot to accept the data entered.

Static Methods

None

OpenSearchEditDialog (Constructor)

OpenSearchEditDialog(engine, parent=None)

Constructor

engine (OpenSearchEngine)
reference to the search engine
parent (QWidget)
reference to the parent object

OpenSearchEditDialog.accept

accept()

Public slot to accept the data entered.

Up