eric7/WebBrowser/Sync/SyncCheckPage.py

branch
eric7
changeset 8356
68ec9c3d4de5
parent 8318
962bce857696
child 8881
54e42bc2437a
equal deleted inserted replaced
8355:8a7677a63c8d 8356:68ec9c3d4de5
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

eric ide

mercurial