import os import re import sys from PyQt5 import QtWidgets, QtCore QtCore.QCoreApplication.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling) # 不同分辨率下 自适 Read More
posted @ 2021-12-31 13:33 PythonNew_Mr.Wang Views(161) Comments(0) Diggs(0)
1:下载pip install PyQt5 -i https://pypi.douban.com/simple pip install -i https://pypi.tuna.tsinghua.edu.cn/simple PyQt5-tools 2:汉化包放入qt的安装目录 链接:https:// Read More
posted @ 2021-12-31 13:15 PythonNew_Mr.Wang Views(109) Comments(0) Diggs(0)