eric6/Graphics/SvgDiagram.py

changeset 7229
53054eb5b15a
parent 7198
684261ef2165
child 7254
f00d825fbdb3
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
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

eric ide

mercurial