96:9624a110667d | 97:c4086afea02b |
---|---|
7 Module implementing the printer functionality. | 7 Module implementing the printer functionality. |
8 """ | 8 """ |
9 | 9 |
10 from PyQt4.QtCore import * | 10 from PyQt4.QtCore import * |
11 from PyQt4.QtGui import * | 11 from PyQt4.QtGui import * |
12 from PyQt4.Qsci import QsciScintilla, QsciPrinter | 12 from PyQt4.Qsci import QsciPrinter |
13 | 13 |
14 import Preferences | 14 import Preferences |
15 | 15 |
16 class Printer(QsciPrinter): | 16 class Printer(QsciPrinter): |
17 """ | 17 """ |