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

branch
eric7
changeset 10423
299802979277
parent 9298
8863f3e970a2
child 10479
856476537696
diff -r e28b89693f37 -r 299802979277 src/eric7/Documentation/Source/eric7.EricWidgets.EricSideBar.html
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricSideBar.html	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricSideBar.html	Tue Dec 19 19:57:08 2023 +0100
@@ -291,7 +291,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-number of tabs in the sidebar (integer)
+number of tabs in the sidebar
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="EricSideBar.currentIndex" ID="EricSideBar.currentIndex"></a>
@@ -304,7 +310,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-index of the current tab (integer)
+index of the current tab
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="EricSideBar.currentWidget" ID="EricSideBar.currentWidget"></a>
@@ -317,7 +329,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the current widget (QWidget)
+reference to the current widget
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QWidget
 </dd>
 </dl>
 <a NAME="EricSideBar.iconBarColor" ID="EricSideBar.iconBarColor"></a>
@@ -348,15 +366,21 @@
 </p>
 <dl>
 
-<dt><i>widget</i></dt>
+<dt><i>widget</i> (QWidget)</dt>
 <dd>
-reference to the widget to get the index of (QWidget)
+reference to the widget to get the index of
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-index of the given widget (integer)
+index of the given widget
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="EricSideBar.insertTab" ID="EricSideBar.insertTab"></a>
@@ -395,7 +419,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating the minimized state (boolean)
+flag indicating the minimized state
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="EricSideBar.nextTab" ID="EricSideBar.nextTab"></a>
@@ -454,15 +484,21 @@
 </p>
 <dl>
 
-<dt><i>state</i></dt>
+<dt><i>state</i> (QByteArray)</dt>
 <dd>
-byte array containing the saved state (QByteArray)
+byte array containing the saved state
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating success (boolean)
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="EricSideBar.saveState" ID="EricSideBar.saveState"></a>
@@ -475,7 +511,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-saved state as a byte array (QByteArray)
+saved state as a byte array
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QByteArray
 </dd>
 </dl>
 <a NAME="EricSideBar.setCurrentIndex" ID="EricSideBar.setCurrentIndex"></a>
@@ -487,9 +529,9 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (int)</dt>
 <dd>
-the index to set as the current index (integer)
+the index to set as the current index
 </dd>
 </dl>
 <a NAME="EricSideBar.setCurrentWidget" ID="EricSideBar.setCurrentWidget"></a>
@@ -501,10 +543,9 @@
 </p>
 <dl>
 
-<dt><i>widget</i></dt>
+<dt><i>widget</i> (QWidget)</dt>
 <dd>
 reference to the widget to become the current widget
-            (QWidget)
 </dd>
 </dl>
 <a NAME="EricSideBar.setIconBarColor" ID="EricSideBar.setIconBarColor"></a>
@@ -559,15 +600,21 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (int)</dt>
 <dd>
-index of the tab (integer)
+index of the tab
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the widget (QWidget)
+reference to the widget
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QWidget
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial