摘要:
选择文件夹,显示图片 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
阅读(104)
评论(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
阅读(83)
评论(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:44
星空28
阅读(50)
评论(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
阅读(31)
评论(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
阅读(153)
评论(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
阅读(58)
评论(0)
推荐(0)
摘要:
from PyQt5 import QtCore, QtGui import sys import cv2 if __name__ == '__main__': app = QtWidgets.QApplication(sys.argv) main_win = QtWidgets.QMainWind 阅读全文
posted @ 2024-06-04 15:32
星空28
阅读(67)
评论(0)
推荐(0)

浙公网安备 33010602011771号