摘要:
选择文件夹,显示图片 import os from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 class ButtonPanel(QtWidgets.QWidget): def __ini 阅读全文
摘要:
图片滚动 import os 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 def click_btn1(): print("click button 1") txt_label.setText("我是按钮1点击 阅读全文
摘要:
from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys if __name__ == '__main__': app = QtWidgets.QApplication(sys.argv) main_win = Qt 阅读全文
摘要:
from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 class ButtonPanel(QtWidgets.QWidget): def __init__(self, *args, **kw 阅读全文
摘要:
from PyQt5 import QtWidgets from PyQt5 import QtCore, QtGui import sys import cv2 if __name__ == '__main__': app = QtWidgets.QApplication(sys.argv) ma 阅读全文
摘要:
from PyQt5 import QtCore, QtGui import sys import cv2 if __name__ == '__main__': app = QtWidgets.QApplication(sys.argv) main_win = QtWidgets.QMainWind 阅读全文