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 |