QtCore import pyqtSignal class MyComboBox(QComboBox): clicked = pyqtSignal() #创建一个信号def showPopup(self): #重写showPopup函数self.
確定! 回上一頁