Plugins/PluginAbout.py

changeset 3022
57179e4cdadd
parent 3004
c4bf32c791d0
child 3036
30c81c9e88b8
child 3058
0a02c433f52d
equal deleted inserted replaced
3021:801289962f4e 3022:57179e4cdadd
86 ).format(UI.Info.Program)) 86 ).format(UI.Info.Program))
87 self.aboutAct.triggered[()].connect(self.__about) 87 self.aboutAct.triggered[()].connect(self.__about)
88 self.aboutAct.setMenuRole(QAction.AboutRole) 88 self.aboutAct.setMenuRole(QAction.AboutRole)
89 acts.append(self.aboutAct) 89 acts.append(self.aboutAct)
90 90
91 self.aboutQtAct = E5Action(self.trUtf8('About Qt'), 91 self.aboutQtAct = E5Action(
92 UI.PixmapCache.getIcon("helpAboutQt.png"), 92 self.trUtf8('About Qt'),
93 self.trUtf8('About &Qt'), 0, 0, self, 'about_qt') 93 UI.PixmapCache.getIcon("helpAboutQt.png"),
94 self.trUtf8('About &Qt'), 0, 0, self, 'about_qt')
94 self.aboutQtAct.setStatusTip( 95 self.aboutQtAct.setStatusTip(
95 self.trUtf8('Display information about the Qt toolkit')) 96 self.trUtf8('Display information about the Qt toolkit'))
96 self.aboutQtAct.setWhatsThis(self.trUtf8( 97 self.aboutQtAct.setWhatsThis(self.trUtf8(
97 """<b>About Qt</b>""" 98 """<b>About Qt</b>"""
98 """<p>Display some information about the Qt toolkit.</p>""" 99 """<p>Display some information about the Qt toolkit.</p>"""

eric ide

mercurial