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

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,110 +18,145 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog</h1>
+
 <p>
 Module implementing a dialog to get the data to rename a bookmark.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#HgBookmarkRenameDialog">HgBookmarkRenameDialog</a></td>
 <td>Class implementing a dialog to get the data to rename a bookmark.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="HgBookmarkRenameDialog" ID="HgBookmarkRenameDialog"></a>
 <h2>HgBookmarkRenameDialog</h2>
+
 <p>
     Class implementing a dialog to get the data to rename a bookmark.
 </p>
 <h3>Derived from</h3>
 QDialog, Ui_HgBookmarkRenameDialog
 <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="#HgBookmarkRenameDialog.__init__">HgBookmarkRenameDialog</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#HgBookmarkRenameDialog.__updateUI">__updateUI</a></td>
 <td>Private slot to update the UI.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#HgBookmarkRenameDialog.getData">getData</a></td>
 <td>Public method to retrieve the entered data.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged">on_bookmarkCombo_editTextChanged</a></td>
 <td>Private slot to handle changes of the selected bookmark.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#HgBookmarkRenameDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td>
 <td>Private slot to handle changes of the bookmark name.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="HgBookmarkRenameDialog.__init__" ID="HgBookmarkRenameDialog.__init__"></a>
 <h4>HgBookmarkRenameDialog (Constructor)</h4>
 <b>HgBookmarkRenameDialog</b>(<i>bookmarksList, parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>bookmarksList</i></dt>
 <dd>
 list of bookmarks (list of strings)
-</dd><dt><i>parent</i></dt>
+</dd>
+<dt><i>parent</i></dt>
 <dd>
 reference to the parent widget (QWidget)
 </dd>
-</dl><a NAME="HgBookmarkRenameDialog.__updateUI" ID="HgBookmarkRenameDialog.__updateUI"></a>
+</dl>
+<a NAME="HgBookmarkRenameDialog.__updateUI" ID="HgBookmarkRenameDialog.__updateUI"></a>
 <h4>HgBookmarkRenameDialog.__updateUI</h4>
 <b>__updateUI</b>(<i></i>)
+
 <p>
         Private slot to update the UI.
-</p><a NAME="HgBookmarkRenameDialog.getData" ID="HgBookmarkRenameDialog.getData"></a>
+</p>
+<a NAME="HgBookmarkRenameDialog.getData" ID="HgBookmarkRenameDialog.getData"></a>
 <h4>HgBookmarkRenameDialog.getData</h4>
 <b>getData</b>(<i></i>)
+
 <p>
         Public method to retrieve the entered data.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 tuple naming the old and new bookmark names
             (string, string)
 </dd>
-</dl><a NAME="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged" ID="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged"></a>
+</dl>
+<a NAME="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged" ID="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged"></a>
 <h4>HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged</h4>
 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>)
+
 <p>
         Private slot to handle changes of the selected bookmark.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>txt</i></dt>
 <dd>
 name of the selected bookmark (string)
 </dd>
-</dl><a NAME="HgBookmarkRenameDialog.on_nameEdit_textChanged" ID="HgBookmarkRenameDialog.on_nameEdit_textChanged"></a>
+</dl>
+<a NAME="HgBookmarkRenameDialog.on_nameEdit_textChanged" ID="HgBookmarkRenameDialog.on_nameEdit_textChanged"></a>
 <h4>HgBookmarkRenameDialog.on_nameEdit_textChanged</h4>
 <b>on_nameEdit_textChanged</b>(<i>txt</i>)
+
 <p>
         Private slot to handle changes of the bookmark name.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>txt</i></dt>
 <dd>
 text of the edit (string)

eric ide

mercurial