95:261bc03812fd | 96:9624a110667d |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing an 'About Eric' dialog. | 7 Module implementing an 'About Eric' dialog. |
8 """ | 8 """ |
9 | 9 |
10 import sys | |
11 | |
12 from PyQt4.QtCore import Qt, SIGNAL | |
13 from PyQt4.QtGui import QApplication | 10 from PyQt4.QtGui import QApplication |
14 | 11 |
15 from UI.Info import * | 12 from UI.Info import * |
16 | 13 |
17 import Utilities | 14 import Utilities |
723 copy of the Program in return for a fee. | 720 copy of the Program in return for a fee. |
724 | 721 |
725 END OF TERMS AND CONDITIONS""".format(Copyright) | 722 END OF TERMS AND CONDITIONS""".format(Copyright) |
726 | 723 |
727 | 724 |
728 import os | |
729 | |
730 from PyQt4.QtGui import * | 725 from PyQt4.QtGui import * |
731 from PyQt4.QtCore import * | 726 from PyQt4.QtCore import * |
732 | 727 |
733 import UI.PixmapCache | 728 import UI.PixmapCache |
734 | 729 |