5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog showing a SVG graphic. |
7 Module implementing a dialog showing a SVG graphic. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 from PyQt5.QtCore import Qt, QSize, QEvent |
11 from PyQt5.QtCore import Qt, QSize, QEvent |
13 from PyQt5.QtGui import QPalette, QPainter, QFont, QColor |
12 from PyQt5.QtGui import QPalette, QPainter, QFont, QColor |
14 from PyQt5.QtWidgets import QSizePolicy, QScrollArea, QAction, QMenu, QToolBar |
13 from PyQt5.QtWidgets import QSizePolicy, QScrollArea, QAction, QMenu, QToolBar |
15 from PyQt5.QtPrintSupport import QPrinter, QPrintDialog |
14 from PyQt5.QtPrintSupport import QPrinter, QPrintDialog |