122 Private slot to create an animated label. |
122 Private slot to create an animated label. |
123 |
123 |
124 @param fileName name of the file containing the animation |
124 @param fileName name of the file containing the animation |
125 @type str |
125 @type str |
126 @param label reference to the label to be animated |
126 @param label reference to the label to be animated |
127 @type E5AnimatedLabel |
127 @type EricAnimatedLabel |
128 """ |
128 """ |
129 label.setInterval(40) |
129 label.setInterval(40) |
130 label.setAnimationFile(fileName) |
130 label.setAnimationFile(fileName) |
131 label.start() |
131 label.start() |
132 |
132 |