src/eric7/Documentation/Source/eric7.EricWidgets.EricToolBox.html

branch
eric7
changeset 9874
b89dce027259
parent 9209
b99e7fd55fd3
child 10423
299802979277
diff -r 38f3435daeef -r b89dce027259 src/eric7/Documentation/Source/eric7.EricWidgets.EricToolBox.html
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricToolBox.html	Fri Mar 10 18:25:33 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricToolBox.html	Sat Mar 11 11:53:44 2023 +0100
@@ -75,6 +75,10 @@
 <td>Public method to remove a widget from the toolbox.</td>
 </tr>
 <tr>
+<td><a href="#EricHorizontalToolBox.setCurrentWidget">setCurrentWidget</a></td>
+<td>Public slot to set the current widget.</td>
+</tr>
+<tr>
 <td><a href="#EricHorizontalToolBox.setItemEnabled">setItemEnabled</a></td>
 <td>Public method to set the enabled state of an item.</td>
 </tr>
@@ -177,6 +181,21 @@
 index of the widget to remove (integer)
 </dd>
 </dl>
+<a NAME="EricHorizontalToolBox.setCurrentWidget" ID="EricHorizontalToolBox.setCurrentWidget"></a>
+<h4>EricHorizontalToolBox.setCurrentWidget</h4>
+<b>setCurrentWidget</b>(<i>widget</i>)
+
+<p>
+        Public slot to set the current widget.
+</p>
+<dl>
+
+<dt><i>widget</i></dt>
+<dd>
+reference to the widget to become the current widget
+            (QWidget)
+</dd>
+</dl>
 <a NAME="EricHorizontalToolBox.setItemEnabled" ID="EricHorizontalToolBox.setItemEnabled"></a>
 <h4>EricHorizontalToolBox.setItemEnabled</h4>
 <b>setItemEnabled</b>(<i>index, enabled</i>)
@@ -243,6 +262,10 @@
 <td><a href="#EricVerticalToolBox.__init__">EricVerticalToolBox</a></td>
 <td>Constructor</td>
 </tr>
+<tr>
+<td><a href="#EricVerticalToolBox.setCurrentWidget">setCurrentWidget</a></td>
+<td>Public slot to set the current widget.</td>
+</tr>
 </table>
 <h3>Static Methods</h3>
 
@@ -264,6 +287,21 @@
 reference to the parent widget (QWidget)
 </dd>
 </dl>
+<a NAME="EricVerticalToolBox.setCurrentWidget" ID="EricVerticalToolBox.setCurrentWidget"></a>
+<h4>EricVerticalToolBox.setCurrentWidget</h4>
+<b>setCurrentWidget</b>(<i>widget</i>)
+
+<p>
+        Public slot to set the current widget.
+</p>
+<dl>
+
+<dt><i>widget</i></dt>
+<dd>
+reference to the widget to become the current widget
+            (QWidget)
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial