eric7/Debugger/DebugViewer.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8356
68ec9c3d4de5
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
21 </ul> 21 </ul>
22 """ 22 """
23 23
24 import os 24 import os
25 25
26 from PyQt5.QtCore import pyqtSignal, pyqtSlot, Qt, QCoreApplication 26 from PyQt6.QtCore import pyqtSignal, pyqtSlot, Qt, QCoreApplication
27 from PyQt5.QtWidgets import ( 27 from PyQt6.QtWidgets import (
28 QWidget, QVBoxLayout, QHBoxLayout, QLineEdit, QSizePolicy, QPushButton, 28 QWidget, QVBoxLayout, QHBoxLayout, QLineEdit, QSizePolicy, QPushButton,
29 QComboBox, QLabel, QTreeWidget, QTreeWidgetItem, QHeaderView, QSplitter 29 QComboBox, QLabel, QTreeWidget, QTreeWidgetItem, QHeaderView, QSplitter
30 ) 30 )
31 31
32 import UI.PixmapCache 32 import UI.PixmapCache

eric ide

mercurial