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

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.EricWidgets.EricAnimatedLabel.html
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricAnimatedLabel.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricAnimatedLabel.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.EricWidgets.EricAnimatedLabel</h1>
-
 <p>
 Module implementing a label widget showing an animated pixmap.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricAnimatedLabel">EricAnimatedLabel</a></td>
 <td>Class implementing a label widget showing an animated pixmap.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricAnimatedLabel" ID="EricAnimatedLabel"></a>
 <h2>EricAnimatedLabel</h2>
-
 <p>
     Class implementing a label widget showing an animated pixmap.
 </p>
+
 <h3>Derived from</h3>
 QLabel
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricAnimatedLabel.__init__">EricAnimatedLabel</a></td>
 <td>Constructor</td>
@@ -107,19 +104,20 @@
 <td>Public slot to stop the animation.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricAnimatedLabel.__init__" ID="EricAnimatedLabel.__init__"></a>
 <h4>EricAnimatedLabel (Constructor)</h4>
 <b>EricAnimatedLabel</b>(<i>parent=None, *, animationFile="", interval=100</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -138,17 +136,17 @@
 <a NAME="EricAnimatedLabel.__animate" ID="EricAnimatedLabel.__animate"></a>
 <h4>EricAnimatedLabel.__animate</h4>
 <b>__animate</b>(<i></i>)
-
 <p>
         Private slot to animate the pixmap.
 </p>
+
 <a NAME="EricAnimatedLabel.__loadAnimationFile" ID="EricAnimatedLabel.__loadAnimationFile"></a>
 <h4>EricAnimatedLabel.__loadAnimationFile</h4>
 <b>__loadAnimationFile</b>(<i>animationFile</i>)
-
 <p>
         Private method to load an animation file.
 </p>
+
 <dl>
 
 <dt><i>animationFile</i> (str)</dt>
@@ -159,10 +157,10 @@
 <a NAME="EricAnimatedLabel.getAnimationFile" ID="EricAnimatedLabel.getAnimationFile"></a>
 <h4>EricAnimatedLabel.getAnimationFile</h4>
 <b>getAnimationFile</b>(<i></i>)
-
 <p>
         Public method to get the name of the animation file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -178,10 +176,10 @@
 <a NAME="EricAnimatedLabel.getInterval" ID="EricAnimatedLabel.getInterval"></a>
 <h4>EricAnimatedLabel.getInterval</h4>
 <b>getInterval</b>(<i></i>)
-
 <p>
         Public method to get the interval between the animated frames.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -197,10 +195,10 @@
 <a NAME="EricAnimatedLabel.isActive" ID="EricAnimatedLabel.isActive"></a>
 <h4>EricAnimatedLabel.isActive</h4>
 <b>isActive</b>(<i></i>)
-
 <p>
         Public method to check, if the animation is active.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -216,10 +214,10 @@
 <a NAME="EricAnimatedLabel.isAnimationFileLoaded" ID="EricAnimatedLabel.isAnimationFileLoaded"></a>
 <h4>EricAnimatedLabel.isAnimationFileLoaded</h4>
 <b>isAnimationFileLoaded</b>(<i></i>)
-
 <p>
         Public method to check, if the animation file was loaded.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -235,17 +233,17 @@
 <a NAME="EricAnimatedLabel.reset" ID="EricAnimatedLabel.reset"></a>
 <h4>EricAnimatedLabel.reset</h4>
 <b>reset</b>(<i></i>)
-
 <p>
         Public slot to reset the animation.
 </p>
+
 <a NAME="EricAnimatedLabel.setAnimationFile" ID="EricAnimatedLabel.setAnimationFile"></a>
 <h4>EricAnimatedLabel.setAnimationFile</h4>
 <b>setAnimationFile</b>(<i>animationFile</i>)
-
 <p>
         Public method to set the name of the animation file.
 </p>
+
 <dl>
 
 <dt><i>animationFile</i> (str)</dt>
@@ -256,10 +254,10 @@
 <a NAME="EricAnimatedLabel.setInterval" ID="EricAnimatedLabel.setInterval"></a>
 <h4>EricAnimatedLabel.setInterval</h4>
 <b>setInterval</b>(<i>interval</i>)
-
 <p>
         Public method to set the interval between the animated frames.
 </p>
+
 <dl>
 
 <dt><i>interval</i> (int)</dt>
@@ -270,7 +268,6 @@
 <a NAME="EricAnimatedLabel.setPixmap" ID="EricAnimatedLabel.setPixmap"></a>
 <h4>EricAnimatedLabel.setPixmap</h4>
 <b>setPixmap</b>(<i>pixmap</i>)
-
 <p>
         Public slot to set the pixmap of the label.
 </p>
@@ -279,6 +276,7 @@
         pixmap without animating it. Thereafter the animation has to be
         restarted with the start() method.
 </p>
+
 <dl>
 
 <dt><i>pixmap</i> (QPixmap)</dt>
@@ -289,17 +287,17 @@
 <a NAME="EricAnimatedLabel.start" ID="EricAnimatedLabel.start"></a>
 <h4>EricAnimatedLabel.start</h4>
 <b>start</b>(<i></i>)
-
 <p>
         Public slot to start the animation.
 </p>
+
 <a NAME="EricAnimatedLabel.stop" ID="EricAnimatedLabel.stop"></a>
 <h4>EricAnimatedLabel.stop</h4>
 <b>stop</b>(<i></i>)
-
 <p>
         Public slot to stop the animation.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial