Mon, 09 Jan 2023 11:22:56 +0100
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
<!DOCTYPE html> <html><head> <title>eric7.Project.UicCompilerOptionsDialog</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.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 /> <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> <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> <dt><i>compilerOptions</i> (dict)</dt> <dd> dictionary containing the uic compiler options </dd> <dt><i>compiler</i> (str)</dt> <dd> name of the uic compiler executable </dd> <dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd> </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> <dt>Return:</dt> <dd> tuple containing the package, the rc-file suffix and the project relative root of the packages directory </dd> </dl> <dl> <dt>Return Type:</dt> <dd> tuple of (str, str, str) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>