--- a/eric6/Documentation/Source/eric6.Project.UicCompilerOptionsDialog.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.Project.UicCompilerOptionsDialog.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,84 +18,108 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>eric6.Project.UicCompilerOptionsDialog</h1> + <p> Module implementing a dialog to enter some non-common uic compiler options. </p> <h3>Global Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> + <table> + <tr> <td><a href="#UicCompilerOptionsDialog">UicCompilerOptionsDialog</a></td> <td>Class implementing a dialog to enter some non-common uic compiler options.</td> </tr> </table> <h3>Functions</h3> + <table> <tr><td>None</td></tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="UicCompilerOptionsDialog" ID="UicCompilerOptionsDialog"></a> <h2>UicCompilerOptionsDialog</h2> + <p> Class implementing a dialog to enter some non-common uic compiler options. </p> <h3>Derived from</h3> QDialog, Ui_UicCompilerOptionsDialog <h3>Class Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> + <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> + <table> + <tr> <td><a href="#UicCompilerOptionsDialog.__init__">UicCompilerOptionsDialog</a></td> <td>Constructor</td> -</tr><tr> +</tr> +<tr> <td><a href="#UicCompilerOptionsDialog.getData">getData</a></td> <td>Public method to get the entered data.</td> </tr> </table> <h3>Static Methods</h3> + <table> <tr><td>None</td></tr> </table> + <a NAME="UicCompilerOptionsDialog.__init__" ID="UicCompilerOptionsDialog.__init__"></a> <h4>UicCompilerOptionsDialog (Constructor)</h4> <b>UicCompilerOptionsDialog</b>(<i>compilerOptions, compiler, parent=None</i>) + <p> Constructor -</p><dl> +</p> +<dl> + <dt><i>compilerOptions</i> (dict)</dt> <dd> dictionary containing the uic compiler options -</dd><dt><i>compiler</i> (str)</dt> +</dd> +<dt><i>compiler</i> (str)</dt> <dd> name of the uic compiler executable -</dd><dt><i>parent</i> (QWidget)</dt> +</dd> +<dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd> -</dl><a NAME="UicCompilerOptionsDialog.getData" ID="UicCompilerOptionsDialog.getData"></a> +</dl> +<a NAME="UicCompilerOptionsDialog.getData" ID="UicCompilerOptionsDialog.getData"></a> <h4>UicCompilerOptionsDialog.getData</h4> <b>getData</b>(<i></i>) + <p> Public method to get the entered data. -</p><dl> +</p> +<dl> <dt>Returns:</dt> <dd> tuple containing the package, the rc-file suffix and the project relative root of the packages directory </dd> -</dl><dl> +</dl> +<dl> <dt>Return Type:</dt> <dd> tuple of (str, str, str)