src/eric7/Documentation/Source/eric7.WebBrowser.Network.ProtocolHandlerManagerDialog.html

Thu, 07 Jul 2022 11:23:56 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 07 Jul 2022 11:23:56 +0200
branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
eric7/Documentation/Source/eric7.WebBrowser.Network.ProtocolHandlerManagerDialog.html@d64760b2da50
child 10479
856476537696
permissions
-rw-r--r--

Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".

<!DOCTYPE html>
<html><head>
<title>eric7.WebBrowser.Network.ProtocolHandlerManagerDialog</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.WebBrowser.Network.ProtocolHandlerManagerDialog</h1>

<p>
Module implementing a dialog to manage registered protocol handlers.
</p>
<h3>Global Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>

<table>

<tr>
<td><a href="#ProtocolHandlerManagerDialog">ProtocolHandlerManagerDialog</a></td>
<td>Class implementing a dialog to manage registered protocol handlers.</td>
</tr>
</table>
<h3>Functions</h3>

<table>
<tr><td>None</td></tr>
</table>
<hr />
<hr />
<a NAME="ProtocolHandlerManagerDialog" ID="ProtocolHandlerManagerDialog"></a>
<h2>ProtocolHandlerManagerDialog</h2>

<p>
    Class implementing a dialog to manage registered protocol handlers.
</p>
<h3>Derived from</h3>
QDialog, Ui_ProtocolHandlerManagerDialog
<h3>Class Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Class Methods</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>

<table>

<tr>
<td><a href="#ProtocolHandlerManagerDialog.__init__">ProtocolHandlerManagerDialog</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#ProtocolHandlerManagerDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td>
<td>Private slot to delete the selected protocol handler.</td>
</tr>
<tr>
<td><a href="#ProtocolHandlerManagerDialog.on_protocolHandlersList_itemSelectionChanged">on_protocolHandlersList_itemSelectionChanged</a></td>
<td>Private slot handling a change of the selection.</td>
</tr>
</table>
<h3>Static Methods</h3>

<table>
<tr><td>None</td></tr>
</table>

<a NAME="ProtocolHandlerManagerDialog.__init__" ID="ProtocolHandlerManagerDialog.__init__"></a>
<h4>ProtocolHandlerManagerDialog (Constructor)</h4>
<b>ProtocolHandlerManagerDialog</b>(<i>manager, parent=None</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>manager</i> (ProtocolHandlerManager)</dt>
<dd>
reference to the protocol handlers manager object
</dd>
<dt><i>parent</i> (QWidget)</dt>
<dd>
reference to the parent widget
</dd>
</dl>
<a NAME="ProtocolHandlerManagerDialog.on_deleteButton_clicked" ID="ProtocolHandlerManagerDialog.on_deleteButton_clicked"></a>
<h4>ProtocolHandlerManagerDialog.on_deleteButton_clicked</h4>
<b>on_deleteButton_clicked</b>(<i></i>)

<p>
        Private slot to delete the selected protocol handler.
</p>
<a NAME="ProtocolHandlerManagerDialog.on_protocolHandlersList_itemSelectionChanged" ID="ProtocolHandlerManagerDialog.on_protocolHandlersList_itemSelectionChanged"></a>
<h4>ProtocolHandlerManagerDialog.on_protocolHandlersList_itemSelectionChanged</h4>
<b>on_protocolHandlersList_itemSelectionChanged</b>(<i></i>)

<p>
        Private slot handling a change of the selection.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial