예제 #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)