예제 #1
0
파일: text_search.py 프로젝트: yws/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)
예제 #2
0
파일: widgets.py 프로젝트: zdndanny/calibre
 def showPopup(self):
     self.setItemText(0, '')
     QComboBox.showPopup(self)
예제 #3
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)
예제 #4
0
파일: widgets.py 프로젝트: JimmXinu/calibre
 def showPopup(self):
     self.setItemText(0, '')
     QComboBox.showPopup(self)