Debugger/DebugViewer.py

changeset 3656
441956d8fce5
parent 3591
2f2a4a76dd22
child 3729
b6eda7d63e4c
--- a/Debugger/DebugViewer.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/Debugger/DebugViewer.py	Sun Jun 29 20:13:56 2014 +0200
@@ -24,8 +24,8 @@
 
 import os
 
-from PyQt4.QtCore import pyqtSignal
-from PyQt4.QtGui import QWidget, QVBoxLayout, QHBoxLayout, QLineEdit, \
+from PyQt5.QtCore import pyqtSignal
+from PyQt5.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QLineEdit, \
     QSizePolicy, QPushButton, QComboBox, QLabel, QTreeWidget, \
     QTreeWidgetItem, QHeaderView
 

eric ide

mercurial