Update traceback_viewer.py PySide6
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
from traceback import extract_tb, format_exception_only
|
from traceback import extract_tb, format_exception_only
|
||||||
|
|
||||||
from PyQt5.QtWidgets import (QWidget, QTreeWidget, QTreeWidgetItem, QAction,
|
from PySide6.QtWidgets import (QWidget, QTreeWidget, QTreeWidgetItem, QAction,
|
||||||
QLabel)
|
QLabel)
|
||||||
from PyQt5.QtCore import Qt, pyqtSlot, pyqtSignal
|
from PySide6.QtCore import Qt, pyqtSlot, pyqtSignal
|
||||||
|
|
||||||
from ..mixins import ComponentMixin
|
from ..mixins import ComponentMixin
|
||||||
from ..utils import layout
|
from ..utils import layout
|
||||||
|
|||||||
Reference in New Issue
Block a user