--- a/src/eric7/Documentation/Source/eric7.UI.Previewer.html Thu Apr 10 18:36:24 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.Previewer.html Thu Apr 10 18:39:29 2025 +0200 @@ -81,6 +81,10 @@ <td>Private slot to schedule the processing of the current editor's text.</td> </tr> <tr> +<td><a href="#Previewer.__shutdown">__shutdown</a></td> +<td>Private method to perform shutdown actions.</td> +</tr> +<tr> <td><a href="#Previewer.__splitterMoved">__splitterMoved</a></td> <td>Private slot to handle the movement of the embedding splitter's handle.</td> </tr> @@ -100,10 +104,6 @@ <td><a href="#Previewer.show">show</a></td> <td>Public method to show the preview widget.</td> </tr> -<tr> -<td><a href="#Previewer.shutdown">shutdown</a></td> -<td>Public method to perform shutdown actions.</td> -</tr> </table> <h3>Static Methods</h3> @@ -114,7 +114,7 @@ <a NAME="Previewer.__init__" ID="Previewer.__init__"></a> <h4>Previewer (Constructor)</h4> -<b>Previewer</b>(<i>viewmanager, parent=None</i>) +<b>Previewer</b>(<i>viewmanager, ui</i>) <p> Constructor </p> @@ -125,9 +125,9 @@ <dd> reference to the viewmanager object </dd> -<dt><i>parent</i> (QWidget)</dt> +<dt><i>ui</i> (QWidget)</dt> <dd> -reference to the parent widget +reference to the main ui widget </dd> </dl> <a NAME="Previewer.__editorChanged" ID="Previewer.__editorChanged"></a> @@ -220,6 +220,13 @@ Private slot to schedule the processing of the current editor's text. </p> +<a NAME="Previewer.__shutdown" ID="Previewer.__shutdown"></a> +<h4>Previewer.__shutdown</h4> +<b>__shutdown</b>(<i></i>) +<p> + Private method to perform shutdown actions. +</p> + <a NAME="Previewer.__splitterMoved" ID="Previewer.__splitterMoved"></a> <h4>Previewer.__splitterMoved</h4> <b>__splitterMoved</b>(<i></i>) @@ -262,13 +269,6 @@ Public method to show the preview widget. </p> -<a NAME="Previewer.shutdown" ID="Previewer.shutdown"></a> -<h4>Previewer.shutdown</h4> -<b>shutdown</b>(<i></i>) -<p> - Public method to perform shutdown actions. -</p> - <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>