86 acts.append(self.aboutAct) |
86 acts.append(self.aboutAct) |
87 |
87 |
88 self.aboutQtAct = E5Action(self.trUtf8('About Qt'), |
88 self.aboutQtAct = E5Action(self.trUtf8('About Qt'), |
89 UI.PixmapCache.getIcon("helpAboutQt.png"), |
89 UI.PixmapCache.getIcon("helpAboutQt.png"), |
90 self.trUtf8('About &Qt'), 0, 0, self, 'about_qt') |
90 self.trUtf8('About &Qt'), 0, 0, self, 'about_qt') |
91 self.aboutQtAct.setStatusTip(\ |
91 self.aboutQtAct.setStatusTip( |
92 self.trUtf8('Display information about the Qt toolkit')) |
92 self.trUtf8('Display information about the Qt toolkit')) |
93 self.aboutQtAct.setWhatsThis(self.trUtf8( |
93 self.aboutQtAct.setWhatsThis(self.trUtf8( |
94 """<b>About Qt</b>""" |
94 """<b>About Qt</b>""" |
95 """<p>Display some information about the Qt toolkit.</p>""" |
95 """<p>Display some information about the Qt toolkit.</p>""" |
96 )) |
96 )) |