E5Gui/E5ComboBox.py

changeset 2953
703452a2876f
parent 2401
4f428de32b69
child 3057
10516539f238
child 3160
209a07d7e401
equal deleted inserted replaced
2952:94fc661a54a2 2953:703452a2876f
33 33
34 def inactiveText(self): 34 def inactiveText(self):
35 """ 35 """
36 Public method to get the inactive text. 36 Public method to get the inactive text.
37 37
38 return inactive text (string) 38 @return inactive text (string)
39 """ 39 """
40 return self.__lineedit.inactiveText() 40 return self.__lineedit.inactiveText()
41 41
42 def setInactiveText(self, inactiveText): 42 def setInactiveText(self, inactiveText):
43 """ 43 """

eric ide

mercurial