From 39e2f60b2e100969e223db1b9522e43c6b8177b1 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Tue, 10 Oct 2023 14:00:14 -0500 Subject: [PATCH] Update occt_widget.py PySide6 --- cq_editor/widgets/occt_widget.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cq_editor/widgets/occt_widget.py b/cq_editor/widgets/occt_widget.py index 4329ef1..825dc0b 100644 --- a/cq_editor/widgets/occt_widget.py +++ b/cq_editor/widgets/occt_widget.py @@ -1,8 +1,8 @@ from sys import platform -from PyQt5.QtWidgets import QWidget, QApplication -from PyQt5.QtCore import pyqtSlot, pyqtSignal, Qt, QEvent +from PySide6.QtWidgets import QWidget, QApplication +from PySide6.QtCore import pyqtSlot, pyqtSignal, Qt, QEvent import OCP