diff -r 3139cbc98a14 -r eeaed80810ff eric6/Documentation/Source/eric6.UI.UserInterface.html --- a/eric6/Documentation/Source/eric6.UI.UserInterface.html Sun May 02 18:13:23 2021 +0200 +++ b/eric6/Documentation/Source/eric6.UI.UserInterface.html Sun May 02 18:14:11 2021 +0200 @@ -706,6 +706,10 @@ <td>Private slot to display the Toolbars menu.</td> </tr> <tr> +<td><a href="#UserInterface.__showUml">__showUml</a></td> +<td>Private slot to show an eric graphics file in a dialog.</td> +</tr> +<tr> <td><a href="#UserInterface.__showUserToolsMenu">__showUserToolsMenu</a></td> <td>Private slot to display the User Tools menu.</td> </tr> @@ -2390,6 +2394,20 @@ <p> Private slot to display the Toolbars menu. </p> +<a NAME="UserInterface.__showUml" ID="UserInterface.__showUml"></a> +<h4>UserInterface.__showUml</h4> +<b>__showUml</b>(<i>fn</i>) + +<p> + Private slot to show an eric graphics file in a dialog. +</p> +<dl> + +<dt><i>fn</i> (str)</dt> +<dd> +name of the file to be shown +</dd> +</dl> <a NAME="UserInterface.__showUserToolsMenu" ID="UserInterface.__showUserToolsMenu"></a> <h4>UserInterface.__showUserToolsMenu</h4> <b>__showUserToolsMenu</b>(<i></i>)