src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
child 10690
fab36645aa7d
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog</h1>
-
 <p>
 Module implementing a dialog to enter data to fold patches.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#HgQueuesFoldDialog">HgQueuesFoldDialog</a></td>
 <td>Class implementing a dialog to enter data to fold patches.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="HgQueuesFoldDialog" ID="HgQueuesFoldDialog"></a>
 <h2>HgQueuesFoldDialog</h2>
-
 <p>
     Class implementing a dialog to enter data to fold patches.
 </p>
+
 <h3>Derived from</h3>
 QDialog, Ui_HgQueuesFoldDialog
 <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="#HgQueuesFoldDialog.__init__">HgQueuesFoldDialog</a></td>
 <td>Constructor</td>
@@ -91,19 +88,20 @@
 <td>Private slot to move a patch up in the list.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="HgQueuesFoldDialog.__init__" ID="HgQueuesFoldDialog.__init__"></a>
 <h4>HgQueuesFoldDialog (Constructor)</h4>
 <b>HgQueuesFoldDialog</b>(<i>patchesList, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>patchesList</i> (list of str)</dt>
@@ -118,17 +116,17 @@
 <a NAME="HgQueuesFoldDialog.__updateOkButton" ID="HgQueuesFoldDialog.__updateOkButton"></a>
 <h4>HgQueuesFoldDialog.__updateOkButton</h4>
 <b>__updateOkButton</b>(<i></i>)
-
 <p>
         Private slot to update the status of the OK button.
 </p>
+
 <a NAME="HgQueuesFoldDialog.getData" ID="HgQueuesFoldDialog.getData"></a>
 <h4>HgQueuesFoldDialog.getData</h4>
 <b>getData</b>(<i></i>)
-
 <p>
         Public method to retrieve the entered data.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -144,32 +142,32 @@
 <a NAME="HgQueuesFoldDialog.on_addButton_clicked" ID="HgQueuesFoldDialog.on_addButton_clicked"></a>
 <h4>HgQueuesFoldDialog.on_addButton_clicked</h4>
 <b>on_addButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to add a patch to the list of selected patches.
 </p>
+
 <a NAME="HgQueuesFoldDialog.on_downButton_clicked" ID="HgQueuesFoldDialog.on_downButton_clicked"></a>
 <h4>HgQueuesFoldDialog.on_downButton_clicked</h4>
 <b>on_downButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to move a patch down in the list.
 </p>
+
 <a NAME="HgQueuesFoldDialog.on_removeButton_clicked" ID="HgQueuesFoldDialog.on_removeButton_clicked"></a>
 <h4>HgQueuesFoldDialog.on_removeButton_clicked</h4>
 <b>on_removeButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to remove a patch from the list of selected patches.
 </p>
+
 <a NAME="HgQueuesFoldDialog.on_selectedPatches_currentItemChanged" ID="HgQueuesFoldDialog.on_selectedPatches_currentItemChanged"></a>
 <h4>HgQueuesFoldDialog.on_selectedPatches_currentItemChanged</h4>
 <b>on_selectedPatches_currentItemChanged</b>(<i>current, previous</i>)
-
 <p>
         Private slot to react on changes of the current item of selected
         patches.
 </p>
+
 <dl>
 
 <dt><i>current</i> (QTreeWidgetItem)</dt>
@@ -184,10 +182,10 @@
 <a NAME="HgQueuesFoldDialog.on_sourcePatches_currentItemChanged" ID="HgQueuesFoldDialog.on_sourcePatches_currentItemChanged"></a>
 <h4>HgQueuesFoldDialog.on_sourcePatches_currentItemChanged</h4>
 <b>on_sourcePatches_currentItemChanged</b>(<i>current, previous</i>)
-
 <p>
         Private slot to react on changes of the current item of source patches.
 </p>
+
 <dl>
 
 <dt><i>current</i> (QTreeWidgetItem)</dt>
@@ -202,10 +200,10 @@
 <a NAME="HgQueuesFoldDialog.on_upButton_clicked" ID="HgQueuesFoldDialog.on_upButton_clicked"></a>
 <h4>HgQueuesFoldDialog.on_upButton_clicked</h4>
 <b>on_upButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to move a patch up in the list.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial