Plugins/AboutPlugin/AboutDialog.py

changeset 12
1d8dd9706f46
parent 0
de9c2efb9d02
child 13
1af94a91f439
equal deleted inserted replaced
11:b0996e4a289e 12:1d8dd9706f46
32 """ by it's respective copyright holder. For details see""" 32 """ by it's respective copyright holder. For details see"""
33 """ the copyright notice of the individual package.</p>""" 33 """ the copyright notice of the individual package.</p>"""
34 ).format(Program, Homepage, BugAddress, FeatureAddress) 34 ).format(Program, Homepage, BugAddress, FeatureAddress)
35 35
36 authorsText = \ 36 authorsText = \
37 u"""\ 37 """\
38 Detlev Offenbach 38 Detlev Offenbach
39 Project Manager, Maintainer and German translation 39 Project Manager, Maintainer and German translation
40 40
41 Andrew Bushnell 41 Andrew Bushnell
42 Multithreaded debugger 42 Multithreaded debugger
63 Gianluca 63 Gianluca
64 Italian translations 64 Italian translations
65 """ 65 """
66 66
67 thanksText = \ 67 thanksText = \
68 u"""Phil Thompson for providing PyQt and QScintilla and pushing me into this business. 68 """Phil Thompson for providing PyQt and QScintilla and pushing me into this business.
69 69
70 Andrew Bushnell of Fluent Inc. for contributing the multithreading debugger 70 Andrew Bushnell of Fluent Inc. for contributing the multithreading debugger
71 and a bunch of fixes to enhance the platform independance. 71 and a bunch of fixes to enhance the platform independance.
72 72
73 Alexander Darovsky and Mikhail Terekhov for providing Russian translations. 73 Alexander Darovsky and Mikhail Terekhov for providing Russian translations.
730 from PyQt4.QtGui import * 730 from PyQt4.QtGui import *
731 from PyQt4.QtCore import * 731 from PyQt4.QtCore import *
732 732
733 import UI.PixmapCache 733 import UI.PixmapCache
734 734
735 from Ui_AboutDialog import Ui_AboutDialog 735 from .Ui_AboutDialog import Ui_AboutDialog
736 736
737 class AboutDialog(QDialog, Ui_AboutDialog): 737 class AboutDialog(QDialog, Ui_AboutDialog):
738 """ 738 """
739 Class implementing an 'About Eric' dialog. 739 Class implementing an 'About Eric' dialog.
740 """ 740 """

eric ide

mercurial