Plugins/PluginAbout.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3022
57179e4cdadd
child 3060
5883ce99ee12
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
88 ).format(UI.Info.Program)) 88 ).format(UI.Info.Program))
89 self.aboutAct.triggered[()].connect(self.__about) 89 self.aboutAct.triggered[()].connect(self.__about)
90 self.aboutAct.setMenuRole(QAction.AboutRole) 90 self.aboutAct.setMenuRole(QAction.AboutRole)
91 acts.append(self.aboutAct) 91 acts.append(self.aboutAct)
92 92
93 self.aboutQtAct = E5Action(self.trUtf8('About Qt'), 93 self.aboutQtAct = E5Action(
94 UI.PixmapCache.getIcon("helpAboutQt.png"), 94 self.trUtf8('About Qt'),
95 self.trUtf8('About &Qt'), 0, 0, self, 'about_qt') 95 UI.PixmapCache.getIcon("helpAboutQt.png"),
96 self.trUtf8('About &Qt'), 0, 0, self, 'about_qt')
96 self.aboutQtAct.setStatusTip( 97 self.aboutQtAct.setStatusTip(
97 self.trUtf8('Display information about the Qt toolkit')) 98 self.trUtf8('Display information about the Qt toolkit'))
98 self.aboutQtAct.setWhatsThis(self.trUtf8( 99 self.aboutQtAct.setWhatsThis(self.trUtf8(
99 """<b>About Qt</b>""" 100 """<b>About Qt</b>"""
100 """<p>Display some information about the Qt toolkit.</p>""" 101 """<p>Display some information about the Qt toolkit.</p>"""

eric ide

mercurial