QScintilla/Printer.py

changeset 97
c4086afea02b
parent 13
1af94a91f439
child 791
9ec2ac20e54e
equal deleted inserted replaced
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 """

eric ide

mercurial