示例#1
0
 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)
示例#2
0
文件: search.py 项目: IvoNet/calibre
 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)
示例#3
0
 def showPopup(self):
     self.setItemText(0, '')
     QComboBox.showPopup(self)