摘要: # pyqt5界面打开flash.swf文件 from PyQt5 import QtCore, QtGui, QAxContainer, QtWidgets class Ui_Flash(QAxContainer.QAxWidget): def __init__(self, parent=None): super(Ui_Flash, self).__init__... 阅读全文
posted @ 2019-08-23 13:03 天子骄龙 阅读(369) 评论(0) 推荐(0)