eric6/Documentation/Source/eric6.E5Gui.E5TabWidget.html

changeset 7515
2d26ec7a563c
parent 7273
391d6b7b1eff
child 7900
72b88fb20261
--- a/eric6/Documentation/Source/eric6.E5Gui.E5TabWidget.html	Thu Apr 09 18:00:40 2020 +0200
+++ b/eric6/Documentation/Source/eric6.E5Gui.E5TabWidget.html	Thu Apr 09 18:04:37 2020 +0200
@@ -339,31 +339,36 @@
 </dl>
 <a NAME="E5TabWidget.animationLabel" ID="E5TabWidget.animationLabel"></a>
 <h4>E5TabWidget.animationLabel</h4>
-<b>animationLabel</b>(<i>index, animationFile, speed=100</i>)
+<b>animationLabel</b>(<i>index, animationFile, interval=100</i>)
 
 <p>
         Public slot to set an animated icon.
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (int)</dt>
 <dd>
-tab index (integer)
+tab index
 </dd>
-<dt><i>animationFile</i></dt>
+<dt><i>animationFile</i> (str)</dt>
 <dd>
-name of the file containing the animation (string)
+name of the file containing the animation
 </dd>
-<dt><i>speed</i></dt>
+<dt><i>interval</i> (int)</dt>
 <dd>
-animation speed of the icon in percent of the original
-            icon's speed (integer)
+interval in milliseconds between animation frames
 </dd>
 </dl>
 <dl>
 <dt>Returns:</dt>
 <dd>
-reference to the created label (QLabel)
+reference to the created label
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+E5AnimatedLabel
 </dd>
 </dl>
 <a NAME="E5TabWidget.moveTab" ID="E5TabWidget.moveTab"></a>

eric ide

mercurial