摘要:
import os.path from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 class SpinBoxPanel(QtWidgets.QWidget): def __init__(s 阅读全文
摘要:
""" 复选框 """ import os.path from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 class ButtonPanel(QtWidgets.QWidget): def 阅读全文
摘要:
import os.path from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 class ButtonPanel(QtWidgets.QWidget): def __init__(se 阅读全文
摘要:
from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 class TextDemoPanel(QtWidgets.QWidget): def __init__(self, *args, ** 阅读全文