Helpviewer/HelpTabWidget.py

changeset 1673
06eeffc8c97d
parent 1670
6fd889391d2c
child 1694
648466a9451b
equal deleted inserted replaced
1672:782c5f5b912c 1673:06eeffc8c97d
616 browser = self.sender() 616 browser = self.sender()
617 617
618 if browser is not None: 618 if browser is not None:
619 index = self.indexOf(browser) 619 index = self.indexOf(browser)
620 anim = self.animationLabel( 620 anim = self.animationLabel(
621 index, os.path.join(getConfig("ericPixDir"), "loading.gif")) 621 index, os.path.join(getConfig("ericPixDir"), "loading.gif"), 100)
622 if not anim: 622 if not anim:
623 loading = QIcon(os.path.join(getConfig("ericPixDir"), "loading.gif")) 623 loading = QIcon(os.path.join(getConfig("ericPixDir"), "loading.gif"))
624 self.setTabIcon(index, loading) 624 self.setTabIcon(index, loading)
625 else: 625 else:
626 self.setTabIcon(index, QIcon()) 626 self.setTabIcon(index, QIcon())

eric ide

mercurial