def createEditor(self, parent, option, index): editor = QComboBox(parent) editor. ... temp_color_resetButton.clicked.connect(self.color_reset) # Display ...
確定! 回上一頁