update 新UI4

This commit is contained in:
FrankCV2048
2024-10-22 23:44:27 +08:00
parent e73c51d518
commit f071866b6d
5 changed files with 376 additions and 261 deletions

View File

@ -733,7 +733,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
def updateUI_label_detection(self):
backgroud_img = Util.util_pic.cv2_to_qpixmap(self.feeding.detection_image)
self.frame_showDetection.setPixmap(backgroud_img)
self.label_showDetection.setPixmap(backgroud_img)
def updateUI_Select_Line(self):
self.comboBox_lineIndex.clear()