--- a/eric6/Documentation/Source/eric6.Graphics.UMLDialog.html Sun May 02 18:13:23 2021 +0200 +++ b/eric6/Documentation/Source/eric6.Graphics.UMLDialog.html Sun May 02 18:14:11 2021 +0200 @@ -250,15 +250,28 @@ </dl> <a NAME="UMLDialog.load" ID="UMLDialog.load"></a> <h4>UMLDialog.load</h4> -<b>load</b>(<i></i>) +<b>load</b>(<i>filename=""</i>) <p> Public method to load a diagram from a file. </p> <dl> + +<dt><i>filename</i> (str)</dt> +<dd> +name of the file to be loaded +</dd> +</dl> +<dl> <dt>Return:</dt> <dd> -flag indicating success (boolean) +flag indicating success +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="UMLDialog.show" ID="UMLDialog.show"></a>