UI/UserInterface.py

changeset 84
277c4d00cfd6
parent 65
ca6449ba4824
child 97
c4086afea02b
equal deleted inserted replaced
83:b302c5816c1c 84:277c4d00cfd6
1797 self.webBrowserAct.setStatusTip(self.trUtf8('Start the eric5 Web Browser')) 1797 self.webBrowserAct.setStatusTip(self.trUtf8('Start the eric5 Web Browser'))
1798 self.webBrowserAct.setWhatsThis(self.trUtf8( 1798 self.webBrowserAct.setWhatsThis(self.trUtf8(
1799 """<b>Web Browser</b>""" 1799 """<b>Web Browser</b>"""
1800 """<p>Browse the Internet with the eric5 Web Browser.</p>""" 1800 """<p>Browse the Internet with the eric5 Web Browser.</p>"""
1801 )) 1801 ))
1802 self.connect(self.webBrowserAct, SIGNAL('triggered()'), self.__webBrowser) 1802 self.connect(self.webBrowserAct, SIGNAL('triggered()'), self.__startWebBrowser)
1803 self.actions.append(self.webBrowserAct) 1803 self.actions.append(self.webBrowserAct)
1804 1804
1805 self.iconEditorAct = E5Action(self.trUtf8('Icon Editor'), 1805 self.iconEditorAct = E5Action(self.trUtf8('Icon Editor'),
1806 UI.PixmapCache.getIcon("iconEditor.png"), 1806 UI.PixmapCache.getIcon("iconEditor.png"),
1807 self.trUtf8('&Icon Editor...'), 1807 self.trUtf8('&Icon Editor...'),
3940 """ 3940 """
3941 Private slot to start the Qt-Assistant 4 executable. 3941 Private slot to start the Qt-Assistant 4 executable.
3942 """ 3942 """
3943 self.__assistant(version = 4) 3943 self.__assistant(version = 4)
3944 3944
3945 def __webBrowser(self, home = None): 3945 def __startWebBrowser(self, home = None):
3946 """ 3946 """
3947 Private slot to start a web browser executable. 3947 Private slot to start a web browser executable.
3948 3948
3949 @param home full pathname of a file to display (string) 3949 @param home full pathname of a file to display (string)
3950 """ 3950 """

eric ide

mercurial