Exemplo n.º 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)
Exemplo n.º 2
0
 def showPopup(self):
     self.setItemText(0, '')
     QComboBox.showPopup(self)
Exemplo n.º 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)
Exemplo n.º 4
0
 def showPopup(self):
     self.setItemText(0, '')
     QComboBox.showPopup(self)