diff -r 809d5d5ac2ba -r 871b40c5a77a eric6/Documentation/Source/eric6.Graphics.UMLSceneSizeDialog.html --- a/eric6/Documentation/Source/eric6.Graphics.UMLSceneSizeDialog.html Tue May 04 19:30:25 2021 +0200 +++ b/eric6/Documentation/Source/eric6.Graphics.UMLSceneSizeDialog.html Tue May 04 20:03:40 2021 +0200 @@ -92,29 +92,29 @@ </p> <dl> -<dt><i>w</i></dt> +<dt><i>w</i> (int)</dt> <dd> -current width of scene (integer) +current width of scene </dd> -<dt><i>h</i></dt> +<dt><i>h</i> (int)</dt> <dd> -current height of scene (integer) +current height of scene </dd> -<dt><i>minW</i></dt> +<dt><i>minW</i> (int)</dt> <dd> -minimum width allowed (integer) +minimum width allowed </dd> -<dt><i>minH</i></dt> +<dt><i>minH</i> (int)</dt> <dd> -minimum height allowed (integer) +minimum height allowed </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget of this dialog (QWidget) +parent widget of this dialog </dd> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of this widget (string) +name of this widget </dd> </dl> <a NAME="UMLSceneSizeDialog.getData" ID="UMLSceneSizeDialog.getData"></a> @@ -128,7 +128,12 @@ <dt>Return:</dt> <dd> tuple giving the selected width and height - (integer, integer) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (int, int) </dd> </dl> <div align="right"><a href="#top">Up</a></div>