Documentation/Source/eric5.UI.UserInterface.html

changeset 2137
5a9bdcb8c934
parent 2101
5bac7dee9e1a
child 2182
fc3210851b07
diff -r 8e20a87f9809 -r 5a9bdcb8c934 Documentation/Source/eric5.UI.UserInterface.html
--- a/Documentation/Source/eric5.UI.UserInterface.html	Thu Oct 11 19:09:10 2012 +0200
+++ b/Documentation/Source/eric5.UI.UserInterface.html	Sat Oct 13 17:49:13 2012 +0200
@@ -170,7 +170,7 @@
 E5MainWindow
 <h3>Class Attributes</h3>
 <table>
-<tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>maxSbFilePathLen</td></tr>
+<tr><td>BottomSide</td></tr><tr><td>LeftSide</td></tr><tr><td>RightSide</td></tr><tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr><tr><td>maxSbFilePathLen</td></tr>
 </table>
 <h3>Class Methods</h3>
 <table>
@@ -641,6 +641,9 @@
 <td><a href="#UserInterface.addE5Actions">addE5Actions</a></td>
 <td>Public method to add actions to the list of actions.</td>
 </tr><tr>
+<td><a href="#UserInterface.addSideWidget">addSideWidget</a></td>
+<td>Public method to add a widget to the sides.</td>
+</tr><tr>
 <td><a href="#UserInterface.appendToStderr">appendToStderr</a></td>
 <td>Public slot to append text to the stderr log viewer tab.</td>
 </tr><tr>
@@ -713,6 +716,9 @@
 <td><a href="#UserInterface.removeE5Actions">removeE5Actions</a></td>
 <td>Public method to remove actions from the list of actions.</td>
 </tr><tr>
+<td><a href="#UserInterface.removeSideWidget">removeSideWidget</a></td>
+<td>Public method to remove a widget added using addSideWidget().</td>
+</tr><tr>
 <td><a href="#UserInterface.reregisterToolbar">reregisterToolbar</a></td>
 <td>Public method to change the visible text for the named toolbar.</td>
 </tr><tr>
@@ -1829,6 +1835,26 @@
 <dd>
 list of actions to be added (list of E5Action)
 </dd>
+</dl><a NAME="UserInterface.addSideWidget" ID="UserInterface.addSideWidget"></a>
+<h4>UserInterface.addSideWidget</h4>
+<b>addSideWidget</b>(<i>side, widget, icon, label</i>)
+<p>
+        Public method to add a widget to the sides.
+</p><dl>
+<dt><i>side</i></dt>
+<dd>
+side to add the widget to (UserInterface.LeftSide,
+            UserInterface.BottomSide)
+</dd><dt><i>widget</i></dt>
+<dd>
+reference to the widget to add (QWidget)
+</dd><dt><i>icon</i></dt>
+<dd>
+icon to be used (QIcon)
+</dd><dt><i>label</i></dt>
+<dd>
+label text to be shown (string)
+</dd>
 </dl><a NAME="UserInterface.appendToStderr" ID="UserInterface.appendToStderr"></a>
 <h4>UserInterface.appendToStderr</h4>
 <b>appendToStderr</b>(<i>s</i>)
@@ -2122,6 +2148,16 @@
 <dd>
 list of actions (list of E5Action)
 </dd>
+</dl><a NAME="UserInterface.removeSideWidget" ID="UserInterface.removeSideWidget"></a>
+<h4>UserInterface.removeSideWidget</h4>
+<b>removeSideWidget</b>(<i>widget</i>)
+<p>
+        Public method to remove a widget added using addSideWidget().
+</p><dl>
+<dt><i>widget</i></dt>
+<dd>
+reference to the widget to remove (QWidget)
+</dd>
 </dl><a NAME="UserInterface.reregisterToolbar" ID="UserInterface.reregisterToolbar"></a>
 <h4>UserInterface.reregisterToolbar</h4>
 <b>reregisterToolbar</b>(<i>name, text</i>)

eric ide

mercurial