QScintilla/Exporters/ExporterPDF.py

changeset 1112
8a7d1b9d18db
parent 945
8cd4d08fa9f6
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1109:9552b5e16a07 1112:8a7d1b9d18db
8 """ 8 """
9 9
10 # This code is a port of the C++ code found in SciTE 1.74 10 # This code is a port of the C++ code found in SciTE 1.74
11 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org> 11 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org>
12 12
13 13 from PyQt4.QtCore import Qt
14 from PyQt4.QtCore import * 14 from PyQt4.QtGui import QCursor, QFontInfo, QApplication
15 from PyQt4.QtGui import *
16 from PyQt4.Qsci import QsciScintilla 15 from PyQt4.Qsci import QsciScintilla
17 16
18 from E5Gui import E5MessageBox 17 from E5Gui import E5MessageBox
19 18
20 from .ExporterBase import ExporterBase 19 from .ExporterBase import ExporterBase

eric ide

mercurial