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.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog</h1> <p> Module implementing a dialog to enter data for the Mercurial Phase operation. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#HgPhaseDialog">HgPhaseDialog</a></td> <td>Class dimplementing a dialog to enter data for the Mercurial Phase operation.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="HgPhaseDialog" ID="HgPhaseDialog"></a> <h2>HgPhaseDialog</h2> <p> Class dimplementing a dialog to enter data for the Mercurial Phase operation. </p> <h3>Derived from</h3> QDialog, Ui_HgPhaseDialog <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="#HgPhaseDialog.__init__">HgPhaseDialog</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#HgPhaseDialog.__updateOk">__updateOk</a></td> <td>Private slot to update the state of the OK button.</td> </tr> <tr> <td><a href="#HgPhaseDialog.getData">getData</a></td> <td>Public method to retrieve the entered data.</td> </tr> <tr> <td><a href="#HgPhaseDialog.on_phaseCombo_activated">on_phaseCombo_activated</a></td> <td>Private slot to react upon changes of the phase.</td> </tr> <tr> <td><a href="#HgPhaseDialog.on_revisionsEdit_textChanged">on_revisionsEdit_textChanged</a></td> <td>Private slot to react upon changes of revisions.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="HgPhaseDialog.__init__" ID="HgPhaseDialog.__init__"></a> <h4>HgPhaseDialog (Constructor)</h4> <b>HgPhaseDialog</b>(<i>parent=None</i>) <p> Constructor </p> <dl> <dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd> </dl> <a NAME="HgPhaseDialog.__updateOk" ID="HgPhaseDialog.__updateOk"></a> <h4>HgPhaseDialog.__updateOk</h4> <b>__updateOk</b>(<i></i>) <p> Private slot to update the state of the OK button. </p> <a NAME="HgPhaseDialog.getData" ID="HgPhaseDialog.getData"></a> <h4>HgPhaseDialog.getData</h4> <b>getData</b>(<i></i>) <p> Public method to retrieve the entered data. </p> <dl> <dt>Return:</dt> <dd> tuple with list of revisions, phase and a flag indicating a forced operation </dd> </dl> <dl> <dt>Return Type:</dt> <dd> tuple of (list of str, str, bool) </dd> </dl> <a NAME="HgPhaseDialog.on_phaseCombo_activated" ID="HgPhaseDialog.on_phaseCombo_activated"></a> <h4>HgPhaseDialog.on_phaseCombo_activated</h4> <b>on_phaseCombo_activated</b>(<i>_index</i>) <p> Private slot to react upon changes of the phase. </p> <dl> <dt><i>_index</i> (int)</dt> <dd> index of the selected entry (unused) </dd> </dl> <a NAME="HgPhaseDialog.on_revisionsEdit_textChanged" ID="HgPhaseDialog.on_revisionsEdit_textChanged"></a> <h4>HgPhaseDialog.on_revisionsEdit_textChanged</h4> <b>on_revisionsEdit_textChanged</b>(<i></i>) <p> Private slot to react upon changes of revisions. </p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>