6851:036535d1dd88 | 6852:273323ba9d2d |
---|---|
17 import Preferences | 17 import Preferences |
18 | 18 |
19 | 19 |
20 class Printer(QsciPrinter): | 20 class Printer(QsciPrinter): |
21 """ | 21 """ |
22 Class implementing the QextScintillaPrinter with a header. | 22 Class implementing the QsciPrinter with a header. |
23 """ | 23 """ |
24 def __init__(self, mode=QPrinter.ScreenResolution): | 24 def __init__(self, mode=QPrinter.ScreenResolution): |
25 """ | 25 """ |
26 Constructor | 26 Constructor |
27 | 27 |