Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
<!DOCTYPE html> <html><head> <title>eric7.Project.ProjectVenvCreationParametersDialog</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.Project.ProjectVenvCreationParametersDialog</h1> <p> Module implementing a dialog to enter the parameters for the creation of the embedded virtual environment. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#ProjectVenvCreationParametersDialog">ProjectVenvCreationParametersDialog</a></td> <td>Class implementing a dialog to enter the parameters for the creation of the embedded virtual environment.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="ProjectVenvCreationParametersDialog" ID="ProjectVenvCreationParametersDialog"></a> <h2>ProjectVenvCreationParametersDialog</h2> <p> Class implementing a dialog to enter the parameters for the creation of the embedded virtual environment. </p> <h3>Derived from</h3> QDialog, Ui_ProjectVenvCreationParametersDialog <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="#ProjectVenvCreationParametersDialog.__init__">ProjectVenvCreationParametersDialog</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#ProjectVenvCreationParametersDialog.getData">getData</a></td> <td>Public method to retrieve the entered data.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="ProjectVenvCreationParametersDialog.__init__" ID="ProjectVenvCreationParametersDialog.__init__"></a> <h4>ProjectVenvCreationParametersDialog (Constructor)</h4> <b>ProjectVenvCreationParametersDialog</b>(<i>withSystemSitePackages=False, parent=None</i>) <p> Constructor </p> <dl> <dt><i>withSystemSitePackages</i> (bool)</dt> <dd> flag indicating to access the system site-packages (defaults to False) </dd> <dt><i>parent</i> (QWidget (optional))</dt> <dd> reference to the parent widget (defaults to None) </dd> </dl> <a NAME="ProjectVenvCreationParametersDialog.getData" ID="ProjectVenvCreationParametersDialog.getData"></a> <h4>ProjectVenvCreationParametersDialog.getData</h4> <b>getData</b>(<i></i>) <p> Public method to retrieve the entered data. </p> <dl> <dt>Return:</dt> <dd> tuple containing the path of the Python executable and a flag indicating to enable access to the system wide site-packages </dd> </dl> <dl> <dt>Return Type:</dt> <dd> tuple of (str, bool) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>