eric6/Documentation/Source/eric6.Network.IRC.IrcServerEditDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.Network.IRC.IrcServerEditDialog.html
--- a/eric6/Documentation/Source/eric6.Network.IRC.IrcServerEditDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Network.IRC.IrcServerEditDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,97 +18,127 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Network.IRC.IrcServerEditDialog</h1>
+
 <p>
 Module implementing a dialog for editing the IRC server configuration.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#IrcServerEditDialog">IrcServerEditDialog</a></td>
 <td>Class implementing a dialog for editing the IRC server configuration.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="IrcServerEditDialog" ID="IrcServerEditDialog"></a>
 <h2>IrcServerEditDialog</h2>
+
 <p>
     Class implementing a dialog for editing the IRC server configuration.
 </p>
 <h3>Derived from</h3>
 QDialog, Ui_IrcServerEditDialog
 <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="#IrcServerEditDialog.__init__">IrcServerEditDialog</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#IrcServerEditDialog.__updateOkButton">__updateOkButton</a></td>
 <td>Private method to update the OK button state.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#IrcServerEditDialog.getServer">getServer</a></td>
 <td>Public method to create a server object from the data entered into the dialog.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#IrcServerEditDialog.on_serverEdit_textChanged">on_serverEdit_textChanged</a></td>
 <td>Private slot handling changes of the server name.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="IrcServerEditDialog.__init__" ID="IrcServerEditDialog.__init__"></a>
 <h4>IrcServerEditDialog (Constructor)</h4>
 <b>IrcServerEditDialog</b>(<i>server, parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>server</i></dt>
 <dd>
 reference to the IRC server object (IrcServer)
-</dd><dt><i>parent</i></dt>
+</dd>
+<dt><i>parent</i></dt>
 <dd>
 reference to the parent widget (QWidget)
 </dd>
-</dl><a NAME="IrcServerEditDialog.__updateOkButton" ID="IrcServerEditDialog.__updateOkButton"></a>
+</dl>
+<a NAME="IrcServerEditDialog.__updateOkButton" ID="IrcServerEditDialog.__updateOkButton"></a>
 <h4>IrcServerEditDialog.__updateOkButton</h4>
 <b>__updateOkButton</b>(<i></i>)
+
 <p>
         Private method to update the OK button state.
-</p><a NAME="IrcServerEditDialog.getServer" ID="IrcServerEditDialog.getServer"></a>
+</p>
+<a NAME="IrcServerEditDialog.getServer" ID="IrcServerEditDialog.getServer"></a>
 <h4>IrcServerEditDialog.getServer</h4>
 <b>getServer</b>(<i></i>)
+
 <p>
         Public method to create a server object from the data entered into
         the dialog.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 server object (IrcServer)
 </dd>
-</dl><a NAME="IrcServerEditDialog.on_serverEdit_textChanged" ID="IrcServerEditDialog.on_serverEdit_textChanged"></a>
+</dl>
+<a NAME="IrcServerEditDialog.on_serverEdit_textChanged" ID="IrcServerEditDialog.on_serverEdit_textChanged"></a>
 <h4>IrcServerEditDialog.on_serverEdit_textChanged</h4>
 <b>on_serverEdit_textChanged</b>(<i>name</i>)
+
 <p>
         Private slot handling changes of the server name.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>name</i></dt>
 <dd>
 current name of the server (string)

eric ide

mercurial