Browse Source

Misc

tags/1.9.4
falkTX 12 years ago
parent
commit
2da02dbd4f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      source/widgets/canvaspreviewframe.py

+ 3
- 3
source/widgets/canvaspreviewframe.py View File

@@ -21,12 +21,12 @@

# TODO - SIGNAL, SLOT
try:
from PyQt4.QtCore import Qt, QRectF, QTimer
from PyQt4.QtGui import QBrush, QColor, QCursor, QFrame, QPainter, QPen
except:
from PyQt5.QtCore import Qt, QRectF, QTimer
from PyQt5.QtGui import QBrush, QColor, QCursor, QPainter, QPen
from PyQt5.QtWidgets import QFrame
except:
from PyQt4.QtCore import Qt, QRectF, QTimer
from PyQt4.QtGui import QBrush, QColor, QCursor, QFrame, QPainter, QPen

# ------------------------------------------------------------------------------------------------------------
# Static Variables


Loading…
Cancel
Save