コード例 #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
ファイル: search.py プロジェクト: GaryMMugford/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)
コード例 #4
0
ファイル: widgets.py プロジェクト: JimmXinu/calibre
 def showPopup(self):
     self.setItemText(0, '')
     QComboBox.showPopup(self)