diff -r 3733e2b23cf7 -r a071d4065202 src/eric7/Documentation/Source/eric7.IconEditor.IconSizeDialog.html --- a/src/eric7/Documentation/Source/eric7.IconEditor.IconSizeDialog.html Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.IconEditor.IconSizeDialog.html Wed Dec 20 14:58:58 2023 +0100 @@ -78,17 +78,17 @@ </p> <dl> -<dt><i>width</i></dt> +<dt><i>width</i> (int)</dt> <dd> -width to be set (integer) +width to be set </dd> -<dt><i>height</i></dt> +<dt><i>height</i> (int)</dt> <dd> -height to be set (integer) +height to be set </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="IconSizeDialog.getData" ID="IconSizeDialog.getData"></a> @@ -101,7 +101,13 @@ <dl> <dt>Return:</dt> <dd> -tuple with width and height (tuple of two integers) +tuple with width and height +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (int, int) </dd> </dl> <div align="right"><a href="#top">Up</a></div>