aboutsummaryrefslogtreecommitdiffstats
path: root/examples/external/opencv
diff options
context:
space:
mode:
Diffstat (limited to 'examples/external/opencv')
-rw-r--r--examples/external/opencv/webcam_pattern_detection.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/external/opencv/webcam_pattern_detection.py b/examples/external/opencv/webcam_pattern_detection.py
index 664ba2111..4325fc810 100644
--- a/examples/external/opencv/webcam_pattern_detection.py
+++ b/examples/external/opencv/webcam_pattern_detection.py
@@ -43,9 +43,9 @@ import sys
import time
import cv2
-from PySide2.QtCore import Qt, QThread, Signal, Slot
-from PySide2.QtGui import QAction, QImage, QKeySequence, QPixmap
-from PySide2.QtWidgets import (QApplication, QComboBox, QGroupBox,
+from PySide6.QtCore import Qt, QThread, Signal, Slot
+from PySide6.QtGui import QAction, QImage, QKeySequence, QPixmap
+from PySide6.QtWidgets import (QApplication, QComboBox, QGroupBox,
QHBoxLayout, QLabel, QMainWindow, QPushButton,
QSizePolicy, QVBoxLayout, QWidget)