PyQt5 -2 界面添加圖標

界面添加圖標   1 import sys 2 from PyQt5.QtWidgets import QApplication,QWidget 3 from PyQt5.QtGui import QIcon 4 5 class Example(QWidget): 6 def __init__(self): 7 super().__init__() 8
相關文章
相關標籤/搜索