Documentation/Source/eric6.Project.Project.html

changeset 4081
9bf3aa6c65e0
parent 3990
5dd6edf8540a
child 4211
c6e175462586
diff -r d4ba5fab5557 -r 9bf3aa6c65e0 Documentation/Source/eric6.Project.Project.html
--- a/Documentation/Source/eric6.Project.Project.html	Sun Feb 01 18:25:31 2015 +0100
+++ b/Documentation/Source/eric6.Project.Project.html	Sun Feb 01 18:26:32 2015 +0100
@@ -542,8 +542,8 @@
 <td><a href="#Project.initMenu">initMenu</a></td>
 <td>Public slot to initialize the project menu.</td>
 </tr><tr>
-<td><a href="#Project.initToolbar">initToolbar</a></td>
-<td>Public slot to initialize the project toolbar.</td>
+<td><a href="#Project.initToolbars">initToolbars</a></td>
+<td>Public slot to initialize the project toolbar and the basic VCS toolbar.</td>
 </tr><tr>
 <td><a href="#Project.initVCS">initVCS</a></td>
 <td>Public method used to instantiate a vcs system.</td>
@@ -1877,11 +1877,12 @@
 <dd>
 the menu generated (QMenu)
 </dd>
-</dl><a NAME="Project.initToolbar" ID="Project.initToolbar"></a>
-<h4>Project.initToolbar</h4>
-<b>initToolbar</b>(<i>toolbarManager</i>)
+</dl><a NAME="Project.initToolbars" ID="Project.initToolbars"></a>
+<h4>Project.initToolbars</h4>
+<b>initToolbars</b>(<i>toolbarManager</i>)
 <p>
-        Public slot to initialize the project toolbar.
+        Public slot to initialize the project toolbar and the basic VCS
+        toolbar.
 </p><dl>
 <dt><i>toolbarManager</i></dt>
 <dd>
@@ -1891,7 +1892,7 @@
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-the toolbar generated (QToolBar)
+tuple of the generated toolbars (tuple of two QToolBar)
 </dd>
 </dl><a NAME="Project.initVCS" ID="Project.initVCS"></a>
 <h4>Project.initVCS</h4>

eric ide

mercurial