src/eric7/Documentation/Source/eric7.VCS.ProjectHelper.html

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10436
f6881d10e995
diff -r e7764f992a01 -r b51dfacef37f src/eric7/Documentation/Source/eric7.VCS.ProjectHelper.html
--- a/src/eric7/Documentation/Source/eric7.VCS.ProjectHelper.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.VCS.ProjectHelper.html	Fri Oct 27 14:09:40 2023 +0200
@@ -140,7 +140,7 @@
 </tr>
 <tr>
 <td><a href="#VcsProjectHelper.initToolbar">initToolbar</a></td>
-<td></td>
+<td>Public slot to initialize the VCS toolbar.</td>
 </tr>
 <tr>
 <td><a href="#VcsProjectHelper.revertChanges">revertChanges</a></td>
@@ -378,6 +378,27 @@
 <h4>VcsProjectHelper.initToolbar</h4>
 <b>initToolbar</b>(<i>ui, toolbarManager</i>)
 
+<p>
+        Public slot to initialize the VCS toolbar.
+</p>
+<dl>
+
+<dt><i>ui</i></dt>
+<dd>
+reference to the main window (UserInterface)
+</dd>
+<dt><i>toolbarManager</i></dt>
+<dd>
+reference to a toolbar manager object
+            (EricToolBarManager)
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+the toolbar generated (QToolBar)
+</dd>
+</dl>
 <a NAME="VcsProjectHelper.revertChanges" ID="VcsProjectHelper.revertChanges"></a>
 <h4>VcsProjectHelper.revertChanges</h4>
 <b>revertChanges</b>(<i></i>)

eric ide

mercurial