def showPopup(self): # We do it like this so that the popup uses a normal font if self.emphasize: self.setFont(self.ofont) QComboBox.showPopup(self)
def showPopup(self): self.setItemText(0, '') QComboBox.showPopup(self)