Show More
@@ -217,10 +217,9 b' def import_pyqt5():' | |||
|
217 | 217 | |
|
218 | 218 | ImportErrors rasied within this function are non-recoverable |
|
219 | 219 | """ |
|
220 | import sip | |
|
221 | 220 | |
|
222 | 221 | from PyQt5 import QtCore, QtSvg, QtWidgets, QtGui |
|
223 | ||
|
222 | ||
|
224 | 223 | # Alias PyQt-specific functions for PySide compatibility. |
|
225 | 224 | QtCore.Signal = QtCore.pyqtSignal |
|
226 | 225 | QtCore.Slot = QtCore.pyqtSlot |
General Comments 0
You need to be logged in to leave comments.
Login now