上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: import os.path from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 class SpinBoxPanel(QtWidgets.QWidget): def __init__(s 阅读全文
posted @ 2024-06-05 12:11 星空28 阅读(36) 评论(0) 推荐(0) 编辑
摘要: """ 复选框 """ import os.path from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 class ButtonPanel(QtWidgets.QWidget): def 阅读全文
posted @ 2024-06-05 10:38 星空28 阅读(17) 评论(0) 推荐(0) 编辑
摘要: import os.path from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 class ButtonPanel(QtWidgets.QWidget): def __init__(se 阅读全文
posted @ 2024-06-05 09:26 星空28 阅读(14) 评论(0) 推荐(0) 编辑
摘要: from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 class TextDemoPanel(QtWidgets.QWidget): def __init__(self, *args, ** 阅读全文
posted @ 2024-06-05 07:06 星空28 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 选择文件夹,显示图片 import os from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 class ButtonPanel(QtWidgets.QWidget): def __ini 阅读全文
posted @ 2024-06-04 18:12 星空28 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 图片滚动 import os from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 class ButtonPanel(QtWidgets.QWidget): def __init__(se 阅读全文
posted @ 2024-06-04 17:20 星空28 阅读(22) 评论(0) 推荐(0) 编辑
摘要: from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 def click_btn1(): print("click button 1") txt_label.setText("我是按钮1点击 阅读全文
posted @ 2024-06-04 15:43 星空28 阅读(10) 评论(0) 推荐(0) 编辑
摘要: from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys if __name__ == '__main__': app = QtWidgets.QApplication(sys.argv) main_win = Qt 阅读全文
posted @ 2024-06-04 15:39 星空28 阅读(8) 评论(0) 推荐(0) 编辑
摘要: from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 class ButtonPanel(QtWidgets.QWidget): def __init__(self, *args, **kw 阅读全文
posted @ 2024-06-04 15:38 星空28 阅读(13) 评论(0) 推荐(0) 编辑
摘要: from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 if __name__ == '__main__': app = QtWidgets.QApplication(sys.argv) ma 阅读全文
posted @ 2024-06-04 15:37 星空28 阅读(6) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页