Organize imports.
This commit is contained in:
parent
e9f034f54b
commit
74570e6760
1 changed files with 6 additions and 6 deletions
|
|
@ -16,15 +16,15 @@
|
||||||
|
|
||||||
from PyQt4.QtCore import Qt
|
from PyQt4.QtCore import Qt
|
||||||
from PyQt4.QtGui import (
|
from PyQt4.QtGui import (
|
||||||
QImage,
|
|
||||||
QPixmap,
|
|
||||||
QGraphicsView,
|
|
||||||
QGraphicsScene,
|
|
||||||
QGraphicsDropShadowEffect,
|
|
||||||
QPen,
|
|
||||||
QBrush,
|
QBrush,
|
||||||
QColor,
|
QColor,
|
||||||
|
QGraphicsDropShadowEffect,
|
||||||
|
QGraphicsScene,
|
||||||
|
QGraphicsView,
|
||||||
|
QImage,
|
||||||
QPalette,
|
QPalette,
|
||||||
|
QPen,
|
||||||
|
QPixmap,
|
||||||
)
|
)
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue