Update occt_widget.py PySide6

This commit is contained in:
jdegenstein
2023-10-10 14:00:14 -05:00
committed by GitHub
parent 16d9609bb8
commit 39e2f60b2e

View File

@@ -1,8 +1,8 @@
from sys import platform from sys import platform
from PyQt5.QtWidgets import QWidget, QApplication from PySide6.QtWidgets import QWidget, QApplication
from PyQt5.QtCore import pyqtSlot, pyqtSignal, Qt, QEvent from PySide6.QtCore import pyqtSlot, pyqtSignal, Qt, QEvent
import OCP import OCP