5 |
5 |
6 """ |
6 """ |
7 Module implementing the printer functionality. |
7 Module implementing the printer functionality. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 from PyQt5.QtCore import QTime, QDate, Qt, QCoreApplication |
11 from PyQt5.QtCore import QTime, QDate, Qt, QCoreApplication |
13 from PyQt5.QtGui import QColor |
12 from PyQt5.QtGui import QColor |
14 from PyQt5.QtPrintSupport import QPrinter |
13 from PyQt5.QtPrintSupport import QPrinter |
15 from PyQt5.Qsci import QsciPrinter |
14 from PyQt5.Qsci import QsciPrinter |