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 """ |