E5Gui/E5ComboBox.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2953
703452a2876f
child 3145
a9de05d4a22f
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
35 35
36 def inactiveText(self): 36 def inactiveText(self):
37 """ 37 """
38 Public method to get the inactive text. 38 Public method to get the inactive text.
39 39
40 return inactive text (string) 40 @return inactive text (string)
41 """ 41 """
42 return self.__lineedit.inactiveText() 42 return self.__lineedit.inactiveText()
43 43
44 def setInactiveText(self, inactiveText): 44 def setInactiveText(self, inactiveText):
45 """ 45 """

eric ide

mercurial