diff -r 84cbcddd7d10 -r 023943c77c42 src/eric7/Documentation/Source/eric7.UI.UserInterface.html --- a/src/eric7/Documentation/Source/eric7.UI.UserInterface.html Fri Apr 18 16:56:34 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.UserInterface.html Fri Apr 18 17:25:18 2025 +0200 @@ -138,10 +138,6 @@ <td>Private method to activate the embedded Help Viewer window.</td> </tr> <tr> -<td><a href="#UserInterface.__activateIRC">__activateIRC</a></td> -<td>Private slot to handle the activation of the IRC window.</td> -</tr> -<tr> <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td> <td>Private slot to handle the activation of the Log Viewer.</td> </tr> @@ -410,10 +406,6 @@ <td>Private slot to show a dialog to install a new plugin.</td> </tr> <tr> -<td><a href="#UserInterface.__ircAutoConnected">__ircAutoConnected</a></td> -<td>Private slot handling the automatic connection of the IRC client.</td> -</tr> -<tr> <td><a href="#UserInterface.__lastEditorClosed">__lastEditorClosed</a></td> <td>Private slot to handle the lastEditorClosed signal.</td> </tr> @@ -623,7 +615,7 @@ </tr> <tr> <td><a href="#UserInterface.__showPyQtDoc">__showPyQtDoc</a></td> -<td>Private slot to show the PyQt5/6 documentation.</td> +<td>Private slot to show the PyQt documentation.</td> </tr> <tr> <td><a href="#UserInterface.__showPySideDoc">__showPySideDoc</a></td> @@ -858,10 +850,6 @@ <td>Public slot to append text to the stdout log viewer tab.</td> </tr> <tr> -<td><a href="#UserInterface.autoConnectIrc">autoConnectIrc</a></td> -<td>Public method to initiate the IRC auto connection.</td> -</tr> -<tr> <td><a href="#UserInterface.checkConfigurationStatus">checkConfigurationStatus</a></td> <td>Public method to check, if eric has been configured.</td> </tr> @@ -1229,13 +1217,6 @@ URL to be shown </dd> </dl> -<a NAME="UserInterface.__activateIRC" ID="UserInterface.__activateIRC"></a> -<h4>UserInterface.__activateIRC</h4> -<b>__activateIRC</b>(<i></i>) -<p> - Private slot to handle the activation of the IRC window. -</p> - <a NAME="UserInterface.__activateLogViewer" ID="UserInterface.__activateLogViewer"></a> <h4>UserInterface.__activateLogViewer</h4> <b>__activateLogViewer</b>(<i></i>) @@ -1932,13 +1913,6 @@ installation </dd> </dl> -<a NAME="UserInterface.__ircAutoConnected" ID="UserInterface.__ircAutoConnected"></a> -<h4>UserInterface.__ircAutoConnected</h4> -<b>__ircAutoConnected</b>(<i></i>) -<p> - Private slot handling the automatic connection of the IRC client. -</p> - <a NAME="UserInterface.__lastEditorClosed" ID="UserInterface.__lastEditorClosed"></a> <h4>UserInterface.__lastEditorClosed</h4> <b>__lastEditorClosed</b>(<i></i>) @@ -2506,16 +2480,16 @@ <a NAME="UserInterface.__showPyQtDoc" ID="UserInterface.__showPyQtDoc"></a> <h4>UserInterface.__showPyQtDoc</h4> -<b>__showPyQtDoc</b>(<i>variant=5</i>) -<p> - Private slot to show the PyQt5/6 documentation. +<b>__showPyQtDoc</b>(<i>variant=6</i>) +<p> + Private slot to show the PyQt documentation. </p> <dl> <dt><i>variant</i> (int or str)</dt> <dd> -PyQt variant to show documentation for (5 or 6) +PyQt variant to show documentation for </dd> </dl> <a NAME="UserInterface.__showPySideDoc" ID="UserInterface.__showPySideDoc"></a> @@ -3147,13 +3121,6 @@ output to be appended </dd> </dl> -<a NAME="UserInterface.autoConnectIrc" ID="UserInterface.autoConnectIrc"></a> -<h4>UserInterface.autoConnectIrc</h4> -<b>autoConnectIrc</b>(<i></i>) -<p> - Public method to initiate the IRC auto connection. -</p> - <a NAME="UserInterface.checkConfigurationStatus" ID="UserInterface.checkConfigurationStatus"></a> <h4>UserInterface.checkConfigurationStatus</h4> <b>checkConfigurationStatus</b>(<i></i>) @@ -3448,7 +3415,7 @@ <b>getOriginalPathString</b>(<i></i>) <p> Public method to get the original PATH environment variable - (i.e. before modifications by eric and PyQt5). + (i.e. before modifications by eric). </p> <dl>