eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.html
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,29 +18,37 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.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 />
+<hr />
+<hr />
 <a NAME="HgPhaseDialog" ID="HgPhaseDialog"></a>
 <h2>HgPhaseDialog</h2>
+
 <p>
     Class dimplementing a dialog to enter data for the Mercurial Phase
     operation.
@@ -48,75 +56,99 @@
 <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>
+</tr>
+<tr>
 <td><a href="#HgPhaseDialog.__updateOk">__updateOk</a></td>
 <td>Private slot to update the state of the OK button.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#HgPhaseDialog.getData">getData</a></td>
 <td>Public method to retrieve the entered data.</td>
-</tr><tr>
+</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>
+</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>
+</p>
+<dl>
+
 <dt><i>parent</i></dt>
 <dd>
 reference to the parent widget (QWidget)
 </dd>
-</dl><a NAME="HgPhaseDialog.__updateOk" ID="HgPhaseDialog.__updateOk"></a>
+</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>
+</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>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 tuple with list of revisions, phase and a flag indicating
             a forced operation (list of strings, string, boolean)
 </dd>
-</dl><a NAME="HgPhaseDialog.on_phaseCombo_activated" ID="HgPhaseDialog.on_phaseCombo_activated"></a>
+</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>txt</i>)
+
 <p>
         Private slot to react upon changes of the phase.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>txt</i></dt>
 <dd>
 activated entry (string)
 </dd>
-</dl><a NAME="HgPhaseDialog.on_revisionsEdit_textChanged" ID="HgPhaseDialog.on_revisionsEdit_textChanged"></a>
+</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>

eric ide

mercurial