--- a/Documentation/Source/eric5.Graphics.UMLSceneSizeDialog.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Graphics.UMLSceneSizeDialog.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Graphics.UMLSceneSizeDialog</h1> <p> -Module implementing a dialog to set the scene sizes. +Module implementing a dialog to set the scene sizes. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#UMLSceneSizeDialog">UMLSceneSizeDialog</a></td> -<td>Class implementing a dialog to set the scene sizes.</td> +<td>Class implementing a dialog to set the scene sizes.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="UMLSceneSizeDialog" ID="UMLSceneSizeDialog"></a> <h2>UMLSceneSizeDialog</h2> <p> - Class implementing a dialog to set the scene sizes. + Class implementing a dialog to set the scene sizes. </p> <h3>Derived from</h3> QDialog, Ui_UMLSceneSizeDialog @@ -55,47 +55,47 @@ <table> <tr> <td><a href="#UMLSceneSizeDialog.__init__">UMLSceneSizeDialog</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#UMLSceneSizeDialog.getData">getData</a></td> -<td>Method to retrieve the entered data.</td> +<td>Method to retrieve the entered data.</td> </tr> </table> <a NAME="UMLSceneSizeDialog.__init__" ID="UMLSceneSizeDialog.__init__"></a> <h4>UMLSceneSizeDialog (Constructor)</h4> <b>UMLSceneSizeDialog</b>(<i>w, h, minW, minH, parent = None, name = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>w</i></dt> <dd> -current width of scene (integer) +current width of scene (integer) </dd><dt><i>h</i></dt> <dd> -current height of scene (integer) +current height of scene (integer) </dd><dt><i>minW</i></dt> <dd> -minimum width allowed (integer) +minimum width allowed (integer) </dd><dt><i>minH</i></dt> <dd> -minimum height allowed (integer) +minimum height allowed (integer) </dd><dt><i>parent</i></dt> <dd> -parent widget of this dialog (QWidget) +parent widget of this dialog (QWidget) </dd><dt><i>name</i></dt> <dd> -name of this widget (QString or string) +name of this widget (QString or string) </dd> </dl><a NAME="UMLSceneSizeDialog.getData" ID="UMLSceneSizeDialog.getData"></a> <h4>UMLSceneSizeDialog.getData</h4> <b>getData</b>(<i></i>) <p> - Method to retrieve the entered data. + Method to retrieve the entered data. </p><dl> <dt>Returns:</dt> <dd> -tuple giving the selected width and height - (integer, integer) +tuple giving the selected width and height + (integer, integer) </dd> </dl> <div align="right"><a href="#top">Up</a></div>